Popularity
2.8
Growing
Activity
3.1
Declining
18
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.
-
Binbo
Chess representation written in Erlang using Bitboards, ready for use on game servers
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
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