Classics
by Randomzzzz
홈 화면에 추가하여 빠르게 실행하세요
이 게임 설치
공유 버튼을 누르고 "홈 화면에 추가"를 선택하면 빠르게 이 게임에 접속할 수 있습니다.
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.