Skip to content

evan-dixon/TheInversePath

Repository files navigation

The Inverse Path

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]

Building from Source

Prerequisites

  • Python 3.8 or higher (designed on 3.13)
  • pip (Python package installer)

Installation Steps

  1. Clone this repository:
git clone https://github.com/evan-dixon/TheInversePath.git
cd TheInversePath
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the build script:
# Build for current platform
python build.py

The executable will be created in the dist directory.

Running the Game

From Source

python main.py

Default Controls

  • Arrow keys or WASD to move
  • Space to invert colors
  • R to restart when game over
  • ESC to pause/access menu

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A puzzle platformer where you navigate through a world of shifting contrasts and falling blocks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published