|
#1
|
||||
|
||||
|
1) CODE TITLE: Cross-Browser Snake
2) AUTHOR NAME/NOTES:Brady Mulhollem 3) DESCRIPTION: A simple snake game. Tested in IE 5+,FF1+,Opera 7.5+,and the latest Safari release. 4) URL TO CODE: Demo Edit: Updated link to version with Konqueror support(buggy). Last edited by blm126; 08-09-2006 at 04:43 PM. |
|
#2
|
||||
|
||||
|
Pretty good
![]() If you want to improve it, I'd eliminate most of those global variables, and maybe object-orient it so it's easier to work with and modify.
__________________
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP! |
|
#3
|
||||
|
||||
|
Umm.. What exactly does it do?
|
|
#4
|
||||
|
||||
|
It's a game of Snake. Click one of the speeds at the bottom to start, then use the arrow keys to try to grab the "apple" (the red dot). Don't crash into the walls or yourself.
/EDIT: Argh, got to 53 on medium then hit myself.
__________________
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP! |
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
||||
|
||||
|
Lol, it's Snake. What more is there to say?
__________________
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP! |
|
#7
|
||||
|
||||
|
hmmm....
I'm trying to make an object oriented version...but how do you call setTimout on an object method? |
|
#8
|
||||
|
||||
|
You need to keep an index of all instances of the object.
__________________
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP! |
|
#9
|
||||
|
||||
|
Ok,well here's an object oriented version. It works fine in IE 5.0, IE 6, IE 7,FF1+,and Opera 7.5 +. It crashes IE 5.5 for some reason,and I haven't gotten a chance to test safari.
Last edited by blm126; 08-10-2006 at 01:21 AM. |
|
#10
|
||||
|
||||
|
Yeah, I could play this for hours
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|