Skip to content

This is a text-based rendition of the famous tv show: "Who Wants to be a Millionaire!"

Notifications You must be signed in to change notification settings

R-Lovelett/millionaire-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

"Who Wants to be a Millionaire" Game

This is a text-based rendition of the famous tv show: "Who Wants to be a Millionaire!". This program will ask you a series of questions an reward you with (imaginary) sums of money. Answer all the questions correctly to win the game.

Version: 1.0

Created 12/09/15

Project Run Instructions

  1. Clone Project to PC.

  2. Open in code editor or choice (I used IntelliJ, although it wasn't originally created with it)

  3. Run Main Class

  4. Dialog will pop up in box, simply enter Yes or No to start, and then A, B, C, or D to answer each question.

What I Learned

This project was one of my first fully functioning Java programs that I created during one of my first programming courses in college. It was initially created in BlueJ, but I imported the base code into IntelliJ to upload to Github for the world to see! During the process of making this game, I was required to show my understanding of the following programming concepts:

  • Object-Oriented Programming.
  • Use of different variables such as int and String.
  • Importing and utilizing another class.
  • If-else statements.
  • Either a "while" or "for" loop.
  • Javadoc comments of various types.

About

This is a text-based rendition of the famous tv show: "Who Wants to be a Millionaire!"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages