Popularity
2.9
Growing
Activity
0.0
Declining
20
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
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.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