- Project name: BoomerMan
- Short description: Clone of the 1983 NES classic Bomberman.
- Institution: FEUP
- Course: LCOM (Computer Laboratory)
- Project grade: 17/20
- Group members:
This game runs on a MINIX environment provided by the the faculty (here). Simply install the image on a virtual machine software and navigate to the project source file to compile and run.
make
make clean
lcom_run proj
Like the original, the game consists of progressing through various levels, killing enemies by placing bombs in their path and collecting various powerups.
The player can move using the WASD keys or the mouse pointer, and place bombs with the spacebar or left mouse click.