3D skatebourding game made in Python somehow... all made by AI. Expect it to be a beta for a very long time because AI sucks.
- A/D to steer
- Up/Down/Left/Right to look around
- Space to ollie
- P to play hidden track (not really hidden since you can read this lol)
Note
This is a SkateBIRD fangame. You can support the developers here.
- Make sure you install
pip install -r requirements.txt
- run this PyInstaller command:
pyinstaller --onefile --noconsole --icon=icon.ico --add-data "bgm;bgm" --add-data "html;html" --add-data "tex;tex" --workpath . --specpath . --distpath . main.py