Popularity
2.9
Stable
Activity
3.8
Stable
22
3
0
Programming language: Elixir
License: MIT License
Tags:
Games
vim_snake alternatives and similar packages
Based on the "Games" category.
Alternatively, view vim_snake alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of vim_snake or a related project?
Popular Comparisons
README
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](./screen_shot.png)
Requirements
- Elixir 1.4 or later
- Erlang 18 or later
- Node.js v8
- PostgreSQL
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