Mode7.love is basically the scanline renderer stripped down. You can use it for whatever, I prefer credit but I don't think it's original enough.
Mario Kart clone, with unoriginal images for now. Some basic gameplay implemented.
You will most likely glitch into the wall if you hit it, I don't really know what to do about it.
History:
1.0.0
- Initial release
- W and S scaling works properly, FoV corrected, Mario sprite added with racing controls (kinda)
- Basic gameplay elements implemented!
- Jumping (left ctrl)
- Really bad collision detection
- Slowdown & speedup patches
- Optional motion blur (Warning, uses canvases!)
Change motionblur (conf.lua:2) to 'true' to enable it,
and I recommend enabling v-sync as well if you do,
because lower framerates = more blur, and 75 FPS on my monitor
seems to be a good amount.
I will fix that later. - Sounds
- Any resolution should work
- Filesystem bug fixed