Skip to content

stephenandersondev/monkey-jump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 

Repository files navigation

Monkey Jump

monkey-jump-gameplay

About

Welcome to the Monkey Jump app! This app was developed by Stephen Anderson (@stephenandersondev) and Devin Davis (@devindavis5) as part of week 9 of the Flatiron School Software Engineering program.

Demo Video

https://youtu.be/Y8FDJfGZjWw

Installation

1. Fork and Clone this repository.

2. Navigate to the backend directory and run bundle install to install necessary gems:

$ bundle install

3. Migrate the database:

$ rails db:migrate

4. Start the rails server:

$ rails s

5. You're now all set! To run the app, navigate to the frontend directory and open the html file:

$ open index.html

Usage

You should now be brought to the login screen. Enter your desired username and login!

monkey-jump-login

After logging in you will see the game screen and user panel which will show your top 5 scores. Press 'START' to begin the game and use the arrow keys to move the monkey left, right, or straight ahead.

The game is over when the monkey falls. Your score is based on how many platforms you pass, and will be displayed to you after the game is over.

monkey-jump-gameplay

Feel free to play the game as many times as you like. If you get into the top 10 scores on your database your name will be displayed on the homepage!

We hope you enjoy playing Monkey Jump! 😊