A downloadable game

Link to GitHub:

https://github.com/TheChainsawBoy/PocketStationSDK


#PocketStation SDK#

A simple Python SDK for creating PocketStation-style games (32x32 pixel display).

##Files

  • engine.py - Core engine with GameObject, Scene, and GameEngine classes.
  • objects.py - Pre-built game objects (Player, Enemy, Wall, Text, Bullet, Sprite).
  • input.py - 5-button input system (WASD + ENTER).
  • collision.py - Advanced collision detection and triggers.
  • sound.py - Play sounds using a frequency similar beeps to PocketStation.
  • camera.py - Allows for creation of scrolling games.
  • characters.py - Library for 8-bit text characters and the functions to draw them.
  • spriteconverter.py - Converts .png images into usable data for the engine.

If you make a game using this SDK plz tag "pocketstationsdk" so I can see all of your creations :)

#pocketstationsdk


Leave a comment

Log in with itch.io to leave a comment.