tp

Yoeng Kok Leong’s Portfolio Page

Project AeroCade

AeroCade is an In-Flight Entertainment app designed to keep users entertained during travels, optimized for use via a Command Line Interface (CLI) while still having the core functionalities and features.

Written below are my contributions to this project.

Game Class: This class has 4 methods that interacts with the other classes such as HangMan and TicTacToe.

It is the parent class of HangMan and TicTacToe, and has methods that encapsulates common functionalities such as runGame(), howToPlay() and gameWon().

Parser Class: Added some methods to parser class such as ifShowGuide() and ifShowStats

Code contributed: RepoSense link

Documentation: