Skip to content

deckiedevs/robot-gladiators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Robot Gladiators

Purpose

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.

Contents

  1. Deployed Page
  2. Built With
  3. Game Features
  4. JavaScript Features
  5. Contribution

Deployed Page

Robot Gladiators Deployed Page

Built With

  • JavaScript

Game Features

  • 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.

JavaScript Features

  • 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.

Contribution

  • Created with sweat and tears by Mila Decker.