Skip to content

Commit

Permalink
Update README and removed riak deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav Simonsson committed Jul 8, 2012
1 parent 166d1ed commit 012a8ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
20 changes: 13 additions & 7 deletions README
Expand Up @@ -9,9 +9,10 @@ Features:
* Player login and movement works. Map collision detection and
player start position generation.
* Basic monster spawning and fighting.
* Different architecture than the original nodeJS backend; we hope to add
more scalability features later on. The architecture is event-based and
players, monsters and items are mapped as Erlang processes.
* Different architecture compared to original nodeJS backend;
we hope to add more scalability features later on. The architecture
is event-based and players, monsters and items are mapped as Erlang
processes.

Future:
* Support item drops and static NPCs.
Expand All @@ -21,15 +22,20 @@ Installation:
Backend:

1. git clone git@github.com:Spawnfest2012/win.git
2. cd win
2. ./rebar get-deps
3. ./rebar compile
4. ./init.sh
5. Start Client (see below)
5. Launch a new terminal
6. Start Client (see below)

Client:

1. git clone git://github.com/sedrik/BrowserQuest.git
3. Launch backend.
4. Point browser to client/index.html
1. git clone git@github.com:Gustav-Simonsson/BrowserQuest.git
2. Launch backend.
3. Point browser to BrowserQuest/client/index.html
4. If you cannot connect, check the config files in BrowserQuest/client/config
for host/port settings. Default port in backend is set to 8000 but can be
changed in the app.src

The original BrowserQuest repo is at https://github.com/mozilla/BrowserQuest
1 change: 0 additions & 1 deletion apps/browserquest_srv/rebar.config
@@ -1,6 +1,5 @@
{deps, [
{cowboy, ".*", {git, "git://github.com/extend/cowboy.git", {tag, "HEAD"}}},
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client.git", {tag, "HEAD"}}},
{'lager', ".*", {git, "git://github.com/basho/lager.git", "master"}},
{'mochijson3', ".*", {git, "git://github.com/tophitpoker/mochijson3.git", {tag, "HEAD"}}}
]}.

0 comments on commit 012a8ff

Please sign in to comment.