ผลต่างระหว่างรุ่นของ "Prg2/space (applying design patterns)"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (สร้างหน้าด้วย ": ''This is part of Programming 2 2563'' == Overview == In this assignment, you will apply design patterns to the provided Space Fighter code. ...") |
Jittat (คุย | มีส่วนร่วม) |
||
| แถว 7: | แถว 7: | ||
== Understanding the current code == | == Understanding the current code == | ||
| + | |||
| + | There are 4 main classes: | ||
| + | |||
| + | * SpaceGame | ||
| + | * Ship (in <tt>elements.py</tt>) | ||
| + | * Bullet (in <tt>elements.py</tt>) | ||
| + | * Enemy (in <tt>elements.py</tt>) | ||
รุ่นแก้ไขเมื่อ 21:59, 24 มีนาคม 2564
- 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)
