Skip to content

A game in Python somehow. SKATEBOARDING BIRB GUYS

Notifications You must be signed in to change notification settings

i486nugget/SkatePy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkatePy

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.

Controls

  • 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.

Building

  • 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

Credits

  • PyOpenGL for the 3D graphics
  • PyQt5 for the GUI
  • Pygame for the audio <<<<<<< HEAD
  • I made the music composition myself, literally just breakcore ChordBIRD =======
  • I made the music composition myself, literally just breakcore ChordBIRD

About

A game in Python somehow. SKATEBOARDING BIRB GUYS

Resources

Stars

Watchers

Forks