A 2P snake and ladder game build on top of phoenix liveview. The assets I have used in this repo is from https://github.com/matthewfrancisong/project-1
http://snakewithladders.herokuapp.com/
- Clone the repo
- run
asdf install
- run
mix do deps.get, deps.compile
- run
npm install --prefix assets
- run
mix phx.server
- Clean zombie game server
- break liveview into specific components
- notify when a player drops out
- mark a winner
- animate the dice roll
- animate the movement of pieces