Multiplayer online browser-based RPG.
This repository has been archived on 2023-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
David Gay 2feb64ae1c
Update readme and release under the AGPL v3
2023-11-10 16:43:02 -05:00
app Display activity-select (description, costs, and requirements) on hearth plantings view 2021-07-14 18:52:30 -04:00
bin New Rails project with pgsql 2021-04-21 20:59:17 -04:00
config Times of day, and a primitive clock in the header 2021-07-07 20:46:27 -04:00
data [data] New worldcall spell: Call Pit Leech, and adjust two other worldcall spells' level reqs 2021-07-14 19:01:00 -04:00
db Give hearths a location 2021-07-11 15:55:19 -04:00
lib More work on tuning capistrano deploy 2021-05-24 22:19:07 -04:00
log New Rails project with pgsql 2021-04-21 20:59:17 -04:00
public favicon.ico 2021-07-12 21:24:00 -04:00
storage New Rails project with pgsql 2021-04-21 20:59:17 -04:00
test MonsterKills and bestiary view 2021-06-15 21:54:32 -04:00
tmp New Rails project with pgsql 2021-04-21 20:59:17 -04:00
vendor New Rails project with pgsql 2021-04-21 20:59:17 -04:00
.browserslistrc New Rails project with pgsql 2021-04-21 20:59:17 -04:00
.editorconfig 2-space indent for markdown 2021-06-05 18:08:51 -04:00
.gitattributes New Rails project with pgsql 2021-04-21 20:59:17 -04:00
.gitignore gitignore, readme, editorconfig, and rubocop 2021-04-21 21:01:49 -04:00
.rubocop.yml gitignore, readme, editorconfig, and rubocop 2021-04-21 21:01:49 -04:00
.ruby-version New Rails project with pgsql 2021-04-21 20:59:17 -04:00
CHANGELOG.md [data] New worldcall spell: Call Pit Leech, and adjust two other worldcall spells' level reqs 2021-07-14 19:01:00 -04:00
Capfile Install Honeybadger 2021-06-06 12:02:13 -04:00
Gemfile Install Honeybadger 2021-06-06 12:02:13 -04:00
Gemfile.lock Bump addressable from 2.7.0 to 2.8.0 2021-07-13 18:16:32 +00:00
LICENSE Update readme and release under the AGPL v3 2023-11-10 16:43:02 -05:00
README.md Update readme and release under the AGPL v3 2023-11-10 16:43:02 -05:00
Rakefile New Rails project with pgsql 2021-04-21 20:59:17 -04:00
babel.config.js New Rails project with pgsql 2021-04-21 20:59:17 -04:00
config.ru New Rails project with pgsql 2021-04-21 20:59:17 -04:00
package.json Initial draft of timer setup, with results outputting and items being awarded 2021-05-04 17:57:12 -04:00
postcss.config.js Tailwind setup 2021-04-21 21:08:40 -04:00
tailwind.config.js Tailwind setup 2021-04-21 21:08:40 -04:00
yarn.lock Merge pull request #8 from dtgay/dependabot/npm_and_yarn/browserslist-4.16.6 2021-07-05 14:57:23 -04:00

README.md

Esoterra

This was the second version of Esoterra. It was an improvement in many ways over the first version. 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, 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/.