An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ![Rak](./images/logo.png)

[![Hex.pm](https://img.shields.io/hexpm/dt/rak.svg?style=flat-square)](http://hexdocs.pm/rak)
[![GitHub issues](https://img.shields.io/github/issues/rak/rak.svg?style=flat-square)](https://github.com/rak/rak)
[![Travis](https://img.shields.io/travis/rak/rak.svg?style=flat-square)](https://travis-ci.org/rak/rak)
[![Coveralls github](https://img.shields.io/coveralls/github/rak/rak.svg?style=flat-square)](https://coveralls.io/github/rak/rak)
[![Discord](https://img.shields.io/discord/395472218525794304.svg?style=flat-square)](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)