More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=YAMKC | |title=YAMKC | ||
|image= | |image=Yamkc3ds2.png | ||
|description=Yet Another Mario Kart Clone 3DS. | |description=Yet Another Mario Kart Clone 3DS. | ||
|author=PabloMK7, JoanCoCo, Ragnarokshadows | |author=PabloMK7, JoanCoCo, Ragnarokshadows | ||
Line 12: | Line 12: | ||
|source=https://github.com/mariohackandglitch/YAMKC_3DS | |source=https://github.com/mariohackandglitch/YAMKC_3DS | ||
}} | }} | ||
YAMKC 3DS - Yet Another Mario Kart Clone 3DS is a Mario Kart game clone for the 3DS. This project was made for a videogame console game development course, where the idea to replicate an official Mario Kart game, using Mario Kart 7 as the inspiration. The game was implemented by a team of 3 members during 3 months, written in C++ and using OpenGL as a graphics engine. | YAMKC 3DS - Yet Another Mario Kart Clone 3DS is a Mario Kart game clone for the 3DS. | ||
This project was made for a videogame console game development course, where the idea to replicate an official Mario Kart game, using Mario Kart 7 as the inspiration. The game was implemented by a team of 3 members during 3 months, written in C++ and using OpenGL as a graphics engine. | |||
==Media== | ==Media== | ||
Line 29: | Line 31: | ||
* Lighting. | * Lighting. | ||
* Several display modes (day/night, clear/fog and bird's view) required by the course. | * Several display modes (day/night, clear/fog and bird's view) required by the course. | ||
* 2D collision with walls and offroad (implemented using a png). | |||
==Credits== | ==Credits== |
Revision as of 14:49, 26 Ocak 2022
YAMKC | |
---|---|
General | |
Author | PabloMK7, JoanCoCo, Ragnarokshadows |
Type | Racing |
Version | 0.2 |
License | Mixed |
Last Updated | 2021/05/14 |
Links | |
Download | |
Website | |
Source | |
YAMKC 3DS - Yet Another Mario Kart Clone 3DS is a Mario Kart game clone for the 3DS.
This project was made for a videogame console game development course, where the idea to replicate an official Mario Kart game, using Mario Kart 7 as the inspiration. The game was implemented by a team of 3 members during 3 months, written in C++ and using OpenGL as a graphics engine.
Media
3DS Homebrew - Yet Another Mario Kart Clone 3DS (v0.2) (PabloMK7)
Fan Game - Yet Another Mario Kart Clone (v0.1) (PabloMK7)
Changelog
v0.1
- Loading 3D models from .obj files, and using the material settings stored on .mtl files.
- Loading a course in .obj format.
- Loading a kart + driver + wheels in .obj format (positions hardcoded).
- Kart movement physics (tried to mimic Mario Kart 7 feeling as much as I could).
- Lighting.
- Several display modes (day/night, clear/fog and bird's view) required by the course.
- 2D collision with walls and offroad (implemented using a png).
Credits
The following libraries or pieces of code have been used:
- libctru.
- citro3D.
- libcwav.
- KCLCollisionServer from Super Mario Galaxy DS.
- Text rendering using citro3D from BootNTR Selector.
The following editors have been used:
Huge thanks to Gericom, Ermelber and Jelle for granting permission to use some of their work and code. Huge thanks to Cochu U for her music and sound effects.