Jump to content

VGAGuy

Members
  • Posts

    35
  • Joined

  • Last visited

Profile Information

  • Custom Status
    Avid Bankswitcher
  • Gender
    Male

Recent Profile Visitors

2,431 profile views

VGAGuy's Achievements

Space Invader

Space Invader (2/9)

20

Reputation

  1. Thanks for all the help! I think I might go for the Devastators approach, though I don't know how the table for object placement would work(Rock walls, turrets, etc...). Sprite scaling and enemy handling will be tough as well.
  2. Like in Ballblazer. I'm wondering if a game in a similar vein to Konami's Devastators arcade game could be done, with 7800Basic. As I am considering making one. Where the engine reads a table for each strip of the area, telling it what obstacles to display and what enemies to place. The strips also being alternating colors to show movement. For my purposes the 2.5D scrolling would only need to take up around half of the screen, the rest being used for background graphics and the HUD, with the strips divided into 4 sections with a byte telling the engine what to put on each section, if anything. Any help is welcome.
  3. My timer values get messed up a lot. I am using every value that Bb gives me with the standard kernel. Going to start bank switching for the rest of the levels as they have 8 screens instead of 4. Glad to see that this is at least somewhat entertaining.
  4. I don't know why it crashes at 10,000 it should game over at all zeroes not at 10,000. As for the color of the player, that happens because I never reset it after the title screen. BatariBasic has been throwing some random bugs at me lately. I had to make it check the hex values for the score to get it to work right. I'll update the files in a second. I do plan on adding missiles that come from the other side of the screen in later levels, but I hadn't thought of making them only travel while the maze is lit, I might try to make that work.
  5. So, this game is sort of a combination of Haunted House and Irritating Stick. You move though a maze and try not to touch the walls(if you do it's game over), but the maze is invisible, you can briefly light the maze up by pressing the button on the joystick, but while the maze is lit you can only move up or down. If you reach the exit before the timer runs out you win the level. I putting this demo out there to see if this concept is any fun. This demo only has one level, so when you get to the level select(by pressing up) just press fire to start the first level. P.s. I tried to make flashing effects that wouldn't destroy the eyes, but I can still slow it down if needed. UPDATE: New demo version, 3 levels, sound, score saving and slight control tweaks. Just move the cursor until it changes color to select that level. InvisibleMazeDemo1.1.bin InvisibleMazeDemo1.3.bin
  6. I am sort of porting Irritating Stick to the 2600, but I can't figure out how to get scrolling to work. I looked at Princess Rescue's code, but I can't figure out how it loads the level and then scrolls it. I would like it to be as simple as possible, due to my low programming skill. Also, any name ideas? Thanks, VGAGuy
  7. Have any paddle controllers? I am working on a simple(but hopefully fun) shooter game that uses them.
  8. Updated original post with version 2.3 Version 2.3 is slightly faster with some very minor sound differences. Oh and yes the yellow glowing things are supposed to be rocks, I just resized the ball to make it a bigger square.
  9. I actually finished an Atari 2600 game. It's a pretty simple game, you have to shoot the meteors and prevent them from passing you, also there are falling rocks that you can shoot for more points but they are optional. It also fits in 2K! Meteors - 100 points Rocks - 250 points 8 lives to start, 1 new life every 16 meteors shot I made 2 versions, a Paddle version and a Joystick version. Flaws- Lives are not shown and meteors get fast a bit too quick. Both game versions will be attached below. The paddle version has 2 bytes of free space while the joystick version has 40! EDIT(made some small changes and fixed an invincibility bug, new versions will be attached separately for comparision) EDIT Replaced version 1.0 with version 2.3 MSJoystick2.2.bin MSPaddle2.2.bin MSPaddle2.3.bin MSJoystick2.3.bin
  10. This is a very early demo of a game I'm working on, called Brics for now(any better names?). The goal is to fill up the screen with bricks while dodging the swinging I-Beams. However I have 2 major problems: 1 The game needs a 3 digit(or four with the first unused) timer AND the 6 digit score 2 the game needs the detect when a screen is full I also would like a changing player sprite but that is for later on. BricsWIP.bin
  11. Here's my bad attempt at adapting the code to my program. At least it isn't a RAM editor like my previous attempts. I am missing something but I can never figure out what. EDIT: Got it working properly, thanks for the code.
  12. I meant draw.bas comes with Bb unless it is the newer version with 64k support as that did not have the file in the samples folder.
  13. I am trying to make a game where you lay down bricks when you move forwards and pick them up when you move backwards. I looked at the example program that almost does what I want but has a few problems: 1 It uses a playfield that is too big, I need the normal 31 X 11 playfield 2 I need it to draw behind the player not directly under the player 3 I need it to draw as fast as the player moves I have tried to make the playfield smaller and disable the superchip, but if I do that I becomes a RAM editor. Any Ideas on how to get this to work? P.S. The code should come with the Bb compiler
  14. I took a look at Robot Tank's death sequence and WOW that is what I wish I could do. This project may slow down as it might be to advanced for me at the moment but I will look at all the feedback I have been given. Another question, is it possible to make a line trace behind the player when he moves? Kind of like the player is drawing on the screen? Thanks in advance.
  15. Thanks for the feedback. Crashing is meant to be crazy but I don't know how else to pull it off(I wanted to make the TV lose sync but I couldn't get that to work) I would LOVE vertical scrolling but I can't get it to work. I don't plan on reverse gravity. The crash for going off of the bottom of the screen was to save ROM space for the code(I might add that in later if there is enough space). The lack of jet animations was also due to ROM space but I am optimizing my code and might be able to add them in later. Joystick down doesn't do anything because I am horrible at modifying the gravity code. I should add the feature to make the flash turn off and just have a black screen(or just have one normally to save ROM space) The sharp turns are to make the player think about controlling their speed but I can change them if it gets to be a major problem. Jet sound being lost on the first screen is a bug I still haven't found out how to fix. The jittery thrust sound is a bug I decided to leave in because it sounds kinda cool. I am pretty new to programming but I will try to make the game better for the public. Thanks, VGAGuy
×
×
  • Create New...