diff --git a/README.md b/README.md index 3ae4cad..b7b4126 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,36 @@ -# LCOM Project +# LCOM 2022/2023 +___ -LCOM Project for group T14-G05. +## Project - Space Invaders -Group members: +Space Invaders is a classic arcade game set in the depths of outer space. The game takes place on a monochromatic terminal display in the Minix operating system. As the player, your mission is to defend the Earth from an onslaught of alien invaders descending from above. -1. Adriano Machado (up202105352@fe.up.pt) -2. José João (up202108818@fe.up.pt) -3. Rodrigo Ribeiro (up202108679@fe.up.pt) -4. Luís Cunha (up201709375@fc.up.pt) +The gameplay is simple yet addictive. Rows of alien invaders move steadily towards the bottom of the screen, approaching closer with each passing moment. Armed with a laser cannon at the bottom of the screen, you must eliminate the invaders before they reach the Earth's surface. + +### Game Screenshots: + + + + + +
+ +___ +### Running the Game +- Open the terminal on the diretory where Makefile is. +- Then proceed to run the command:```make clean ``` +- Run the command : ``` make ``` +- Once compiled, run the just run the command:```lcom_run proj`` +___ + +#### Work Done by Group T14-G05: +| Name | Email | +|:-----------------:|:-----------------:| +| Adriano Machado | up202105352@fe.up.pt | +|José João|up202108818@fe.up.pt| +| Luís Cunha | up201709375@up.pt | +|Rodrigo Ribeiro |up202108679@fe.up.pt| + +___ + +