Welcome to TAP-ioca! If you only have this backend repository loaded, please refer to our frontend repository as well to get started.
Run the following commands in your terminal:
bundle install
rails db:migrate
rails db:seed
rails server
Once you have the server running, navigate to the frontend repository to continue installation.
TAPioca is built using Rails, JS, HTML, and CSS. Users play the game by clicking on the bubbles and gaining points within the specified time frame. Clicks on the "bubbles" gain users one points and the final "ninja bubble" gains the user five points. Bubble sizes and speeds are generated randomly.
TAPioca has the potential to add additional bubbles as well as various UI/UX developments. Users would ideally have the option to enter increasingly harder levels as well.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
By Belinda Lei and Darrow Palast