Skip to content

richstokes/GroomLake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroomLake

screenshot

CLICK HERE to play now!

What is this?

I've always been interested in "2.5D" racing games in the style of Outrun. I stumbled upon this great example, which uses the pyxel python game engine, and decided to mess around on it as a part of learning how all the 2D projection stuff works.

The theme is based on Groom Lake, the site of the infamous Area 51.

The track is randomly generated.

Contributions are welcome if anyone wants to help build upon this!

Controls

WSAD - directions Up/Down - camera

Run

Run with: python3 main.py
or
DEBUG=1 python3 main.py to get some debug info

Requirements:

  1. Python >= 3.10
  2. Pyxel >= 1.9.18