Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 707 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 707 Bytes

MastermindGame

Design and Approach:

Overall design and implementation goal was to create a Minimum Viable Product that could be iterated, extended, and improved upon.


How to Run/Build Game:

  1. Clone github repository
  2. Open project in Ide of your choosing, visual studio, sublime etc.
  3. Could also just be run in your terminal, but going to Project directory and cd..ing into View/program.rb then running ruby program.rb
  4. If you don't use your terminal then go to the View Directory and run the program.rb file.

UMLDiagram of the classes:

Located in project called UML.png.

note: This UML diagram does not follow UML syntax rules.