A simple Rails app for playing Pokémon together with friends.
Go to file
David Gay 02ef988899
Update README with info and license
2023-11-10 17:33:50 -05:00
app Shiny glow 2023-11-03 02:44:25 -04:00
bin rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder 2023-10-29 23:19:12 -04:00
config Pokedex entry recording and viewing on runs#show 2023-11-03 01:03:48 -04:00
db Adjust PokedexEntry to take a shiny boolean instead 2023-11-03 00:46:36 -04:00
lib rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder 2023-10-29 23:19:12 -04:00
log rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder 2023-10-29 23:19:12 -04:00
public Favicon 2023-11-02 17:49:54 -04:00
storage rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder 2023-10-29 23:19:12 -04:00
test Pokedex entry recording and viewing on runs#show 2023-11-03 01:03:48 -04:00
tmp rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder 2023-10-29 23:19:12 -04:00
vendor rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder 2023-10-29 23:19:12 -04:00
.editorconfig Add .editorconfig 2023-10-29 23:30:51 -04:00
.erb-lint.yml Install and configure erb-lint 2023-10-29 23:32:50 -04:00
.gitattributes rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder 2023-10-29 23:19:12 -04:00
.gitignore rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder 2023-10-29 23:19:12 -04:00
.rubocop.yml Install and configure rubocop 2023-10-29 23:30:06 -04:00
.ruby-version rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder 2023-10-29 23:19:12 -04:00
Gemfile Unpin rails and bundle update 2023-11-02 17:32:26 -04:00
Gemfile.lock Unpin rails and bundle update 2023-11-02 17:32:26 -04:00
LICENSE Initial commit 2023-10-29 22:57:59 -04:00
Procfile.dev rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder 2023-10-29 23:19:12 -04:00
README.md Update README with info and license 2023-11-10 17:33:50 -05:00
Rakefile rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder 2023-10-29 23:19:12 -04:00
config.ru rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder 2023-10-29 23:19:12 -04:00

README.md

cable-club

This is a weekend hack Rails app meant to be used by friends playing Pokémon games together. It provides a mechanism for checking out and checking in game save files, allowing multiple people to collaborate on the same "run" of game. There is also a simple Pokédex feature where players can record the Pokémon they catch in an run. It's very hacky and entirely untested. I haven't used it myself yet either since my friends and I ended up playing Pokémon hacks instead!

The graphics in this project are being used purely as decoration in a free fan project. If you would like me to remove any of your work, please email me.

Thanks

License

cable-club, a web app for playing Pokémon together

Copyright (C) 2023 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/.