Tuesday 2/11/20: Project 2 Monster Adventure Game - Introduction
Student will use knowledge of lists, Booleans, conditionals, and while loops to create a text-based monster adventure game.
- Monster Game Adventure Demo: zorkonline.net
- This game will take place in a three story dungeon with 9 rooms.
- The user will have to traverse through the levels and find a way to fight monsters.
- On each move the user has seven possible actions: left, right, up, down, grab, look, inventory, fight, help and quit.
- If the move is invalid (not one of these options), the game should let the user know. Otherwise, the game will execute the user's move.
- The goal of the game is to reach the prize blocked by a boss monster.
- Review Monster Adventure Game Rubrics
- Create a game board on PAPER. This is part of the requirement of the project.
- Name your project lastName_FirstName_proj2Monster-v01.py
- Create a game board on PAPER. This is part of the requirement of the project. Turn in a picture of this board game into canvas.
- Create pseudo-code of your game loop and code blocks on either paper or in a text editor. Turn into Canvas.
No comments:
Post a Comment