-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
b28857d
commit 276e183
Showing
1 changed file
with
36 additions
and
6 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,11 +1,41 @@ | ||
# What Does The Box Say - A Multiplayer Game | ||
# What Does The Box Say | ||
|
||
### Final project for Software Engineering | ||
* Final project for Software Engineering Course | ||
* A Multiplayer Game with the Internet | ||
* Written in Java | ||
* Teamwork with project management | ||
* Learn teamwork with project management | ||
|
||
## Features | ||
|
||
Game Core: kill other players as many as possible in a fixed period with the knife or limited bullets | ||
|
||
### Features | ||
* Multiplayer and online game | ||
* Large-scale map | ||
* Every player is disguised as a box with fake box on the map | ||
* Try to kill other players as many as possible in a period with knife or limited bullets | ||
* Each player is a box | ||
* Lots of fake boxes on the map to confuse you | ||
* Auto-remedy when not moving | ||
* Suppliess for blood or bullet | ||
* Kill other boxes by your knife or bullets (upperbound: 2) | ||
* Destroying fake box will hurt you if close enough | ||
|
||
## Getting Started | ||
|
||
Well, we didn't provide compiled runnable files directly, so you need to compile it by yourself with some IDE, such as intelliJ. | ||
|
||
### Prerequisites | ||
|
||
IDE (intelliJ or eclipse) and Java. | ||
|
||
### Installing | ||
|
||
Clone the repo and open the project with your IDE. | ||
|
||
## Authors | ||
|
||
* **ylin0603** [ylin0603](https://github.com/ylin0603) | ||
* **HanVincent** [HanVincent](https://github.com/HanVincent) | ||
* **lihungte96** [lihungte96](https://github.com/lihungte96) | ||
* **twinkle8s** [twinkle8s](https://github.com/twinkle8s) | ||
* **Bear1110** [Bear1110](https://github.com/Bear1110) | ||
* **Doublepeace** [Doublepeace](https://github.com/Doublepeace) | ||
* **StanleyLin** |