Skip to content

spencer/rock-paper-scissors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RockPaperScissors

To start, clone the repo and git checkout starter

Then:

  1. Install dependencies with mix deps.get
  2. Create and migrate your database with mix ecto.create && mix ecto.migrate
  3. Install js dependencies with npm install
  4. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

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

Learn more

Checklist

  • Start a new game
  • Get list of running games
  • Join a game
  • Make a move
  • Calculate winner
  • Log game events
  • Pipe game events to Phoenix

Tutorial

Shows commits and descriptions since the starter tag.

git log --pretty=format:'%Cgreen%h - %Cred%s%Creset%n%b' --reverse starter..HEAD

About

Training repository for Phoenix and OTP

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Elixir 77.2%
  • JavaScript 18.7%
  • CSS 2.4%
  • HTML 1.7%