Skip to content

belindalei/TAPioca-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAP-ioca Backend README

Welcome to TAP-ioca! If you only have this backend repository loaded, please refer to our frontend repository as well to get started.

YAP

Installation

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.

Usage

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.

Future Expansion

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.

Contributing

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.2%
  • HTML 0.8%