https://github.com/helloworld017/zombiegame
This project is abandoned.
https://github.com/helloworld017/zombiegame
Last synced: about 1 year ago
JSON representation
This project is abandoned.
- Host: GitHub
- URL: https://github.com/helloworld017/zombiegame
- Owner: HelloWorld017
- License: gpl-3.0
- Created: 2015-06-02T10:42:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T11:26:01.000Z (about 10 years ago)
- Last Synced: 2025-03-31T22:21:57.855Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 235 KB
- Stars: 7
- Watchers: 6
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZombieGame
The Genius S1E4 Main Match : Zombie Game into PocketMine-MP
##What is Zombie Game?
[Korean Explanation](https://namu.wiki/w/%EB%8D%94%20%EC%A7%80%EB%8B%88%EC%96%B4%EC%8A%A4%3A%EA%B2%8C%EC%9E%84%EC%9D%98%20%EB%B2%95%EC%B9%99/4%ED%99%94)
1. Before starting the game, select two initial zombie.
2. There are 3 rounds.
3. If you didn't touch at least one time a round, you become a zombie.
4. You can touch only one time with each player.
5. After finishing a round, amount of zombies and humans will be notified.
6. When you touch with someone, the result is
* Zombie-Zombie : Nothing happens.
* Zombie-Human : The human becames a zombie.
* Human-Human : The humans get a score.
7. After finishing the game, if everyone is zombie, the initial zombies will win.
If there is(are) human(s), the human(s) who has(have) the highest score win(s).
##How to play the Zombie Game?
###Developer Version (Not stable):
1. Download DevTools from pocketmine homepage.
2. Download source and unzip in {PMMP PATH}/plugins/ZombieGame (the plugin.yml must be on {PMMP PATH}/plugins/ZombieGame/plugins.yml)
3. Launch PocketMine-MP and enjoy!
4. If you have any bugs, please report.
5. ????
6. PROFIT!
###Stable Version:
1. Go to 'release' tab.
2. Download phar file.
3. Move the phar file into {PMMP PATH}/plugins/
4. If you have any bugs, please report.
5. ????
6. PROFIT!