Skip to content

AndyRKeys/MixedMessages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MixedMessages

Codecademy - First Portfolio Project

Table of Contents

General Information

  • requirements for project: a message generator program that outputs a new, random message every time a user runs the program
  • how I've chosen to meet the requirements: a virtual character generator (as if for an RPG game) - each time it is run it will generate two new random characters and output their stats to the console.
  • to showcase basic JavaScript syntax and programming concepts
  • undertaken as part of Codecademy Full-Stack Engineer PRO course

Technologies Used

  • JavaScript ES6
  • Git and GitHub
  • Command line
  • Node.js

Features

  • creates character objects with Name, Class and Race properties
  • function to create an object with a random properties
  • creates a randomised player character and enemy character
  • writes the stats of both characters to the console

Screenshots

Example screenshot

Setup

Usage

Clone this repo to a local folder

git clone https://github.com/andyrkeys/mixedMessages.git

Run the program

node main.js

Project Status

Project is: complete

Room for Improvement

  • none so far, will await feedback

Acknowledgements

Give credit here.

Contact

Created by @AndyRKeys - feel free to contact me!

About

Codecademy - First Portfolio Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors