Topic 8 - Summative Assignment

This assignment will include a bit of everything that we have covered soo far. It is mean to walk you through how you can make a text based adventure game that involves probability. It will also introduce you to the idea of a game loop that we will look at when we start using our graphics engine PyGame.

Topic 8 - Summative Game

Follow the instructions in order provided in the assignment specifications. Feel free to improve the base game. In order to get a level 4+ your game must:

  • Be play balanced so that it is winnable, but no too easy to be fun. You will probably want to change some of the random ranges.

  • Prompts and messages must be clear, consistent, have no spelling, grammar errors or inconsistencies.

  • Not display redundant messages (example: you cant win and lose in the same turn)

  • Screens are formatted niceley and not cluttered. You can clear the screen by adding:

        • import os

        • then anytime you wish to clear the screen use: os.system('cls')

  • Add any additional features you feel will improve the game.

  • Ascii art?

Instructions

Follow the instructions in chronological order to avoid difficulty.

Wompa Star Wars Game.pdf