Esato

Forum > Sony Ericsson / Sony > Themes, ringtones, screensavers, games, video clips > Check out my J2ME Snake game!

Author Check out my J2ME Snake game!
doubleduh
K700
Joined: Mar 21, 2002
Posts: 436
From: Culemborg, The Netherlands
PM, WWW
Posted: 2003-06-11 22:38
Reply with quoteEdit/Delete This PostPrint this post
I've made a snake-game for use on mobiles.

Updated
http://snake.dynalias.com/Snake.jar
http://snake.dynalias.com/Snake.jad
http://snake.dynalias.com/Snake.zip (Source)

Please post comments on this game, bug reports and if you like it and what you would like to see changed.

Don't forget to mention the phonetype you tested it on, I could only test it on a T610...

[ This Message was edited by: doubleduh on 2003-06-12 14:55 ]
royalty
P900
Joined: Aug 11, 2002
Posts: 459
From: SaudiArabia
PM, WWW
Posted: 2003-06-11 22:48
Reply with quoteEdit/Delete This PostPrint this post
not working on t610
doubleduh
K700
Joined: Mar 21, 2002
Posts: 436
From: Culemborg, The Netherlands
PM, WWW
Posted: 2003-06-11 22:49
Reply with quoteEdit/Delete This PostPrint this post
What kind of error does it show?

I uploaded the wrong version !!! Sorry... (It's updated now!)

[ This Message was edited by: doubleduh on 2003-06-11 21:53 ]
Swag
Xperia Play Black
Joined: Jun 21, 2002
Posts: > 500
From: Oslo, Norway
PM
Posted: 2003-06-11 22:51
Reply with quoteEdit/Delete This PostPrint this post
works on P800. cool. Thanx..
doubleduh
K700
Joined: Mar 21, 2002
Posts: 436
From: Culemborg, The Netherlands
PM, WWW
Posted: 2003-06-11 22:53
Reply with quoteEdit/Delete This PostPrint this post
Can you post a screenshot? That would be very cool
Swag
Xperia Play Black
Joined: Jun 21, 2002
Posts: > 500
From: Oslo, Norway
PM
Posted: 2003-06-11 22:55
Reply with quoteEdit/Delete This PostPrint this post
sure, just have to make one and upload it to my ftp....
royalty
P900
Joined: Aug 11, 2002
Posts: 459
From: SaudiArabia
PM, WWW
Posted: 2003-06-11 22:57
Reply with quoteEdit/Delete This PostPrint this post
@doubleduh

works now , nice work
D-Pac
T610
Joined: Jun 11, 2003
Posts: 7
From: UK
PM
Posted: 2003-06-11 23:07
Reply with quoteEdit/Delete This PostPrint this post
Great !
Pause and bigger highscore board would be great, otherwise great game .
Thanx a lot !
chi_calvin
K700
Joined: Jun 09, 2003
Posts: 19
From: holland
PM
Posted: 2003-06-12 00:01
Reply with quoteEdit/Delete This PostPrint this post
very cool

thnx alot
always wanted to have snake on SE
drow
K800 Black
Joined: Aug 27, 2002
Posts: 224
From: Denmark
PM
Posted: 2003-06-12 02:13
Reply with quoteEdit/Delete This PostPrint this post
Nice

Im working on a snake game as well. A two-person variant, that uses an IrDA connection to communicate. Though my finals are taking up too much of my time... Will post about it later though
Lars
T610
Joined: Jun 01, 2003
Posts: 438
From: Singapore, Asia
PM
Posted: 2003-06-12 03:42
Reply with quoteEdit/Delete This PostPrint this post
that's cool!
great work dude!
randomix
T610
Joined: Apr 29, 2003
Posts: 122
PM
Posted: 2003-06-12 09:40
Reply with quoteEdit/Delete This PostPrint this post
good job!

well, I have a PackMan Java game, but it runs too fast on my t610, any way to make it slower?
bahraini
Sony Xperia Z5 Compact
Joined: Nov 27, 2001
Posts: 361
PM
Posted: 2003-06-12 10:32
Reply with quoteEdit/Delete This PostPrint this post
it can't be downloaded???
why?
Zacay
K500
Joined: May 18, 2003
Posts: 258
PM
Posted: 2003-06-12 12:09
Reply with quoteEdit/Delete This PostPrint this post
I speed option would be great..
doubleduh
K700
Joined: Mar 21, 2002
Posts: 436
From: Culemborg, The Netherlands
PM, WWW
Posted: 2003-06-12 14:57
Reply with quoteEdit/Delete This PostPrint this post
@bahraini

Try "Save Target As..." or doesn't the link work at all?

@randomix

Do you work with Threads already? If so look at this run method.

Code:
public void run (  )

{
while ( true )
{
repaint ( );

try
{
thread.sleep ( 250 ); // This are miliseconds
}
catch ( InterruptedException exception )
{
// Do something...
}
}
}



I'll post an updated version of Snake later today and the source code! So perhaps you could look at that. Good luck with your game.
Access the forum with a mobile phone via esato.mobi