Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unix1/nuk
Generic turn based game server in Erlang/OTP
https://github.com/unix1/nuk
erlang game-server turn-based
Last synced: 2 months ago
JSON representation
Generic turn based game server in Erlang/OTP
- Host: GitHub
- URL: https://github.com/unix1/nuk
- Owner: unix1
- License: gpl-2.0
- Created: 2015-08-22T16:00:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T01:29:19.000Z (almost 7 years ago)
- Last Synced: 2024-07-30T20:56:26.533Z (5 months ago)
- Topics: erlang, game-server, turn-based
- Language: Erlang
- Homepage:
- Size: 209 KB
- Stars: 40
- Watchers: 7
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nuk
=====nuk is a generic turn based game server written in Erlang.
Features
--------- provides framework for registering games, users and controlling their sessions
- allows you to write and plug in your own turn based game engine using behavior callbacks
- allows to use custom external storage using simple behaviorsAdditional info
---------------- [guide](guide/guide.md)
- [developer overview](guide/developer-overview.md)
- [implementing a game](guide/implementing-a-game.md)
- [reference documentation](doc/README.md)what nuk is *not*:
------------------- client or frontend (it's a server)
- web server: it does not provide one, although I might consider adding this in the future