Enemy Trench
A downloadable game for Windows and Linux
Enemy Trench is a roguelike set during the Battle of the Somme in World War 1. You play as a British Soldier who has gotten into a German trench and must do all you can to survive.
Status | Released |
Platforms | Windows, Linux |
Author | Vulkanoid |
Genre | Role Playing |
Tags | Historical, Open Source, Roguelike, War, World War I |
Average session | A few seconds |
Languages | English |
Inputs | Keyboard |
Download
Download
EnemyTrench v.1.0.5.zip 107 MB
Download
EnemyTrench 1.0.zip 97 MB
Download
EnemyTrench v.0.1.zip 43 MB
Download
EnemyTrench v.0.2.zip 43 MB
Download
EnemyTrench v.0.3.zip 44 MB
Download
EnemyTrench v.0.3.5.zip 44 MB
Download
EnemyTrench v.0.4.zip 45 MB
Download
EnemyTrench v.0.5.zip 45 MB
Download
EnemyTrench v.0.6.zip 45 MB
Download
EnemyTrench v.0.7.zip 61 MB
Download
EnemyTrench v.0.8.zip 586 MB
Download
EnemyTrench v.0.9.zip 533 MB
Install instructions
Simply down load the zip and find the folder with your OS executable then run that.
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)
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.