Go to file
Jacob 224e82b467 Added minimap PNG.
Not skilled enough to know how to implement this yet as I've never used react or three.js, but plan to return to it if no one else gets to it first. This is a png of the Paris Prominade map for someone to use while implementing a mini map. Added to images folder.
2024-02-28 16:09:00 -06:00
.devcontainer Adds Dev Container configuration 2024-02-16 10:47:30 +00:00
public Added minimap PNG. 2024-02-28 16:09:00 -06:00
src Merge pull request #27 from ctrlVnt/smoke 2024-02-20 09:31:13 +01:00
.gitignore initial commit 2024-01-05 16:44:21 +01:00
LICENSE ADDED README AND LICENSE 2024-02-12 09:41:40 +01:00
README.md Update README.md 2024-02-22 12:24:57 +07:00
index.html feat(game) : added ui base for steering 2024-01-22 18:39:20 +01:00
package-lock.json Added return to menu functionality for kb/ kbm/ gamepad 2024-02-18 13:07:04 -05:00
package.json feat:(game) added mobile controls 2024-02-14 10:22:43 +01:00
vite.config.js initial commit 2024-01-22 11:54:02 +01:00

README.md

Mario Kart 3.js - JavaScript/WebGL Mario Kart

Link

Open in GitHub Codespaces

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

Clone the repository or download it

Open your terminal and inside the project folder, run :

  npm install

Start the dev server

  npm run dev

How to use (Gameplay)

  • Use the W key to accelerate, the mouse to steer for now (will be updated for mobile/gamepad/keyboard).

  • 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 E key to use the current item.

  • Press R to reset your position, usable anytime.

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.

TO - DO

  • Design Landing page

  • Add items

  • Add texture to the flame shaders

  • Add curve/length modifiers to drift particles 3/4

  • Add Skid marks

  • Add smokes

  • Add wind screen effect when boosting

  • Improve sound design quality

  • Design UI for HUD

  • Make Time Trial mode

  • Design tracks and checkpoints

  • Improve code quality

  • Add Minimap

  • Items

    • Tennis ball
    • Bomb
    • Real red shell
    • Treats
    • ?

License

License: MIT