Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Since I am on Linux only system so I couldn't run the .exe as I don't have any windows layer to use. So instead I noticed that there is a code folder with py script inside. So here is what I have done to play the game:

1. Unzip soulofwiztah_3.zip

2. Open a terminal directly inside the folder where main.py lives in the soulofwiztah/code folder

3. Create virtual environment

python3 -m venv venv

4. Activate virtual environment

source venv/bin/activate

5. Move audio, graphics, and data folder inside the code folder

6. install pygame & pytmx  (for tile map)

pip install pygame-ce pytmx

7. run the game 

python3 main.py


I am, however, not certain how to make an attack with left mouse button. All else seems to work though. Very cute. When I press left mouse button, nothing seems charging and when i release the mouse button, nothing happen. Holding left mouse button longer didn't help. so I wonder perhaps the way i try to run the game broker it.. 

(+1)

My bad the instruction was not clear enough. you need to hold (hook)  the orb/ball first in order to charge and throw . full charge damages the enemy.

Thank you!!

Your game is indeed very fun to play now i can stopped the enemy a bit while trying to connect with the orb.