A partial PacXon game clone in C, on terminal (you can play the original version here).
This game was my final project for the computer fundamentals and programming university course, originally made in early 2019.
Pro-tip: use an IDE to build and run the project.
Tested on Ubuntu 22.04 LTS.
sudo apt install cmake gcc make libncurses-dev
.cmake . && make && ./PacXon
Or
sudo apt install gcc libncurses-dev
gcc main.c -lncurses && ./a.out
Figure it out 🙂.
For Windows, you can also check out earlier release v0.1.0 and follow the instructions said there.