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..