|
20 | 20 | |Week 4 |arcade-game-pong |Implement the pong game with a ball moving | |
21 | 21 | |across a left and a right paddle. | |
22 | 22 | |
23 | | - |Week 5a |Mouse and the lists | | |
24 | | - |
25 | | - |Circle clicking problem | | |
| 23 | + |Week 5a |Mouse and the lists |Dislay in the console the position of the | |
| 24 | + |mouse for each mouse click. |
| 25 | + |
| 26 | + |Circle clicking problem |Circle clicking problem | |
26 | 27 | |
27 | | - |Day to Number | | |
| 28 | + |Day to Number |list.index() | |
28 | 29 | |
29 | | - |String list joining problem | | |
| 30 | + |String list joining problem |From list to String | |
30 | 31 | |
31 | | - |A program that fills the canvas | | |
32 | | - |with a 10*10 grid of touching balls of | | |
| 32 | + |A program that fills the canvas | Draw in the canvas touching balls | |
| 33 | + |with a 10*10 grid of touching balls of | through the draw_circle() method. | |
33 | 34 | |the given size. | | |
34 | 35 | |
35 | | - |Polyline drawing problem | | |
36 | | - |
37 | | - |Week 5b |Memory | | |
38 | | - |
39 | | - |Week 6a |class tile | | |
40 | | - |Avatar | | |
41 | | - |
42 | | - |Week 6b |BlackJack | | |
| 36 | + |Polyline drawing problem |Draw a polyline. | |
43 | 37 |
|
44 | | - |Week 7 |Spaceship | | |
| 38 | + |Week 5b |Memory |Implement the memory card game with lists | |
| 39 | + |like a set of cards. |
45 | 40 |
|
46 | | - |Week 8 |Spaceship | | |
47 | | - |
| 41 | + |Week 6a |class tile |Draw tiles in the simplegui frame | |
| 42 | + |
| 43 | + |Avatar |The Avatar class by Moria Merriweather | |
48 | 44 |
|
| 45 | + |Week 6b |BlackJack |Develop the Blackjack which is played in | |
| 46 | + |casinos in two phases. |
| 47 | + |
| 48 | + |Week 7 |Spaceship |A 2D archade game that is inspired by the | |
| 49 | + |archade game Asteroids(1979).Implement |
| 50 | + |a spaceship, rocks and missiles. The remaining |
| 51 | + |lives and score don't change in this project. |
| 52 | + |
| 53 | + |Week 8 |Spaceship |A 2D archade game that is inspired by the | |
| 54 | + |archade game Asteroids(1979).In addition to |
| 55 | + |the previous exercice implement multiple rocks |
| 56 | + |and collisions with lives and score. |
49 | 57 | #### Aymar Sedami's comments |
50 | | - |
| 58 | +The first course is helpful to comprehend that interpreted language. In general, the courses are supportive to delve in data structures |
| 59 | +in python. Solving the project is challenging, however the instructions consist of steps to lead us to the correct answer.<br /> |
| 60 | +Thank you. |
51 | 61 |
|
52 | 62 |
|
53 | 63 |
|
|
0 commit comments