ผลต่างระหว่างรุ่นของ "Prg2/space (applying design patterns)"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(สร้างหน้าด้วย ": ''This is part of Programming 2 2563'' == Overview == In this assignment, you will apply design patterns to the provided Space Fighter code. ...")
 
แถว 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.

Prg2-space-fighter.png

Understanding the current code

There are 4 main classes:

  • SpaceGame
  • Ship (in elements.py)
  • Bullet (in elements.py)
  • Enemy (in elements.py)