Pyxel Studio

F-Zero [Tech Demo]
Description
Here's a cool thing I made out of boredom. I got the idea to make a Mode7 - like tilemap renderer in pyxel and it works pretty well :D
So I rushed an F-Zero map and some physics to make this demo a bit more entertaining.
Documentation
Use the arrow keys to move, there isn't any goal or collisions for the moment, but I might add them if I'm really motivated.

How it works:
I used some calculations to create a perspective field and abused the blitm() function to display each pixel from the tilemap according to that perpective field.
  • app.py
  • res.pyxres
  • screenshot.png