Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.14 KB

Trillium

Set combinations in the Online Encyclopedia of Integer Sequences

OEIS

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

Logic of a winning set

The ones column: number of items on the face of the card The tens column: color (purple=0, green=1, yellow=2) The hundreds column: fill (empty=0, dotted=1, solid=2) The thousands column: shape (ruby=0, atom=1, ?=2)

Each column must total: 0, 3, or 6.