Comments

Log in with itch.io to leave a comment.

Awesome Game!! :-D

Thanks :)

Hey, I am confused on the dependencies I have to install for the game to run. As when I try running v0.2, it never runs and the console spouts out an error at me. I am on Linux Mint and if needed the error is this:


[19213] Error loading Python lib '/home/morgan/Games/EnemyTrench v.0.2/EnemyTrench v.0.2 Linux/EnemyTrench/libpython3.9.so.1.0': dlopen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/morgan/Games/EnemyTrench v.0.2/EnemyTrench v.0.2 Linux/EnemyTrench/libpython3.9.so.1.0)

(1 edit) (+1)

Thanks for bring this to to my attention and Apologies for the late reply. I believe all that is needed is the latest version of python and the latest version of the tcod and numpy. In the future up date I will include a requirements file so users can just type "pip install -r requirements.txt".

Update: Just added the requirements file with what I used. If you download that and run "pip install -r requirements.txt" that should get all the dependencies. Hope that helps.

Thank you for replying, its better late than never. Ill definitely try the dependencies file and ill edit this to say if it worked or not.