jacobjwebber / software-development

Software development assignment.
MIT License
0 stars 0 forks source link

Abstract All Game Rules to Separate Program #7

Closed jacobjwebber closed 7 years ago

jacobjwebber commented 7 years ago

Code: form2 Size: 5 Dependencies: None. All code that implements game rules should be within its own source file. This should then be imported into the main source file.

jacobjwebber commented 7 years ago

This is now complete. It turned out to be a very big task indeed. The framework.py code is much improved in appearance from this.