#SpeedRush SpeedRush Demo
Description SpeedRush is an exciting and fast-paced game built using the Three.js JavaScript library. Race against time, dodge obstacles, and navigate through challenging environments to reach the finish line. This project is a great example of leveraging the power of Three.js for creating immersive 3D experiences in the browser.
Features 3D Graphics: Powered by Three.js, SpeedRush delivers stunning 3D graphics in the browser. Fast-Paced Gameplay: Experience high-speed racing with responsive controls. Dynamic Environments: Navigate through dynamically generated environments and face different challenges in each level. Obstacle Avoidance: Dodge obstacles and test your reflexes as you speed through the course. Scalable Difficulty: Levels of increasing difficulty provide a challenge for both beginners and experienced players. Demo Link to Live Demo
Getting Started Prerequisites Node.js installed on your machine Installation Clone the repository:
bash Copy code git clone https://github.com/Kalid-Geleta/Speedrush/ Navigate to the project directory:
bash Copy code cd speedrush Install dependencies:
bash Copy code npm install Start the development server:
bash Copy code npm start Open your browser and visit http://localhost:3000 to play SpeedRush!
Usage Use the arrow keys or WASD to control the player's movement. Navigate through the course, avoiding obstacles and aiming for the finish line.
Contributing Contributions are welcome! Feel free to open issues or submit pull requests to improve the game.
Acknowledgments Special thanks to the creators of Three.js for providing an amazing 3D graphics library.