Prg2/space (applying design patterns)
- This is part of Programming 2 2563
เนื้อหา
Overview
In this assignment, you will apply design patterns to the provided Space Fighter code.
Understanding the current code
There are 4 main classes:
- SpaceGame
- Ship (in elements.py)
- Bullet (in elements.py)
- Enemy (in elements.py)
Getting started
This is an individual assignment, but you should still use branches in git for managing your work. You should use the following template as a starter code.
- Template: tk-pacman
Since this is the second time you work on design patterns, the instructions would be less specific and you can use your judgement more freely to improve the code.