summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 30 insertions, 4 deletions
diff --git a/README.md b/README.md
index ddae33e..5fb6d08 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,36 @@
# Esoterra
-[Esoterra](https://playesoterra.com) is a multiplayer online browser-based RPG
-currently in early development.
+**This was the second version of Esoterra.** It was an improvement in
+many ways over [the first version](https://git.aikuro.net/poems/esoterra-original).
+Still, it is extremely hacky and lacks tests. Like the first version it
+has bugs, including timing bug that can cause rewards from activities to
+be duplicated. Still, if you're interested in how you might make a browser
+RPG in Ruby on Rails, this repo might give you some ideas. I would recommend
+doing things more properly than I did though! Esoterra wasn't professional,
+it was a hack of love.
+
+Esoterra is no longer online, but was a multiplayer online browser-based RPG.
+I made it because I always wanted to make a browser RPG, and thought it
+would be fun to do it in Rails. It provided months of fun and entertainment
+for my friends and I, though it was a lot of work to develop a game! The
+programming was the easy part, in many ways.
## License
-Esoterra is created and owned by David Gay ([hello@davidgay.org](mailto:hello@davidgay.org)).
+esoterra, a browser-based online multiplayer RPG
+
+Copyright (C) 2020-2021 David Gay
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as published by
+the Free Software Foundation, version 3 of the License.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with this program (the `LICENSE` file). If not, see
+<https://www.gnu.org/licenses/>.
-Esoterra ©️ 2020-2021. All rights reserved.