Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano-7 authored Oct 9, 2023
1 parent 9380a3e commit 23762e5
Showing 1 changed file with 33 additions and 7 deletions.
40 changes: 33 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 ([email protected])
2. José João ([email protected])
3. Rodrigo Ribeiro ([email protected])
4. Luís Cunha ([email protected])
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:
<table>
<tr>
<td><img src="proj/doc/1.png" width=500></td>
<td><img src="proj/doc/2.png" width=500></td>
</tr>
</table>

___
### 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 | [email protected] |
|José João|[email protected]|
| Luís Cunha | [email protected] |
|Rodrigo Ribeiro |[email protected]|

___


0 comments on commit 23762e5

Please sign in to comment.