yuppicide Posted September 30, 2008 Share Posted September 30, 2008 I was fooling around tonight.. thought I'd pull up some already made .bas files and have a looksee. Started playing Zombie Chase. When I originally took a look at the game because it came with bAtari Basic, I thought bah.. run things over. Kind of boring. Tonight I actually played it longer and it's actually pretty fun. After a few levels the guy starts to get trickier and the car will speed up more and slide more, like on ice. I think it's what I am looking for to use for my fish game. Now just gotta try it for myself. I think in future versions of bAtari Basic the code snippets from this forum should be included if possible. Actually, we should have a section on the bB Command Reference page for code snippets. Just the basic ones.. drawing a player or playfield, making it move, etc. Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/ Share on other sites More sharing options...
lucifershalo Posted September 30, 2008 Share Posted September 30, 2008 is it possible to dl and play this game without the Batari program? Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1595607 Share on other sites More sharing options...
+Random Terrain Posted September 30, 2008 Share Posted September 30, 2008 Is it possible to dl and play this game without the Batari program? Here you go: zombie_chase.bin 1 1 Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1595658 Share on other sites More sharing options...
neotokeo2001 Posted October 8, 2008 Share Posted October 8, 2008 Is it possible to dl and play this game without the Batari program? Here you go: zombie_chase.bin So who actually made Zombie Chase? If the car was slowed down and tombstones were added that could damage your car it would be close to a finished game. Later levels could have barriers and special zombie types. 1 Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1600229 Share on other sites More sharing options...
+Random Terrain Posted October 8, 2008 Share Posted October 8, 2008 So who actually made Zombie Chase? If the car was slowed down and tombstones were added that could damage your car it would be close to a finished game. Later levels could have barriers and special zombie types. I assumed that batari made it, but you know what they say about assuming. The comments don't say who made it either: rem Zombie Chase rem A fun game that may help you learn batari Basic! rem rem timed game, 16 levels rem Each level lasts about one minute rem you must score 1000 points to move on rem COLOR/BW switch selects joystick or DC rem left difficulty A=stop on collision; B=slow down on collision rem right difficulty A=L/R border; B=no border 1 Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1600244 Share on other sites More sharing options...
sandmountainslim Posted December 13, 2008 Share Posted December 13, 2008 BRILLIANTLY FUN GAME!! Hats off to Batari (or whoever programmed it). Death Race Reborn for the VCS. Wp Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1638760 Share on other sites More sharing options...
ginnidog Posted December 13, 2008 Share Posted December 13, 2008 I`ll have to check this out later Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1638761 Share on other sites More sharing options...
Thomas Jentzsch Posted December 13, 2008 Share Posted December 13, 2008 (edited) Excellent game for bB. I will try on my Kroko Cart now. Some improvements I would like to see: different grip levels, more zombies, two player option, a timer bar, variable scoring (dumb zombies give less points) Update: 26335 in my 1st try (DC, B, B) Edited December 13, 2008 by Thomas Jentzsch Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1638764 Share on other sites More sharing options...
mos6507 Posted December 13, 2008 Share Posted December 13, 2008 I think this is the code that would later evolve into Grandma's Revenge. Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1638794 Share on other sites More sharing options...
sandmountainslim Posted December 13, 2008 Share Posted December 13, 2008 (edited) Excellent game for bB. I will try on my Kroko Cart now. Some improvements I would like to see: different grip levels, more zombies, two player option, a timer bar, variable scoring (dumb zombies give less points) Update: 26335 in my 1st try (DC, B, B) Good Score! One of the bes bB games I have seen, I like how the tombstones slow your car down. Isn't Phantom II/Pirate a bB game also? If so that is another great one. Wp Edited December 13, 2008 by sandmountainslim Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1638795 Share on other sites More sharing options...
devwebcl Posted August 5, 2009 Share Posted August 5, 2009 Yes! great to see Death Race! One less on my 2600-TODO wishlist Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1808842 Share on other sites More sharing options...
mos6507 Posted October 16, 2009 Share Posted October 16, 2009 Yes! great to see Death Race! One less on my 2600-TODO wishlist It's not really Death Race, but then I'm a stickler for detail. Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1861708 Share on other sites More sharing options...
Atari Dogs Posted October 16, 2009 Share Posted October 16, 2009 Just played it. Why do I feel like I am running over Pitfall Harry's son? Here is a title: Slow Children Ahead - NOT. Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1861714 Share on other sites More sharing options...
VectorGamer Posted October 16, 2009 Share Posted October 16, 2009 This is great! Questions: I would buy this if released on cart as there is demand for a Death Race port. Will it be written for use with driving controller? Also, will it support two player mode? Can there be more than one character on the screen at a time? Can the rectangles be replaced with crosses created with thin lines? Or what about tombstones with a rounded top instead of crosses? Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1861723 Share on other sites More sharing options...
+batari Posted October 16, 2009 Share Posted October 16, 2009 This is great! Questions: I would buy this if released on cart as there is demand for a Death Race port. Will it be written for use with driving controller? You may use a driving controller in the right port. Also, will it support two player mode? Can there be more than one character on the screen at a time? Can the rectangles be replaced with crosses created with thin lines? Or what about tombstones with a rounded top instead of crosses? Probably not. It is a bB game and the above don't fit very well within the current limitations of bB. This game was the demo game included with bB, and I never expected it to be as well-received as it is. mos6507 wrote a Death Race kernel with two cars and two pedestrians. You should ask him to finish it 1 Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-1861759 Share on other sites More sharing options...
sandmountainslim Posted August 20, 2010 Share Posted August 20, 2010 Still lovin this game! Even my 4 year old loves it. Would be nice to see it tweaked a bit so the bars are crosses. Wp Quote Link to comment https://forums.atariage.com/topic/132344-zombie-chase/#findComment-2077016 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.