https://github.com/rak/rak
Framework to help you build, run and maintain custom-built, fault-tolerant game server clusters
https://github.com/rak/rak
elixir elixir-framework elixir-lang game-dev game-server
Last synced: 10 months ago
JSON representation
Framework to help you build, run and maintain custom-built, fault-tolerant game server clusters
- Host: GitHub
- URL: https://github.com/rak/rak
- Owner: rak
- License: other
- Created: 2017-12-27T04:27:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T03:56:30.000Z (over 8 years ago)
- Last Synced: 2025-08-11T15:23:55.448Z (11 months ago)
- Topics: elixir, elixir-framework, elixir-lang, game-dev, game-server
- Language: Elixir
- Size: 89.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Contributing: Contributing.md
- License: License.md
Awesome Lists containing this project
README
# 
[](http://hexdocs.pm/rak)
[](https://github.com/rak/rak)
[](https://travis-ci.org/rak/rak)
[](https://coveralls.io/github/rak/rak)
[](https://discord.gg/jAuGsV)
Rak is an Elixir-based framework to help you build, run and maintain custom-built, fault-tolerant game server clusters.
## Documentation
- [User & API Guide](http://hexdocs.pm/rak)
- [Contributor guide](./Contributing.md)
- [Development blog](https://medium.com/rak-gamemaker)
- [Twitter](https://twitter.com/rak-gamemaker)
## Installation
```shell
mix archive.install https://github.com/rak/rak/raw/master/rak_new.ez
```
Once you have the command-line installed, you can now create a project:
```shell
mix rak.new my-game
```
## Acknowledgements
Logo created on [LogoMakr.com](http://logomakr.com)
- [Logo source](https://logomakr.com/9mwNuh)
- [Color palette](https://coolors.co/58534f-bcb8b1-534b62-a499b3-d0bcd5)
## License
MIT. [See License](./License.md)