Skip to content

barrymulvey/Game_of_Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

Source code: src/software_eng_project

JUnit test cases: src/test_cases

Game Text Files

  • Action Cards deck: notes/ActionCards.txt
  • Board spaces: notes/board.txt
  • Careers Cards deck: notes/CareersCards.txt
  • College Careers Cards deck: notes/CollegeCareerCards.txt
  • House Cards deck: notes/houseCards.txt

UML Diagrams

  • Use Case Diagrams: diagrams/use_case
  • Sequence Diagrams: diagrams/sequence
  • Class Diagrams: diagrams/class

Additional Documents

  • Game Instruction Manual: notes/Game Instruction Manual.pdf

    • Brief instruction manual for play.
  • Class descriptions: notes/ClassDescriptions.xlsx

    • Spreadsheet detailing distribution of work.
    • Also includes class descriptions with details of methods implemented.
  • JUnit test details: notes/JUnitTestDetails.xlsx

    • Spreadsheet detailing methods tested with details of the test.

Play Game

To start the game, run "main" and interact with the console window.

About

Design and implementation of “The Game of Life".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages