08 Aug Inheritance Python Game with AI Project
Please submit your software package (rar or preferably zip file) to this submission point.
This time, the task is to do something more challenging.
You are asked to create a pygame application based on inheritance. Adding AI as much as you can (Does not have to be complex as I am new to coding) will be appreciated.
This task will be graded in a strict manner so work hard and please pay a serious attention to preparing your software package. Please follow these instructions:
- Source code (all the files, in case there is more than one file)
- Documentation: A single file including at least the sections below:
a. Brief explanation of the task, clearly specifying the “software requirement”
b. The flowchart you draw for your algorithm,
c. Test results with screenshots and explanation.
(Including the test cases in which your program runs as required, and the cases your program does not run but raises runtime errors. Note that when checking your submitted work, I will test your program and try to find cases where it does not run. If I find some cases which are not reported in your program, you might not get full credit, depending on the case.
d. If you feel necessary, a guide for how to run your program.)
