jj1bdx / erltrek

An Erlang Star Trek game
http://jj1bdx.github.io/erltrek
Other
16 stars 2 forks source link

Erltrek: Star Trek Game in Erlang

Travis CI build status for the master branch

Build Status

Goals

Non-goals

Functions implemented at tag baselevel_20140416

(Most of code files are revised and rewritten by Andreas Stenius)

Functions under development

Make options (of erlang.mk)

How to run (will invoke a dedicated shell)

./game.sh

On random number initialization

The processes using tinymt32 module will begin with the same internal state, for an easy debugging. See erltrek_setup:seed/0 for the details. This feature will surely be removed in later versions. Also, the players should be aware that all ships are concurrently running, so the sequence of execution will not be guaranteed.

Related YouTube Talk at Erlang Factory SF Bay 2014

(Courtesy Erlang Solutions)

TODO

Authors

Acknowledgments