FBA The Creator
http://www.fbacreator.com/fbaforum/

yaSnake: 2 days work snake clone
http://www.fbacreator.com/fbaforum/viewtopic.php?f=10&t=38
Page 1 of 1

Author:  umbiomar [ Wed Apr 23, 2008 4:24 pm ]
Post subject:  yaSnake: 2 days work snake clone

Guys,
i work on fba since the last week and i found it very impressive!!

here're some shots of my very first game (actually 2 days work) just for test tool power.

In the next days I'll post the full source for your use (and abuse).

Attachment:
1.PNG
1.PNG [ 12.99 KiB | Viewed 15133 times ]


Attachment:
2.PNG
2.PNG [ 13.54 KiB | Viewed 15133 times ]


Attachment:
3.PNG
3.PNG [ 5.08 KiB | Viewed 15116 times ]

Author:  umbiomar [ Mon Apr 28, 2008 10:33 am ]
Post subject:  Re: yaSnake: 2 days work snake clone

As promised here's the full FBA project
Attachment:
yaSnake_src.zip [714.49 KiB]
Downloaded 1294 times


and the win32 executable
Attachment:
yaSnake_win32.zip [489.29 KiB]
Downloaded 1174 times


happy snaking ;D

Author:  cic.lemur [ Wed Apr 30, 2008 4:23 am ]
Post subject:  Re: yaSnake: 2 days work snake clone

Very nice :D , 2 comments tho.

1) It's fast :shock:

2) Could use an exit button. Ran it on my PDA and had to soft reset to exit :roll:

Author:  umbiomar [ Wed Apr 30, 2008 8:01 am ]
Post subject:  Re: yaSnake: 2 days work snake clone

Ops!!
You're right, here's a fixed revision plus some other goodies (sounds, increasing speed based on score, quit button).

Attachment:
yaSnake_v1.0_src.zip [236.44 KiB]
Downloaded 1237 times


Comments and tips are very appreciated.

Author:  nandlal_mk [ Sat May 10, 2008 9:26 pm ]
Post subject:  Re: yaSnake: 2 days work snake clone

I just saw FBA site and now installed your first good attempt of snake,
there is a small lag between pressing of D-pad on PDA and turning of snake.
I dont know its due to code or FBA's limitations.
However i havnt started messing with this promising creator yet, but its really looks easy. :)

Author:  umbiomar [ Mon May 12, 2008 8:22 am ]
Post subject:  Re: yaSnake: 2 days work snake clone

Snake speed is very slow in the first steps, so the snake react slowly to direction changes, it must increase with score.
Let me know if this is the snake behaviour.

Author:  cic.lemur [ Tue May 13, 2008 1:18 am ]
Post subject:  Re: yaSnake: 2 days work snake clone

umbiomar wrote:
Snake speed is very slow in the first steps, so the snake react slowly to direction changes, it must increase with score.
Let me know if this is the snake behaviour.


I don't see any noticable lags, it's a tad slow for me at the begining but that's easily changed in the code. It's well written and commented. :)

Author:  umbiomar [ Tue May 13, 2008 10:54 am ]
Post subject:  Re: yaSnake: 2 days work snake clone

Nice you like it.

In the next days i'll post some new game (i'm still thinking about) as tutorial purpose, so stay tuned.

;D

Author:  nandlal_mk [ Tue May 13, 2008 5:59 pm ]
Post subject:  Re: yaSnake: 2 days work snake clone

cic.lemur wrote:
I don't see any noticable lags, it's a tad slow for me at the begining but that's easily changed in the code. It's well written and commented. :)


what parameter u exactly change ? thanx for answer

Author:  cic.lemur [ Thu May 15, 2008 3:17 am ]
Post subject:  Re: yaSnake: 2 days work snake clone

nandlal_mk wrote:

what parameter u exactly change ? thanx for answer


look for following in games.fba, change game_speed_cycle to your taste, 0 is fastest.
Code:
if  game_score>=0    then game_speed_cycle= 3 end
if  game_score>=100  then game_speed_cycle= 2 end
if  game_score>=500  then game_speed_cycle= 1 end
if  game_score>=1000 then game_speed_cycle= 0 end 

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/