KO
|
EN
gitlite — search
Search
#python
#nodejs
#ios
#testing
#javascript
#bot
#platformio
#platformio-platform
#python3
#macos
#swift
#android-library
nuk
★ 40
Open GitHub ↗
Generic turn based game server in Erlang/OTP
Download README (.md)
Explore Similar Repositories
Wifi-scanner
:
Python script to scan available wireless networks, and display MAC address and security settings
taps
:
A library of conveniences for working with the Common Lisp SERIES package
LightweightUITableView
:
LightweightUITalbeView项目是一个简化UITableView开发的轻量级类库,使用它你可以不用再编写繁杂的数据源和代理方法,可以不用再手动维护可变高度的Cell行高。
roots-cli
:
*Pre-alpha* Start a new Roots project with one command
vim-opengrok
:
opengrok interface for vim
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
nuk
?
Download (.md)
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 behaviors Additional 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