diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | todo.md | 1 |
3 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ [package] name = "asciifarm" -version = "0.1.0" +version = "0.2.0" authors = ["troido <troido@protonmail.com>"] edition = "2018" @@ -1,7 +1,7 @@ # Rustifarm -This is the rust version of the [asciifarm](https://github.com/jmdejong/asciifarm) server. +This is the rust version of the asciifarm server. -This server is intended to replace the python server soon as the main server. +This server is the replacement for the [python asciifarm server](https://github.com/jmdejong/asciifarm). To join the game you need the [asciifarm client](https://github.com/jmdejong/asciifarm-client). @@ -9,3 +9,4 @@ - data encapsulation - secure login - bot connection +- queue for control actions after cooldown |
