A classic runner game using MySQl, Node, Express, Handlebars & Sequelizer.
Get straight to the business? Visit Emoji Runner
This group project is an update on the runner style game. The user controls and emoji running, jumping and dodging the fun cartoon environments. User profiles are logged in a database for tracking high scores.
Clone this repo to your local machine, navigate to the Emoji-Runner folder and run npm install
to get the dependencies. Either setup a local instance or deploy your own Heroku project. See below.
- Running this app locally: Get MySQL database running (set to default 3306), and navigate to the Emoji-Runner directory in your command line. Run
node server
to connect. Navigate to localhost:3000 in your browser and start having fun! - Heroku Deployment: Checkout JawsDB to set up your own hosted instance. Also give the app a try at my deployment on Heroku.
** Store Coming Soon! **
- More Login Methods Google, Facebook, Twitter etc.
- Store Spend your points on new emojis!
- High Scoreboard Bragging rights, right?
MIT • (If you fork and recreate this, please be kind and rebrand your version!)
- P5JS is how I engineered the entire game from the physics to the control and UI.
- MySQL, Express and Node
- Passport and bcryptjs for authentication.