Skip to content

emswann/StarWarsRPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Stars Wars RPG Game

Star Wars uses JavaScript and jQuery to create an interactive role playing game. The application is developed using an Object-oriented approach and makes use of constructor classes to represent the characters.

Each character in the game has three attributes: Health Points, Attack Power and Counter Attack Power.

The user first chooses a character for the game and then chooses an enemy defender. The fight now begins. The character attacks followed by an enemy defender counter attack. Each time the character attacks, the Attack Power increases by a base Attack Power. The enemy defender always attacks with the same Counter Attack Power. Points are deducted from each fighter's Health Points. The first fighter to zero (or less) Health Points loses the fight. If the character wins the fight, the character lives to choose another opponent. The character must win all fights to win the game. If the character loses at any time, the game is over.

Site Preview

Star Wars Initial

Star Wars Character

Star Wars Defender

Star Wars Fight

Getting Started

You should be able to download the files via the github pages link below and run locally on your computer:

https://github.com/emswann/StarWarsRPG.git.

You can also access the application via the github pages link below:

https://emswann.github.io/StarWarsRPG/.

Prerequisites

No prior software needed to run.

Built With

  • Bootstrap - Front-end HTML, CSS, javascript framework for creating responsive web applications.
  • JavaScript - Programming language.
  • jQuery - Javascript library.

Contributing

Please feel free to offer any suggestions. As always, programming is a work of art in progress.

Author

About

Star Wars interactive role playing game uses JavaScript and jQuery for constructor classes and dynamic elements. Object-oriented design approach.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors