A puzzle platformer where you navigate through a world of shifting contrasts and falling blocks.
This was created for the Weekly Jam #2 on Itch.io [https://itch.io/jam/weekly-jam-2-new]
- Python 3.8 or higher (designed on 3.13)
- pip (Python package installer)
- Clone this repository:
git clone https://github.com/evan-dixon/TheInversePath.git
cd TheInversePath- Install dependencies:
pip install -r requirements.txt- Run the build script:
# Build for current platform
python build.pyThe executable will be created in the dist directory.
python main.py- Arrow keys or WASD to move
- Space to invert colors
- R to restart when game over
- ESC to pause/access menu
This project is licensed under the MIT License - see the LICENSE file for details.