Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j14159/espacewar
Multiplayer Spacewar over websockets built on Erlang with Cowboy.
https://github.com/j14159/espacewar
Last synced: 3 months ago
JSON representation
Multiplayer Spacewar over websockets built on Erlang with Cowboy.
- Host: GitHub
- URL: https://github.com/j14159/espacewar
- Owner: j14159
- Created: 2013-02-25T05:08:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-09T18:44:16.000Z (almost 12 years ago)
- Last Synced: 2023-03-22T20:36:16.405Z (almost 2 years ago)
- Language: Erlang
- Size: 280 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
eSpacewar
=========Multiplayer Spacewar over websockets built on Erlang with Cowboy. See the [blog post](http://noisycode.com/blog/2013/03/09/espacewar-open-sourced/)
# What You Need
* [Erlang](http://erlang.org) - I'be been using R15B03
* [Rebar](https://github.com/basho/rebar)# Run it
Before you try running it for the first time:$ rebar get-deps
$ rebar compileAnd launch it with the start script:
[jeremy@mbp-0x90:~/code/erlang/eSpacewar(master)]$ ./start.sh
Or from the Erlang shell with correct binary folders on the path:
1> espacewar:start().
# Play It
Go to the following link (assuming you've run it locally):
[http://localhost:8080/sw.html](http://localhost:8080/sw.html)