https://github.com/fitzgen/boffo
Boffo
https://github.com/fitzgen/boffo
Last synced: over 1 year ago
JSON representation
Boffo
- Host: GitHub
- URL: https://github.com/fitzgen/boffo
- Owner: fitzgen
- Created: 2012-06-24T01:36:45.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-11-26T19:19:14.000Z (over 12 years ago)
- Last Synced: 2025-03-17T11:59:38.731Z (over 1 year ago)
- Language: Erlang
- Size: 606 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boffo
Boffo is a turn based gaming platform.
## Developing
### Getting set up
Copy the example settings.
$ cp example_boffo_settings.hrl boffo_settings.hrl
$ export BOFFO_SETTINGS=`pwd`/boffo_settings.hrl
Edit the settings to fit in with your dev environment, and then run `make`.
$ make
### Running tests
$ make test