Quake3 0

April 13, 2020
Quake3 C Linux Open Source

Quake 3 ~ ioquake3

I’ve covered DOOM in one of my previous blogs. In this blog I am going to cover how to get Quake 3 arena running. The source port I am going to use is ioquake3. Unlike DOOM, there is no entirely free version of Quake 3. Quake 3 requires .pak files, which can found in the game files after purchasing Quake 3 on steam.

The following dependencies are required.


First to download the ioquake3 via

git clone https://github.com/ioquake/ioq3

cd into ioq3 and execute make

Once the compilation process has finished, then cd into build/release-linux-x86_64

Finally execute ./ioquake3.x86_64

Quake on!

Vim 1

April 25, 2020
Vim C Linux Open Source

Shell 2

April 20, 2020
Linux Shell Open Source

hello_c.c

April 20, 2020
Hello World C
comments powered by Disqus