diff options
| author | J.M. de Jong <jmdejong@users.noreply.github.com> | 2020-04-12 11:36:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-12 11:36:01 +0200 |
| commit | 7193f657fa767747aeeb73c96bb2727762054847 (patch) | |
| tree | dcdb9b01330fef7e9b361f186423e8e1b4df21a5 | |
| parent | 83d17de1952ba514cb2528053981e4070c97f803 (diff) | |
Create README.md
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffdaf72 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Rustifarm +This is the rust version of the [asciifarm](https://github.com/jmdejong/asciifarm) server. + +This server is intended to replace the python server soon as the main server. + +To join the game you need the [asciifarm client](https://github.com/jmdejong/asciifarm-client). + +## About Asciifarm + + + +Asciifarm is a multiplayer RPG/farming game that is played in the terminal. + +The intended use is to play this servers with a shared login (through ssh) but it can be layed in other contexts too. + +Players can fight enemies and plant crops to gather resources. |
