Skip to content

IgorDGomes/Random-Character

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random-Character

This Random-Character was made as a challenge to try out my understanding about if statement, later on i'll update this repository.

Table of Contents

Preview

Desktop Preview

About

This project was made to easily create a character for a RPG game, each characteristic has randomly generated output, among the options your character can have:

Characteristics

Hair Type
  • Curly

  • Wavy

  • Straight

  • Bald

Hair Color
  • Black

  • Brown

  • Blonde

  • White

  • Ginger

Eye Color
  • Black

  • Blue

  • Green

  • Grey

  • Purple

  • Red

  • White

  • Brown

  • Yellow

  • Pink

  • Orange

Race
  • Elf

  • Human

  • Orc

  • Dwarf

  • Night Elf

  • DragonBorn

  • Fairy

  • Goblin

  • Half (probability of ~ 9.72%)

Class
  • Soldier

  • Knight

  • Barbarian

  • Paladin

  • Black Mage

  • White Mage

  • Red Mage

  • Rogue

  • Archer

  • Engineer

  • Fighter

  • Summoner

  • Tamer

  • No Class

  • 2 random classes (probability of ~ 2%)

  • 3 random classes (probability of ~ 0.8%)

  • 2 classes of your choice (probability of ~ 0.63%)

  • 3 classes of your choice (probability of ~ 0.16%)

Sex
  • Male

  • Female

Built with

  • HTML
  • CSS
  • Javascript

More

Later on I will improve the website, making a better design and adding more functionalities. Any suggestions are welcome!