+atari2600land Posted February 26, 2008 Share Posted February 26, 2008 I was bored, so I made this. Depending on feedback, I might make a full-fledged platform game out of this with this as the title screen. Up would jump and the fire button would unleash a big fire fart out of Terrance or Phillip's butt that would kill any enemy close by. Or maybe I've watched "South Park: Bigger, Longer and Uncut" too many times. And if someone wants to simplify my music code, feel free to do so. tandp.bas.bin tandp.bas 1 Quote Link to comment Share on other sites More sharing options...
nathanallan Posted February 26, 2008 Share Posted February 26, 2008 Great idea!!! I always loved T&P from south park Quote Link to comment Share on other sites More sharing options...
VilleK Posted February 26, 2008 Share Posted February 26, 2008 I agree, good idea! Nice graphics too. Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted February 26, 2008 Author Share Posted February 26, 2008 Here's a version with better music. The treble is actually treble and the bass is actually bass. tandp2.bas.bin tandp2.bas Quote Link to comment Share on other sites More sharing options...
skem Posted February 26, 2008 Share Posted February 26, 2008 I would like to see this finished and put on a cart I would be first in line to buy one! Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted February 27, 2008 Author Share Posted February 27, 2008 I've added the basics to the platform part of the game, except you can't fart when you press fire. Any help on picking the right fart sound would be greatly appreciated. To start the game, press the fire button. Normally, if you get to the other side of the screen, a new screen pops up, but for now it's just this one screen, so it's like Mario Bros. I'll add some more screens as time goes on. tandp3.bas.bin tandp3.bas Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted February 28, 2008 Author Share Posted February 28, 2008 Simplified the jumping code greatly so now it's like Hunchy. Added a new screen, but still need help with the farting sound. I also need help with the title screen, which I messed up somehow. See picture and code for details. tandp6.bas.bin tandp6.bas Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted February 28, 2008 Author Share Posted February 28, 2008 I found out that if I make the status bar in blue, the first line of pfblocks will also show up in blue. Is the playfield and status bar somehow connected? I also added a few other things, like a third screen and the status bar (which is for health). I'll be using the lives counter for the fart counter (you get three farts per level) and the score for the life counter. (i.e. if you have three lifes left, the score will say "000003"; or later, just plain "____03.") This'll be the last update for the day. So, how am I doing so far? tandp7.bas.bin tandp7.bas Quote Link to comment Share on other sites More sharing options...
Piggles Posted February 28, 2008 Share Posted February 28, 2008 I found out that if I make the status bar in blue, the first line of pfblocks will also show up in blue. Is the playfield and status bar somehow connected? I also added a few other things, like a third screen and the status bar (which is for health). I'll be using the lives counter for the fart counter (you get three farts per level) and the score for the life counter. (i.e. if you have three lifes left, the score will say "000003"; or later, just plain "____03.") This'll be the last update for the day. So, how am I doing so far? I like the player sprite. Very well done! Your games keep getting better and better. Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted February 28, 2008 Author Share Posted February 28, 2008 Thank you, Piggles. Now, with this new update, I've added a fart sound. If you press fire, all the enemies (those are supposed to be pigs) on the screen will disappear, (presumably because Terrance's farts are so toxic. ) I've also gotten rid of the score and just had Terrance have one life. When I put in the code neccessary to get rid of it, it triggered player0 having one close copy, though. Adding NUSIZ0=$00 got rid of it, though. I do have a problem, however, and it lies with the status bar. After about four hits, it doesn't go down anymore but instead does weird stuff like what is shown in the picture. Any ideas as to why and how to fix this? As for the story, it's simple: For those of you who haven't watched the South Park movie, Terrance mentions Phillip as being a pigf---er. Well, I took that to the extreme, and having the pigs be so tired of Phillip raping them that they've kidnapped him and are presently torturing him in ways we can't even imagine. It's up to Terrance to save Phillip from the evil pigs. tandp8.bas.bin tandp8.bas Quote Link to comment Share on other sites More sharing options...
aftermac Posted February 28, 2008 Share Posted February 28, 2008 I think I beat the game! I got past the running pig on the platform and it took me back to the title screen. Anyway, I love the theme music! I just can't help singing along. The title screen and characters (yes, even the pigs) look good too! Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted February 29, 2008 Author Share Posted February 29, 2008 I added two more screens and an infinite fart code. My plan is to have 4 levels, each with 50 screens, so it'll take a while to get this finished. Tell me if the screens are getting too hard, so I would move them to later in the game. I still need some help with the weird status bar though. tandp9.bas.bin tandp9.bas Quote Link to comment Share on other sites More sharing options...
aftermac Posted February 29, 2008 Share Posted February 29, 2008 (edited) I added two more screens and an infinite fart code. My plan is to have 4 levels, each with 50 screens, so it'll take a while to get this finished. Tell me if the screens are getting too hard, so I would move them to later in the game. I still need some help with the weird status bar though. I beat all of the screens without having to fart, so they're not too difficult yet. Edited February 29, 2008 by aftermac Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted March 1, 2008 Author Share Posted March 1, 2008 Added two screens. They're kind of hard, though. tandp10.bas.bin tandp10.bas Quote Link to comment Share on other sites More sharing options...
keilbaca Posted March 1, 2008 Share Posted March 1, 2008 oh my god, you win on all kinds of levels. I'll play this tomorrow on my Kroc cart. Quote Link to comment Share on other sites More sharing options...
Impaler_26 Posted March 1, 2008 Share Posted March 1, 2008 Hey this is cool!! I love Terrance & Phillip and it was about time someone made a 2600 game with farting involved!! Keep up the good work! Quote Link to comment Share on other sites More sharing options...
supercat Posted March 1, 2008 Share Posted March 1, 2008 Seems like a simple, but reasonably nice game. Some aspects of the jumping physics seem a bit dodgy, though, especially those involving playfield collisions. I would suggest that at each frame you keep track of how the player has moved from the previous frame (U=up; UR=up right; etc.). If there's a collision and the player's last move was diagonal, undo the vertical part. For other collisions, move the player down. There are some more sophisticated techniques that involve figuring out before each frame whether there will be a collision and where on the player sprite it will be, thus allowing for more sophisticated rules (e.g. a player jumping against a wall could be allowed to climb if his hands can reach an exposed edge but not otherwise). I don't know if you want to go to that much trouble, but a good approach is to have two extra versions of each shape, seven lines taller than the displayed version. Start by putting the shape at the top of the first region; then for every pixel that's set in the original shape, set that are in the same row or within the next seven rows down, and in the same column or the next three columns to the right. The second copy of the shape should hold the "overflow" from stretching the first copy (e.g. if a pixel was set in the seventh column of the fifth row of the original shape, the second copy should have the left two columns filled in the fifth through twelfth rows). These extra shapes will not be displayed, but they may be used fairly easily for collision detection. If the player's sprite could overlap nine playfield pixels, it may be checked for a playfield collision by checking the state of those nine playfield blocks and, for each block that's set, looking at one bit in one of those revised shapes. Probably not an instantaneous operation, but probably faster than checking all of the pixels the playfield block might touch. Quote Link to comment Share on other sites More sharing options...
MausGames Posted March 1, 2008 Share Posted March 1, 2008 Great job a2600l, looks like your programming skills are definitely catching up with your creativity and design abilities. The status bar problem is a bug in bB 1.0; You can't set the status bar color or it won't work, have to leave it the same color as the playfield. Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted March 2, 2008 Author Share Posted March 2, 2008 Thanks for all the feedback. I'll work on this some more tonight after Cops (I don't like America's Most Wanted for some reason.). So expect this post to be edited with a new version later tonight. Quote Link to comment Share on other sites More sharing options...
MausGames Posted March 2, 2008 Share Posted March 2, 2008 Oh and as usual, I'm gonna gripe about your player movement code. Your jump code is pretty weird and unnatural, needs a little work. This game also seems like it would be a good chance for you to implement velocity and friction for your player movement code. Then you can have a variety of surfaces and elements the player reacts with differently, like ice, tar, quicksand, water, wind - the list goes on. Super Mario Brothers 2 for the NES is a good reference for quality physics for a platformer, and contains excellent examples of everything I've mentioned - including how to improve your jump code. Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted March 2, 2008 Author Share Posted March 2, 2008 I added two new screens and kinda fixed the jump code. What do you think? tandp11.bas.bin tandp11.bas Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted March 4, 2008 Author Share Posted March 4, 2008 Added 2 new screens and the ability to go backwards. tandp12.bas.bin tandp12.bas Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted March 6, 2008 Author Share Posted March 6, 2008 Added a screen. You now start at screen 10 instead of screen 1 so you don't have to go so far to get to the new screens. Each level will have 15 screens, with hopefully 6 levels, each with a different theme (ice, desert, etc.). This level is the plains. tandp14.bas.bin tandp14.bas Quote Link to comment Share on other sites More sharing options...
Hakogame 箱亀 Posted March 6, 2008 Share Posted March 6, 2008 (edited) Don't know if you'd want to use them, but I was playing around and made some new sprites for your game. Edited March 6, 2008 by Raccoon Lad Quote Link to comment Share on other sites More sharing options...
+atari2600land Posted March 6, 2008 Author Share Posted March 6, 2008 Don't know if you'd want to use them, but I was playing around and made some new sprites for your game. These sprites are amazing and I will use them in the game. Thank you! Quote Link to comment 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.