Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 595 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 595 Bytes

SnakeLadder

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

Demo

http://snakewithladders.herokuapp.com/

Installation

  • Clone the repo
  • run asdf install
  • run mix do deps.get, deps.compile
  • run npm install --prefix assets
  • run mix phx.server

Things that I wanna do but have not done yet

  • 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