An attempt at a rocket league clone in the browser. Made using Three.js, Rapier and Typescript. Contributions are welcome!
Click the image below ⬇️ to test it out yourself.
Deployed with Vercel: https://wocket-weague.vercel.app
- Use wasd to move the car around
- q and e to make the car roll
This project utilizes the following technologies:
- TypeScript: A statically typed superset of JavaScript that compiles to plain JavaScript.
- Vite: A fast build tool for modern web applications.
- Three.js: A JavaScript library for creating 3D graphics in the browser.
- Rapier: A 2D and 3D physics engine for games and simulations.
Before running this project, make sure you have the following installed:
Once you have these prerequisites installed, you can proceed with the setup steps mentioned below.
To use this project, locally follow these steps:
Steps | Command/Link |
---|---|
Clone the repository | git clone https://github.com/Aebel-Shajan/Wocket-Weague.git |
Navigate to the project directory | cd Wocket-Weague |
Install the dependencies | npm install |
Start the development server | npm run dev |
Open your browser and visit http://localhost:3000 to see the project in action | http://localhost:3000 |