Robot Gladiators is a browser-based JavaScript game. Robot Gladiators was created during UCF Coding Boot Camp's Week 3 Module as an introduction to JavaScript.
Robot Gladiators Deployed Page
- JavaScript
- Three enemy robots with randomized health and attack values.
- Randomized player attack values.
- An in-game shop to purchase health refills or upgrade attacks.
- Player's high score is retained.
- Player is called to action using a series of alerts and prompts.
- Game generates appropriate responses to the user's input using a series of
if...else
conditions. - Rounds iterate with
for
loops. - Shop options fulfilled using
switch
cases. - Battle sequence is executed utilizing
while
conditions. - Local storage for high score values.
- Created with sweat and tears by Mila Decker.