Skip to content

Multiplayer Spacewar over websockets built on Erlang with Cowboy.

Notifications You must be signed in to change notification settings

j14159/eSpacewar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eSpacewar

Multiplayer Spacewar over websockets built on Erlang with Cowboy.

What You Need

Run it

Before you try running it for the first time:

$ rebar get-deps
$ rebar compile

And launch Erlang with the correct ebin folders available:

$ erl -pa ebin/ deps/cowboy/ebin/ deps/ranch/ebin/ deps/mimetypes/ebin/ deps/mochijson2/ebin/

And in the Erlang shell:

1> spacewar1:start().

Play It

Go to the following link (assuming you've run it locally):

http://localhost:8080/sw/sw.html

About

Multiplayer Spacewar over websockets built on Erlang with Cowboy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published