forked from RobertoIA/Invaders
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from eliasb1/main
Update README file
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Invaders | ||
= | ||
|
||
Welcome to our Space Invaders java project developed as part of our Software Development Practices class at Hanyang University. We were tasked with adding features onto a previously developed space invaders game. | ||
|
||
### Team | ||
|
||
Our team is called Team Aliens, it comprises of 5 members. | ||
|
||
* Elias - https://github.com/eliasb1 | ||
* Luca - https://github.com/56luca | ||
* Janae - https://github.com/jfarinas96 | ||
* Sophie - https://github.com/sibylle221 | ||
* Josh - https://github.com/Josholeary | ||
|
||
### Features | ||
|
||
The following is a list of the features we added. | ||
|
||
- Add dying effect (screen shake) | ||
- Add SFX & BGM (background music and sound effects) | ||
- Add various monsters (making higher hp monsters and different monster formations) | ||
- Display HP Color (coordinating colours to reflect monster hp) | ||
- Add Setting function (screen resizing, game speed selecting etc) | ||
- Add game summary (controls/manual) | ||
|
||
### CI/CD | ||
We used Github Actions for CI/CD, these are the specific tools we are using for this project: | ||
|
||
- Maven to build the project | ||
- CodeFactor for code checking | ||
|