-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]| | ||
|
||
___ | ||
|
||
|