Skip to content

tylerolson/kux.io

Repository files navigation

kux.io

A 2D snake-like RTS game.

GitHub issues GitHub license

Usage

  1. Connecting
  2. Clone
    • Clone the project.
    • Open index.html.
    • If you want to host a server navigate to the server directory.
    • Run npm install.
    • Go here.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

TODO

  • Add camera
  • Move in grid
  • Add border
  • Add map array
  • Show 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

Credits

Animate.css library by Daniel Eden

JSColor.js library by Jan Odvarko

License

Kux.io is licensed under the Apache License 2.0. See LICENSE

Releases

No releases published

Packages

No packages published