Skip to content

theanht1/vim_snake

Repository files navigation

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

  • Install package
mix deps.get
cd assets && npm i && cd ..
  • Create and migrate database
mix ecto.create
mix ecto.migrate
  • Start dev server
mix phx.server

Now you can visit localhost:4000 from your browser.

Deployment

You can follow this instruction to configure for production

TODOs

  • Re-enable login feature (with FB or Google) for reserving username and saving personal highscore
  • Add unit tests

About

Classical multiplayer snake game with Vim-style keybinding

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published