Skip to content

mtthwn/typebeast

Repository files navigation

TypeBeast

TypeBeast is a typing game for the ages! A modern take on a classic game, TypeBeast aims to bring an immersive and addictive typing game experience to help you take your typing to the next level.

Final Product

Welcome to TypeBeast! Register, login, or play as a guest!

home screen"

Race with friends! Room numbers ensures everyone is in the same room. Words per minute, percentage completed, and current race position are updated realtime.

home screen"

Leaderboard displays race rankings and players' words per minute, as well tracks progress of players who haven't completed the race.

home screen"

Register and Login to get access features such as the shop and garage!

home screen" home screen" home screen"

Coin system to purchase new cars!

home screen" home screen"

Head over to the garage to use your new shiny car!

home screen" home screen" home screen"

Now race your friends with your sweet new ride!

home screen"

The team

Tech used

  • MongoDB with Mongoose
  • Express
  • React
  • Node.js (10.16.0)
  • Socket.io

Getting Started

Clone the repo and install the dependencies in the React server by running npm i. Then, install the api dependencies by running npm install in the typeserver directory.

Running the app

MongoDB must be running in the background in order to start the API. You should also run the database seed script by executing npm run seed in the typeserver directory.

Running the api

cd typeserver and npm start.

Server will run on http://localhost:8081

Running the socket-server

cd typeserver/socketserver and node server.js

Server will run on http://localhost:8080

Running the React App

cd client && npm start

App will run on localhost:3000

Code cleanup

Install Prettier and run ESLint to ensure the code follows the project's code styleguide.

About

A typing game for the ages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published