Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
A README! And placeholder server dir
Browse files Browse the repository at this point in the history
  • Loading branch information
wjlroe committed Sep 23, 2011
1 parent 55ed93b commit 3ed2b0e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
@@ -0,0 +1,32 @@
MINECRAFT
=========

Welcome to the awesome world of connecting to a Minecraft server from ERLANG!

![ERLANG!](http://1.bp.blogspot.com/-Wm80DLtaME4/Ti478Yi7UtI/AAAAAAAAAVY/0C7HpmJdWjw/s1600/erlang.jpg)

## Get the server

`make server`

This will download the server jar into the server/ subdirectory and run it. Open another terminal window to carry on.

## Compile/run the code

`make run`

## Note on Patches/Pull Requests

* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Commit, do not mess with version, or history.
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

## Copyright

Copyright (c) 2011 Digital Science. See LICENSE for details.

![Minecraft](http://www.gamebreakers.co/wp-content/uploads/2011/07/Minecraft.jpg)
2 changes: 2 additions & 0 deletions server/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit 3ed2b0e

Please sign in to comment.