nuem

Version, currently master branch1 version
  • master branchlatestNov 4, 2021

github.com/nuemhq/nuem

Free and open source multiplayer strategy game where you must conquer the world

1 stars
0 dependents
License: GPL-3.0

Installation

# Add this to your shard.yml
dependencies:
  nuem:
    github: nuemhq/nuem
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.2.1
License
GPL-3.0
Author
straw
Target
  • nuem from src/nuem.cr

Dependencies

Runtime Dependencies

  • jwt*github: crystal-community/jwt
  • grip*github: grip-framework/grip
  • granite*github: amberframework/granite
  • sqlite3*github: crystal-lang/crystal-sqlite3
  • rethinkdb*github: kingsleyh/crystal-rethinkdb
  • crystal-argon2*github: Axentro/crystal-argon2

README

nuem

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/nuem/fork)
  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. Create a new Pull Request

Contributors