Skip to content

RubyinHollywood/trillium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 78.6%
  • JavaScript 15.3%
  • HTML 5.9%
  • CSS 0.2%