From ddb95be97addb4d3abd62cf1a5319b847c04004f Mon Sep 17 00:00:00 2001 From: Mark Edward Gonzales Date: Sun, 25 Dec 2022 23:16:39 +0800 Subject: [PATCH] Update introductory description --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04d950c..2a91190 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ![badge](https://img.shields.io/badge/language-Java-orange.svg) -That's Life is a variant of The Game of Life, a board game originally created by Milton Bradley in 1860 and redesigned a century later by Reuben Klamer. As the name suggests, it mirrors actual events in a person's life — from going to college and landing a job, through getting married and buying a house, to borrowing loans and finally retiring. The most distinguishing feature of the game is the presence of branching points where a player has to make a decision: take the normal route or explore a more roundabout path towards the goal of retiring with the most amount of cash on hand. +That's Life is a variant of The Game of Life, a board game originally created by Milton Bradley in 1860 and redesigned a century later by Reuben Klamer. + +As the name suggests, it mirrors actual events in a person's life — from going to college and landing a job, through getting married and buying a house, to borrowing loans and finally retiring. The most distinguishing feature of the game is the presence of branching points where a player has to make a decision: take the normal route or explore a more roundabout path towards the goal of retiring with the most amount of cash on hand. ## Task That's Life is the major course output in an object-oriented programming class under Ms. Shirley B. Chu of the Software Technology Department, De La Salle University. The complete project specifications and rules of the game are given in the file [Project Specifications.pdf](https://github.com/memgonzales/thats-life/blob/master/Project%20Specifications.pdf). Below are screenshots of the gameplay: