ผลต่างระหว่างรุ่นของ "Prg2/flappy dot"
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 12: | แถว 12: | ||
When you get your list, please see the steps that we plan to take here. | When you get your list, please see the steps that we plan to take here. | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
− | |||
* The player can jump and fall. (Implement player physics) | * The player can jump and fall. (Implement player physics) | ||
+ | * The player jump with keyboard control | ||
* Show a single pillar pair. | * Show a single pillar pair. | ||
* Move the pillar pair across the screen. | * Move the pillar pair across the screen. |
รุ่นแก้ไขเมื่อ 19:53, 9 มีนาคม 2564
- This is part of Programming 2 2563
Overview
You will work with another student (or more). You would work alone shortly in the beginning to get some feature done, then we would like to ask you to form a team of 2 or 3 students to complete the game, while collaborating with git (and github).
Task breakdown
Before we start, it is useful to think about incremental steps you needed to complete the game. You can think of this as a list of features (probably built on top of one another).
When you get your list, please see the steps that we plan to take here.
- The player can jump and fall. (Implement player physics)
- The player jump with keyboard control
- Show a single pillar pair.
- Move the pillar pair across the screen.
- Let the pillar pair reappear.
- Check for player-pillar collision.
- Make the game with one pillar pair.
- Show more than one pillar pairs.
Getting started
We have provided the starter template for you at https://github.com/jittat/flappydot-starter-template. Go to the repository and then click "Use this template" to create a new repository.
Project board
Create the project board for your repository. Use the 3-column format: To do, In progresss, Done. You can also use the Basic Kanban template when create the project.
Use this project board to plan your project. Add a few steps from the list above as notes, then convert them to Github issues so that you can associate your commits with them.