From eeefb38ac2c5a0e9642fb49b5e0e9fd67b440eb7 Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 18 May 2020 10:19:13 +0200 Subject: edited version number and readme --- Cargo.toml | 2 +- README.md | 4 ++-- todo.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 29f65fd..b91b315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asciifarm" -version = "0.1.0" +version = "0.2.0" authors = ["troido "] edition = "2018" diff --git a/README.md b/README.md index 2610d44..b209194 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/todo.md b/todo.md index 0be0d97..54660ed 100644 --- a/todo.md +++ b/todo.md @@ -9,3 +9,4 @@ - data encapsulation - secure login - bot connection +- queue for control actions after cooldown -- cgit