Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 872 Bytes

File metadata and controls

20 lines (13 loc) · 872 Bytes

superbox-3.5

python pixel simulation with ui

Screenshot 2022-11-04 201218
(work in progress screenshot)

This is a fully functional pixelsim game I made completly from scratch in Python and raylib. It is the third iteration of the superbox series. The game is essentially a sandbox where you can create and destroy pixels of deffirent materials that interact with each other, in many ways such as burning, melting, freezing, exploding. the 3.5 version of the game is the first to feature a GUI and a save system in addition to an "endless" world.

usage

  • clone the code

    git clone https://github.com/9EED/superbox-3.5

  • install dependencies

    pip install pyray pip install raylib

  • run the code

    python3 superbox-3.5.py