Home

Awesome

Classical multiplayer snake game with Vim-style keybinding

This is a project using Phoenix framework and Phaser to make a multiplayer snake game, inspired by vimsnake.com

Live demo can be found on snake.theanht1.dev or Heroku

Preview

Gameplay Screenshot

Requirements

Up and Running

mix deps.get
cd assets && npm i && cd ..
mix ecto.create
mix ecto.migrate
mix phx.server

Now you can visit localhost:4000 from your browser.

Deployment

You can follow this instruction to configure for production

TODOs