Classics
开发者 Randomzzzz
Add to your home screen for quick access
Install this game
Tap the Share button, then "Add to Home Screen" to install this game for quick access.
Classics
Classics 的标签
简介
Currently containing a snake game i will be uploading classic games such as pong and brick breaker to the mix if the game stays on.
玩法说明
SNAKE:Arrows to move around
评论
Toxic_Waste
Nov. 20, 2010
One last suggestion, on Snake their should be an easy, medium, hard and insane settings.
Toxic_Waste
Nov. 20, 2010
Maybe extending the game canvas would help. Also, I reckon you should get a custom cursor in there.
onClipEvent (mouseMove)
{
_x = _root._xmouse;
_y = _root._ymouse;
}
onClipEvent (load)
{
Mouse.hide();
}
urmelhelble
Nov. 20, 2010
What are the requirements for winning the game?
eagle198
Nov. 21, 2010
Just one thing:the text needs to be set on to static not input so people ccan't edit it or highlight it.
Toxic_Waste
Nov. 20, 2010
And also, when more games are put into this project there should be a play all button, so it counts your total score up, also maybe setting up Kong's High Score API.