➣
# | Name | Score | Survive Time |
---|
Rifle | Sniper |
---|
Demarcus Lovett
Hello my name is Demarcus Lovett, I am the webmaster of this page.
I attend University of South Carolina Aiken and my major is computer science.
My hobbies include java coding and gaming. I perfer pc games like WOW and ps4 games like Horizon Zero Dawn.
My other hobbies include playing football and basketball.
School Email: djlovett@usca.edu
Personal Email: lovett.jamar@gamil.com
Personal Phone#: 706-788-5566
Wei Zheng
My name is Wei Zheng. I am a Computer Science major undergraduate in USC Aiken. I am experienced in Java, JavaScript, HTML, CSS, PHP, MySQL Database, and some C#, C++, Python, and Visual Basic.
School Email: wjzheng@usca.edu
Personal Email: weijie0192@gmail.com
Personal Phone#: 646-280-6697
The purpose for this game is to survive and kill as many enemies as possible.
The player's health is represented as the red bar at the top right corner of the window. The bar will decrease if the player takes damage. Also the health will regenerate at a rate of 1. If the bar fully depletes to zero the player will die and the game will stop.
In this game we make use of energy. The energy is represented as the cyan bar at the top right corner of the window, below health bar. When the game starts the energy bar will decay at a rate of 1. The Energy can be used as a shield. You can activate the shield by pressing the T key. While the shield is active, when enemies shoot you it will deplete the shield instead of your health. Also, while you have the shield active it will decay faster at a rate of 6. The shield will take 6-time the damage . Firing the guns and creating a block will also consume energy. The energy will not regenerate like the player's health, to regain energy the player must kill enemies and destroy blocks.
Jump fuel is represented as a purple bar at the left bottom hand corner of the screen, going vertically up. With jump fuel the player will be able to jump long distances. When the jump fuel depletes the player will only be able to do a regular jumps until the jump fuel regenerates. The jump fuel will only regenerate when the player is on the ground.
Use W,A,D keys to move your character around. W key to jump up, the A key to move right, and the D key to move right. You can also press the spacebar to jump up. The can also dig down/destroy blocks with the mouse scroll button. The player can place blocks with the mouse right click.
In this game you have to two weapon types, the rifle and the sniper. The rifle fires fast but does little damage. The sniper fires slow but does high damage and high penetration. When the game starts, the default weapon is the rifle. You can change weapons by pressing the E and Q keys, the E key to change to sniper and the Q key to change back to the rifle. You can also use the mouse to click the rifle and sniper buttons at the bottom of the screen to change weapons. Use the mouse left click to fire your weapon.
There is three enemy types in the game the ground enemies, the flying enemies, and the boss. Ground enemies spawn five seconds into the game. Flying enemies spawn one hundred seconds into the game. The boss spawns one-hundred fifty seconds into the game. The boss has 3 weapon types whereas the ground and flying enemies only have one.
The score, survive time and the number of enemies is displayed at the top right below the health and energy bar. The score increases with the amount of enemies killed. The survive time increases the longer you live. The number of enemies decrease as enemies are killed and increases as they spawn.
In the beginning, when the program starts you can set map size to be small, medium , or larger. On default the map size is at medium. Keep in mind the larger the map size the more memory it will consume, your fps will be lower.
The ScoreBoard will show the top ten players based on the score or enemies killed. After the player dies the score, the survive time, and the players name will uploaded to the server then sent back to the scoreboard to be displayed.
Build blocks around yourself for defense, so the enemies hit the blocks around you instead of you. Also you can dig to avoid enemies, this is a good defense measure as well.Though, when the boss spawns, digging won't help you in fact it will hinder you. So stay above ground for the boss encounter. Keep in mind with the weapons the rife is easier to shoot but does less damage. While the sniper rife does more damage but it has a slow fire rate, so it will be harder to hit enemies. Also, only use shield if necessary because it will decay faster when active. When you die, your name, score, and survive time will be uploaded to the php server and sent back to the scoreboard. The score board will consist of the top 10 scores, so if you do well you will be legendary. Thank you for playing our game and good luck cause you are going to need it.