ผลต่างระหว่างรุ่นของ "Prg2/arcade6 dotrun"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 6: แถว 6:
  
 
== Steps ==
 
== Steps ==
 +
* Shows Dot
 +
* Dot moves to the right
 +
* Dot moves and jump on the floor
 +
* Viewport
 +
* Shows platforms
 +
* Jumps on top of platforms
 +
* Recycles platforms
 +
* Shows and collects coins
 +
* Shows score
  
 
== New techniques ==
 
== New techniques ==

รุ่นแก้ไขเมื่อ 00:53, 21 กุมภาพันธ์ 2562

This is part of the course Programming 2.

In this tutorial we will sketch rough steps and new techniques for building the Dot Run game.

Arcade-dot-run.png

Steps

  • Shows Dot
  • Dot moves to the right
  • Dot moves and jump on the floor
  • Viewport
  • Shows platforms
  • Jumps on top of platforms
  • Recycles platforms
  • Shows and collects coins
  • Shows score

New techniques

Viewport

Drawing primitives

Player's states for jumping off and onto a platform