文件名称:MATLAB贪吃程序
文件大小:16KB
文件格式:NONE
更新时间:2012-06-24 06:09:45
MATLAB贪吃程序
MATLAB贪吃蛇的程序,.m文件 %SNAKE Graphical User Interface for playing "Nokia Classic Game" Snake. % % The Game: % Make the snake grow longer by directing it to the food. % Extra bonus points are given from hearts, eat them as fast as possible % as amount of bonus points decreases with time. % Higher level gives more points for the food but will also make it % tougher to steer a long snake as speed increaces. % Five different mazes as well as play w/o maze are possible. % % Game Controls: % Steer snake using arrow keys. Pause game with 'p' or space. % % Example: % snake % Start Main Snake Interface % Developed by Per-Anders Ekstr鰉, 2003-2007 Facilia AB.