Description: Using LabVIEW to write a snake program, to achieve the following functions: 1. set the level of difficulty and the score of 2. will die on the wall and the snake tail hit, that is the end of the game pop-up dialog box
3. set the time text, can show the length of play
4. use the keyboard on the down arrow snake control action.
To Search:
File list (Check if you may need any files):
my_snake
my_snake\eat _or_not.vi
my_snake\food_set.vi
my_snake\主程序.vi
my_snake\修改面板.vi
my_snake\初始化.vi
my_snake\判断是否dead.vi
my_snake\判断键盘输入的按键方向.vi
my_snake\吃.vi
my_snake\坐标数组.ctl
my_snake\方向.ctl
my_snake\相同判断.vi
my_snake\移动.vi
my_snake\算分数 级别 难度.vi