In this assignment, students build a game where monsters are hidden in an array of cells and the player guesses which cell the monsters are in. It is a fun culminating project for a CS1 course that has students apply fundamental programming topics such as data types and variables, input/ output, classes, arrays, and others.
This simple console application employs all of the skills students should have at the completion of CSE 1301 (Programming and Problem Solving), and gives the instructor an idea if they are ready to move on to CSE 1302 (Programming and Problem Solving II). See attached course schedule and syllabus for more information about sequencing.