04-23-2020, 02:09 AM
New simple howto (more of a reminder that this game exists and that its cool), OpenTyrian, for those who don't know what this game is, it's an open source port of a popular old school shooter:
The steps are pretty simple, just clone the repo:
go into the directory and execute make:
You will need to download the game files from here and copy them into the opentyrian directory.
now you can start the game by just placing yourself in the opentyrian directory and running the executable:
The steps are pretty simple, just clone the repo:
Code:
git clone https://github.com/opentyrian/opentyrian
go into the directory and execute make:
Code:
cd opentyrian
Code:
make
You will need to download the game files from here and copy them into the opentyrian directory.
now you can start the game by just placing yourself in the opentyrian directory and running the executable:
Code:
./opentyrian