Prg2/space (applying design patterns)
รุ่นแก้ไขเมื่อ 21:59, 24 มีนาคม 2564 โดย Jittat (คุย | มีส่วนร่วม)
- 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)