Skip to content

This is a game full of rooms that can be played from the web browser. It is inspired in the old MUD games that we used to play. For us it is an excuse to learn Erlang so don't take it too seriously, we are in the early stages of Erlang.

jordillonch/catacomb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catacomb

This is a game full of rooms that can be played from the web browser. It is inspired in the old MUD games that we used to play. For us it is an excuse to learn Erlang so don't take it too seriously, we are in the early stages of Erlang.

This game is developed by:

Screenshot

Screenshot

Using catacomb

git clone https://github.com/jvalduvieco/catacomb.git

cd catacomb/apps/catacomb_core

./rebar get-deps

./rebar compile

Now you need to create MySQL tables and load some fixtures.

cat priv/catacomb.sql |mysql

If all goes without error just type:

erl -pa ebin deps/*/ebin -boot catacomb_core

Now you should be able to point your browser to:

http://localhost:8081

And login as: jordi // pass (You can add users directly to MySQL)

Load a character, and play!!!

Comments and help are welcome. :)

About

This is a game full of rooms that can be played from the web browser. It is inspired in the old MUD games that we used to play. For us it is an excuse to learn Erlang so don't take it too seriously, we are in the early stages of Erlang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.5%
  • Erlang 44.5%