We developed a small game called fireman similiar to the popular Pacman game using C language. In this game to score higher, you need to stay alive the longest, by making sure you don't collide into the walls or the moving tsunami.
- Run as follows:
gcc pac.c -lncurses -o fireman
./fireman - Make sure all the files are in the same folder
- Open the Ubuntu terminal in maximized mode
- Press q at the end of the game to exit
If ncurses.h is not installed, please install so by typing the following in your terminal (Ubuntu):
sudo apt-get install libncurses5-dev libncursesw5-dev
- Varun Kumar M
- Deeksha M S
