From 7193f657fa767747aeeb73c96bb2727762054847 Mon Sep 17 00:00:00 2001 From: "J.M. de Jong" Date: Sun, 12 Apr 2020 11:36:01 +0200 Subject: Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md 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 screenshot](Screenshot_2020-04-12_11-31-20.png) + +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. -- cgit