Skip to content

Erlang game server for 2 person, turn based games (4 inline, checkers, chess, etc)

Notifications You must be signed in to change notification settings

engelsanchez/toogie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toogie: A game server for two player turn based games

Two players can connect to the server and play against each other. Currently only supports 4 in line games. Uses cowboy as the server layer to allow for multiple protocols (raw sockets, websockets and possibly later other http push technologies as fallback)

Building

You will need to have git installed (to fetch the cowboy server dependency) as well as Erlang, of course. Simply go to the main directory and type:

make

EDoc documentation

To generate detailed source code documentation of the modules in this application, simply go to the base directory and type:

make doc

The HTML documentation is placed in doc/index.html

About

Erlang game server for 2 person, turn based games (4 inline, checkers, chess, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published