RocketRunner is a simple game built using three.js. The objective is to score as many points as possible and cover the longest distance. Navigate the rocket using the arrow keys (left, right), avoiding rectangular obstacles, and collecting circular bonuses (size and color of bonuses matter). Have fun! :)
To run RocketRunner locally, you need to:
-
Clone the repository to your local machine: git clone https://github.com/0WhoAmI/RocketRunner.git
-
Navigate to the project directory: cd RocketRunner
-
Navigate to crs in project directory RocketRunner: cd RocketRunner\src
-
Open index.html to play RocketRunner.
-
Open in Visual Studio Code
-
Install extensions: Live Server
-
Start Live Server:
- Shortcut: Ctrl + P
- Type: ">"
- Press enter on: "Live Server: Open with Live Server"
-
Open your web browser and go to http://127.0.0.1:5500/src/ to play RocketRunner.
Click "Start" to begin.
Use the left and right arrow keys to navigate the spaceship.
Navigate through space, avoiding rectangular obstacles, collecting circular points, and covering as much of the cosmos as you can.