Mario-Kart-3.js/README.md

95 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2024-02-12 00:41:40 -08:00
# Mario Kart 3.js - JavaScript/WebGL Mario Kart
2024-03-05 02:52:13 -08:00
2024-02-12 00:41:40 -08:00
[Link](https://mario-kart-3-js.vercel.app/)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Lunakepio/Mario-Kart-3.js)
2024-02-12 00:41:40 -08:00
DISCLAIMER : This is not a completed project, I would say around 50% of the work has been done up to now. It takes a lot of time so please enjoy.
## How to install
Fork the repository
2024-02-12 00:41:40 -08:00
Clone the repository or download it
Open your terminal and inside the project folder, run :
```bash
npm install
```
Start the dev server
```bash
npm run dev
```
## How to use (Gameplay)
- Use the <kbd>W</kbd> key to accelerate, the mouse to steer for now (will be updated for mobile/gamepad/keyboard).
2024-02-12 00:41:40 -08:00
- Steer with the mouse.
- Press and hold the space bar to initiate a drift. Steer and counter steer to maintain the drift. release it to get a mini - turbo.
- Press <kbd>E</kbd> key to use the current item.
2024-02-12 00:41:40 -08:00
- Press <kbd>R</kbd> to reset your position, usable anytime.
2024-02-12 00:41:40 -08:00
## How to use (Code)
- Anything needs update.
- You can also edit the README to add elements to the To-do List.
- Feel free to bring your ideas to the project even if you can't code them.
2024-03-05 02:52:13 -08:00
## How to use (Editor)
- [Download Triplex](https://triplex.dev/download)
- Open this project in Triplex from the projects root directory
- Iterate on individual components, set props, have some fun
- [Learn more about Triplex](https://triplex.dev/docs/get-started/user-interface)
2024-02-12 00:41:40 -08:00
## TO - DO
2024-02-19 13:23:10 -08:00
- [ ] Design Landing page
2024-02-12 00:41:40 -08:00
2024-02-19 13:23:10 -08:00
- [ ] Add items
2024-02-12 00:41:40 -08:00
2024-02-19 13:23:10 -08:00
- [ ] Add texture to the flame shaders
2024-02-12 00:41:40 -08:00
2024-02-19 13:23:10 -08:00
- [ ] Add curve/length modifiers to drift particles 3/4
2024-02-12 00:41:40 -08:00
2024-03-05 02:52:13 -08:00
- [ ] Add Skid marks
2024-02-12 00:41:40 -08:00
2024-02-19 13:23:10 -08:00
- [x] Add smokes
2024-02-12 00:41:40 -08:00
2024-02-19 13:23:10 -08:00
- [ ] Add wind screen effect when boosting
2024-02-12 00:41:40 -08:00
2024-02-19 13:23:10 -08:00
- [ ] Improve sound design quality
2024-02-12 00:41:40 -08:00
2024-02-19 13:23:10 -08:00
- [ ] Design UI for HUD
2024-02-12 00:41:40 -08:00
2024-02-19 13:23:10 -08:00
- [ ] Make Time Trial mode
2024-02-12 00:41:40 -08:00
2024-02-19 13:23:10 -08:00
- [ ] Design tracks and checkpoints
2024-02-12 00:41:40 -08:00
2024-02-19 13:23:10 -08:00
- [ ] Improve code quality
2024-02-12 00:41:40 -08:00
- [ ] Add Minimap
2024-02-19 13:23:10 -08:00
- [ ] Items
- [ ] Tennis ball
- [ ] Bomb
- [ ] Real red shell
- [ ] Treats
- [ ] ?
2024-02-12 00:41:40 -08:00
## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)