kevglass
|
 |
«
Reply #30 - Posted
2011-11-25 13:25:43 » |
|
Press N to skip to the (N)ext level.
Cheers,
Kev
|
|
|
|
Azulon
Senior Newbie  Medals: 1
|
 |
«
Reply #31 - Posted
2011-11-25 22:00:05 » |
|
Just played through all the levels. It was actually pretty addicting. I Like the idea of the game. Enjoyed it a lot. Good job!
|
|
|
|
|
Games published by our own members! Check 'em out!
|
|
Mike
|
 |
«
Reply #33 - Posted
2011-11-28 14:24:59 » |
|
Didn't find any bugs or illogical things, nicely done!  Mike
|
|
|
|
jojoh
|
 |
«
Reply #34 - Posted
2011-11-28 16:14:52 » |
|
Amazing how you can find great games in simple mechanics, and almost existing ideas, yet all new.  Liked it a lot. A bit similar to Putty Puzzle, but more flow to it. I did however manage to find a bug Exception in thread "Thread-12" java.lang.ArrayIndexOutOfBoundsException: -18 at A.run(Unknown Source) at java.lang.Thread.run(Thread.java:680)
Happens at lvl 8 move to the center top room, invert the gravity and move down the "stair" and then fall up in the gap at the top. Out of the level? Possibly a "level bug" rather than a code bug 
|
|
|
|
kevglass
|
 |
«
Reply #35 - Posted
2011-11-28 16:18:53 » |
|
Thanks for letting me know, I'll get on to crushing it  Re: Putty Puzzle, yeah I thought it was going to be the same game for a bit, but the play it quite different - it's obviously where I got the styling from though  Cheers, Kev
|
|
|
|
kevglass
|
 |
«
Reply #36 - Posted
2011-11-28 20:41:21 » |
|
Fixed up the bug. Thanks for letting me know!
Cheers,
Kev
|
|
|
|
ReBirth
|
 |
«
Reply #37 - Posted
2011-11-29 06:27:22 » |
|
How you put the level in? int[][] array? it's quite big for 4k isn't it?
|
|
|
|
kevglass
|
 |
«
Reply #38 - Posted
2011-11-29 09:35:35 » |
|
It's actually a byte[] not a int[][], but it's all just stored in the data file in the zip.
Cheers,
Kev
|
|
|
|
|
Games published by our own members! Check 'em out!
|
|
lastaid
|
 |
«
Reply #40 - Posted
2011-11-29 15:24:27 » |
|
this game is fun ^^
|
|
|
|
princec
|
 |
«
Reply #41 - Posted
2011-11-29 15:58:33 » |
|
Great little puzzle game, and earns the accolade of "4k game I have played longer than any other 4k game". Cas 
|
|
|
|
ReBirth
|
 |
«
Reply #42 - Posted
2011-11-30 11:15:10 » |
|
Lvl 9 and 10 bit tricky but fun. thanks for the source 
|
|
|
|
StephR
|
 |
«
Reply #43 - Posted
2011-11-30 19:43:37 » |
|
Very cool and original game. However, concerning its difficulty, you should consider replacing level 6 by the current 4th, and lower by one rank the current levels 5 and 6. This way, I have the feeling the difficulty would be more progressive. Actually, level 10 was even less tricky for me than the current 4th.
|
|
|
|
kevglass
|
 |
«
Reply #44 - Posted
2011-12-02 14:01:07 » |
|
Points taken. I've popped Snake on a Plane into my custom framework meaning heres a flash version (from Java source); http://www.cokeandcode.com/flash/snakeonaplane/I'll add some onscreen controls and stick it on android and iPhone also. Cheers, Kev
|
|
|
|
luisoft
|
 |
«
Reply #45 - Posted
2011-12-02 17:36:57 » |
|
hey Kev, really nice game. Just wondering how works this custom framework to convert a java game to flash? What is this touchAPI? thanks!
|
|
|
|
sproingie
|
 |
«
Reply #46 - Posted
2011-12-03 08:08:09 » |
|
That is the damn cleverest game I have played in a long time. And I have to say it again, the name is just the best. If this isn't the winner, it'll be because someone managed to cram all of minecraft into 4k 
|
|
|
|
ra4king
|
 |
«
Reply #47 - Posted
2011-12-03 11:06:46 » |
|
Wow sproingie you really liked it!
|
|
|
|
kevglass
|
 |
«
Reply #48 - Posted
2011-12-03 19:51:35 » |
|
The TouchAPI is what I call my custom framework. The java2flash stuff works using a bit a Java2AS, some java decompilation to filter out the bits that won't work in AS3 and then some ant replace tasks.
Cheers,
Kev
|
|
|
|
steveyO
|
 |
«
Reply #49 - Posted
2011-12-03 20:43:34 » |
|
Very nice. On a par with putty puzzle in terms of addictiveness!!
The only thing I didn't get (not sure if a bug) is on level 7, after going in the red transporter and coming out of the blue transporter the snake can move along to the top left pellet without falling due to gravity.
|
|
|
|
kevglass
|
 |
«
Reply #50 - Posted
2011-12-03 20:47:29 » |
|
Thats cause he's stuck in the teleport stream!  Cheers, Kev
|
|
|
|
loom_weaver
|
 |
«
Reply #51 - Posted
2011-12-03 21:29:55 » |
|
The obvious tactical piece you're missing are poison pellets that decrease your size by one. 
|
|
|
|
kevglass
|
 |
«
Reply #52 - Posted
2011-12-03 22:00:12 » |
|
They exist in game code but don't appear in levels any more I don't htink.
Cheers,
Kev
|
|
|
|
Mike
|
 |
«
Reply #53 - Posted
2011-12-03 22:18:42 » |
|
There was a level with one a while back but none of the current levels have them 
|
|
|
|
unike
Senior Newbie 
|
 |
«
Reply #54 - Posted
2011-12-03 23:11:43 » |
|
Great game you got there, specially bearing in mind the restrictions ( 4K ). Very clever design and with possibility for great puzzles!
|
|
|
|
ReBirth
|
 |
«
Reply #55 - Posted
2011-12-04 04:09:56 » |
|
A bigger version of this game with 100 levels is must 
|
|
|
|
Mads
|
 |
«
Reply #56 - Posted
2011-12-04 06:00:19 » |
|
A bigger version of this game with 100 levels is must  I think you should keep working on this even after 4k. This is a very great concept 
|
|
|
|
Ranger
|
 |
«
Reply #57 - Posted
2011-12-04 09:39:22 » |
|
Fun and addictive! Only one very small point, I would make the snake fall a bit faster. Found myself thinking "hurry up an fall to the bottom already". 
|
|
|
|
kappa
|
 |
«
Reply #58 - Posted
2011-12-05 22:52:24 » |
|
Just saw it mentioned on IndieGames, nice job 
|
|
|
|
kevglass
|
 |
«
Reply #59 - Posted
2011-12-06 09:00:31 » |
|
Cool! Positive feedback too  Interestingly the flash version is the one featured, not the Java version. Much easier to get flash out there I think. Cheers, Kev
|
|
|
|
|