Infinite Racer
OBJECTIVE:
- Drive to the blue flag to generate a new map.
CONTROLS:
- Use arrow keys to control directions
- Press space to break
- Press r to generate a new map
PCG METHOD:
- Chess Maze technique for generating the map (extended from: https://github.com/SunnyValleyStudio/ProceduralMapCHessMaze).
- A* for path finding / road generation.
Comments
Log in with itch.io to leave a comment.
I like the concept of single-screen racing game with procedural generation, and the execution works well. Nice work!