Skip to content

katbytes/Constructor-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# A Word Guess command-line game using constructors!

Dedicated to the best actor in existence, Nicolas Cage      

demo

In the world of OOP (Object-oriented programming), the previous ways of defining an object is too limiting in many situations. There was a need to create an object "type" that can be used multiple times without having to redefine the object every time to meet each particular instance's requirements. The standard way to achieve this goals is to use the Object Constructor function.

Technologies used:

How to Run Nic Cage 'Constructor' Word Guess Game:

  1. Type node main.js into your terminal/bash window.
  2. Enter a singular alphabetic character and hit return.
  3. You have 9 total guesses.
  4. If you complete the game successfully, you will be prompted to key down ⇣ or up ⇡ to:
  • Play another round
  • Exit
  1. Hint! For best results, try entering a letter representing a vowel sound, such as a, e, i, o, u.
  2. In conclusion,

      cage meme

About

UCSD - CLI Nic Cage 'Constructor' Word Guess Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors