A 2D snake-like RTS game.
- Connecting
- Via the UI.
- Via URL parameters.
- server
- name - defaults to Player
- color - defaults to #4286f4
- Example: https://glarity.github.io/kux.io/client/?server=local&name=hello&color=ffffff
- Clone
- Clone the project.
- Open
index.html
. - If you want to host a server navigate to the server directory.
- Run
npm install
. - Go here.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Add cameraMove in gridAdd borderAdd map arrayShow a difference between land and trail- Claim land when connecting trail
- Add collisions
- Fix zoom scaling
- Add abilities
- Minimap
- High scores
Server picker- Login system
Animate.css library by Daniel Eden
JSColor.js library by Jan Odvarko
Kux.io is licensed under the Apache License 2.0. See LICENSE