/dinoguys

Primary LanguageJavaScript

Dinoguys

GitHub repo size GitHub language count GitHub top language GitHub last commit

Introduction

Dinoguys is a web-based platform battle royale game where players can race their friends online in real-time through multiple stages to see who will come out as the winner. Each stage has its own unique map filled with different traps and obstacles, and only a limited amount of players can get to the next stage. The one that finishes the last stage first wins the game!

Checkout the Deployed Game: https://dinoguys.herokuapp.com/

Libraries / Services Used in This Game

How to Run the Game Locally

  1. Fork and clone this repo.
  2. Install the dependencies with: npm install.
  3. Start the build process and the application with: npm run start-dev. If you're using Windows, you may need to execute npm run start-server and npm run build-watch separately (in their own terminal tabs).
  4. Navigate to localhost:8080 to see the site in the browser.

Acknowledgements

Special thanks to Isaac Easton, Sarah Zhao, and Gary Kertis for invaluable advice throughout the development process!

Special thanks to @kxstadinjpg for the amazing favicon logo!