Classics
por 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
Etiquetas para Classics
Descripción
Actualmente contiene un juego de la serpiente. Subiré juegos clásicos como pong y rompe-ladrillos si el juego sigue disponible.
Cómo jugar
SNAKE: Flechas para moverse
Comentarios
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.