#include <"conio.h">
if (kbhit()) { a = getche(); if (a == 'a') { y--; } }
#include <"stdlib.h">
system("cls");
(笑)
EX. 設定(x, y)讓圖片出現在指定位置
EX. w(上), s(下), a(左), d(右)
EX. 撞到某一物體會結束遊戲
EX. 吃到某一道具會產生附加效果
END
By Huei-Jhen Jhuang