3D graphics rendered with in the console!
git clone https://github.com/sudo-adduser-jordan/console-graphics-engine
- Linux
- Windows
Windows -MinGW / MSYS2 -Make
Linux
sudo apt update
sudo apt install build-essential libglu1-mesa-dev libpng-dev
Uncomment target platform in the Makefile.
make
./bin/ConsoleGameEngine7.exe
S = Look Left
F = Look Right
E = Forward
D = Backward
ArrowUp = Up
ArrowDown = Down