diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2011/game.wasm" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2011/game.wasm" index 666ec40..a2ede4d 100644 Binary files "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2011/game.wasm" and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2011/game.wasm" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2011/src/top.mbt" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2011/src/top.mbt" index 74dc09d..fb23272 100644 --- "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2011/src/top.mbt" +++ "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2011/src/top.mbt" @@ -211,6 +211,12 @@ pub fn game_start(self : GameStat) -> Unit { } else if butRel(gp1.button_down, prevgp1.button_down) { moveDown(self) } else if butRel(gp1.button_1, prevgp1.button_1) { + @wasm4.tone( + (300, 20), + @wasm4.ADSR::new(4), + @wasm4.ADSRVolume::new(80), + @wasm4.ToneFlag::new(channel=@wasm4.ToneChannel::Triangle), + ) let x = self.player_x let y = self.player_y if self.gamemap[x][y] == '0' { diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/3.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/3.png" new file mode 100644 index 0000000..d508be1 Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/3.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/5.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/5.png" new file mode 100644 index 0000000..3733874 Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/5.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/5\345\217\266\350\212\261-\345\260\217.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/5\345\217\266\350\212\261-\345\260\217.png" new file mode 100644 index 0000000..dbb4ab9 Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/5\345\217\266\350\212\261-\345\260\217.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/5\345\217\266\350\212\261.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/5\345\217\266\350\212\261.png" new file mode 100644 index 0000000..693d688 Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/5\345\217\266\350\212\261.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/README.md" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/README.md" index 2b78a84..d8cda11 100644 --- "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/README.md" +++ "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/README.md" @@ -19,6 +19,37 @@ - br: 大圆的半径 - ti: 旋转次数 +## 典型参数 +- 五角星 +![五角星](5.png) +- 五角星-小 +![五角星-小](五角星-小.png) +- 七角星 +![七角星](七角星.png) +- 八角星 +![八角星](八角星.png) +- 三角形 +![三角形](3.png) +- 四叶草 +![四叶草](四叶草.png) +- 五叶花-小 +![五叶花-小](5叶花-小.png) +- 五叶花 +![五叶花](5叶花.png) +- 六叶草 +![六叶草](六叶草.png) +- 七叶草 +![七叶草](七叶草.png) +- 雏菊-小 +![雏菊-小](雏菊-小.png) +- 雏菊 +![雏菊-大](雏菊-大.png) +- 甜甜圈 +![甜甜圈](甜甜圈.png) +- 太阳 +![太阳](sun.png) + +- ## 编译及运行 ```bash diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/sun.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/sun.png" new file mode 100644 index 0000000..f8df301 Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/sun.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\344\270\203\345\217\266\350\215\211.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\344\270\203\345\217\266\350\215\211.png" new file mode 100644 index 0000000..29b1ca0 Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\344\270\203\345\217\266\350\215\211.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\344\270\203\350\247\222\346\230\237.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\344\270\203\350\247\222\346\230\237.png" new file mode 100644 index 0000000..ce5dc5a Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\344\270\203\350\247\222\346\230\237.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\344\270\211\345\217\266\350\215\211.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\344\270\211\345\217\266\350\215\211.png" new file mode 100644 index 0000000..1fe3c28 Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\344\270\211\345\217\266\350\215\211.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\344\272\224\350\247\222\346\230\237-\345\260\217.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\344\272\224\350\247\222\346\230\237-\345\260\217.png" new file mode 100644 index 0000000..094cb7c Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\344\272\224\350\247\222\346\230\237-\345\260\217.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\345\205\253\350\247\222\346\230\237.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\345\205\253\350\247\222\346\230\237.png" new file mode 100644 index 0000000..68580cb Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\345\205\253\350\247\222\346\230\237.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\345\205\255\345\217\266\350\215\211.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\345\205\255\345\217\266\350\215\211.png" new file mode 100644 index 0000000..3066197 Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\345\205\255\345\217\266\350\215\211.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\345\233\233\345\217\266\350\215\211.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\345\233\233\345\217\266\350\215\211.png" new file mode 100644 index 0000000..bd49bd9 Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\345\233\233\345\217\266\350\215\211.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\347\224\234\347\224\234\345\234\210.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\347\224\234\347\224\234\345\234\210.png" new file mode 100644 index 0000000..eb1e156 Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\347\224\234\347\224\234\345\234\210.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\351\233\217\350\217\212-\345\244\247.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\351\233\217\350\217\212-\345\244\247.png" new file mode 100644 index 0000000..39decfa Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\351\233\217\350\217\212-\345\244\247.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\351\233\217\350\217\212-\345\260\217.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\351\233\217\350\217\212-\345\260\217.png" new file mode 100644 index 0000000..41d17ae Binary files /dev/null and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2012/\351\233\217\350\217\212-\345\260\217.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2013/cover.png" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2013/cover.png" index 8f7d591..0867286 100644 Binary files "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2013/cover.png" and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2013/cover.png" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2013/game.wasm" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2013/game.wasm" index 4db5a60..9572941 100644 Binary files "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2013/game.wasm" and "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2013/game.wasm" differ diff --git "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2013/title" "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2013/title" index 568a174..117b43f 100644 --- "a/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2013/title" +++ "b/teams/CS\350\265\217\351\207\221\347\214\216\346\211\213-\344\275\234\345\223\2013/title" @@ -1 +1 @@ -Lindenmayer系统模拟器(L-System Emulator) \ No newline at end of file +分形树模拟器(L-System Tree Emulator) \ No newline at end of file