ASCIIGame

Create a Java application that uses the console window rather than Swing, Applet, or other GUI elements to allow the user to play a non-trivial game. Your complete program may be contained in one client class. You should attempt to use two or more static methods though to demonstrate reusability and modularity. Be as efficient as possible with your use of variables and algorithms. Document your code clearly and be sure that the game is user-friendly. Do not create Tic Tac Toe since it is an assignment in Honors Java at Wyomissing. The game can be a logic game like MasterMind, it can be a board game like Connect Four, or even an RPG game that simply presents a series of questions and random events to the user's player as he/she proceeds through the game.

Preconditions:

  • none

You must hand in the following on separate pages stapled in this specified order:

  1. Source code