Jump to content

Impaler_26

Members
  • Content Count

    2,773
  • Joined

  • Last visited

Posts posted by Impaler_26


  1. Wow! I didn't know I made that. Unfortunately, I don't have the BAS code, it is long gone on some dead computer laying in a junkyard somewhere.

     

    Fortunately there are a few .bas files posted in your thread. The latest one is from August 13th 2007:

     

    http://atariage.com/forums/topic/108451-happy-halloween-wip/page-3?do=findComment&comment=1350895

     

    It's a good concept, with a few more levels and a bit of polish it could be made into a fun to play game. Just sayin'. ;)


  2.  

    One of the things that keeps me digging through old threads is the lore of "Atari programming" particularly the trials and tribulations. Has anyone made a project out of curating all the fascinating homebrew stories?

     

    And it's not just the successfully released games, it's also the failures, the grandiose claims, the evolution of the algorithms, and the struggle to understand the platform. Documenting the notable failures might be embarrassing to some, but it's also an interesting part of the record.

     

    Yep. It's interesting to look through all those projects, not only the finished games.

     

    And here's a good example of a failed project (though i *might* get back to it one day...):

     

    http://atariage.com/forums/topic/129467-problem-with-player1color-and-pfscroll-need-help/

     

    :lol:


  3. Does anybody know of any Halloween themed Atari 2600 homebrew games? I know there are TONS of hacks out there but the only original Halloween themed games I could find are:

    • Happy Halloween (WIP)
    • Candy Catcher
    • Tyre Trax: Level 4 (WIP)
    • Video Jack-O-Lantern (Demo)

    I'm asking as I'll be doing a ZeroPage Homebrew show on October 31st and wanted to fill it with great Halloween homebrew.

     

    If you don't know of any others besides those three, please feel free to recommend your favourite Halloween Atari 2600 hacks!

     

    Unfortunately it seems there aren't any more Halloween homebrews than those i suggested to you a while ago. I was hoping there might be a few more i have overlooked.

     

    You could also add Skeleton+ which is at least somewhat spooky and maybe a few hacks like:

     

    Hell-o-ween

    Halloween III

    Halloween 4

    Pumpkinhead

     

    We really need more Halloween themed homebrews for the 2600. :D

    • Like 2

  4.  

    Do you put that into the playfield enviroment or outside? It gives me errors. However I just tried pfvlines and that freed a lot up, got 43 now.

     

    pfvline 8 0 10 on
    pfvline 24 0 10 on
    I'm almost sad, it feels like I should fill it. :P

     

     

    You use the variables instead of the playfield - delete the playfield and paste the code from my post where your playfield was.

     

    D'OH! I forgot about pfvline, that works even better for straight line playfields like yours. :D


  5. All bugs fixed! I managed to make the framerate stable by changing the pfread to a playfieldpos check and using it at playfieldpos=1. This shifted the top block creation to playfieldpos 1 instead of 0 and for some reason that fixed everything. I think that that is a good reason to stop touching it and just tweak some starting numbers. (Unless more bugs are found of course!) I'm quite happy with the game in this state. :)

     

     

    The gamespeed works correctly now, will play some more later to check everything.

     

    You probably don't need it anymore but you could save 7 bytes by drawing the playfield directly with playfield variables:

     
    var1 = %00000001 : var2 = %00000001 : var5 = %00000001 : var6 = %00000001 : var9 = %00000001 : var10 = %00000001 : var13 = %00000001
    var14 = %00000001 : var17 = %00000001 : var18 = %00000001 : var21 = %00000001 : var22 = %00000001 : var25 = %00000001 : var26 = %00000001
    var29 = %00000001 : var30 = %00000001 : var33 = %00000001 : var34 = %00000001 : var37 = %00000001 : var38 = %00000001 : var41 = %00000001 : var42 = %00000001

    http://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html#playfield

     

     

     

     


  6.  

    Major AI overhaul, it now chases after stones and gives you a good challenge.

    I also changed the graphics of the UI a bit.

    2 bytes left, I want to add two more if statments, so need to free up space somehow. After that I think that its done. :)

     

    I just played v0.23 a bit and the AI is really challenging now. An old bug returned - the game speed doesn't reset after game over. When you start a new game it starts at high speed.

    • Like 1

  7. The smartbranching will add back in a goto if it cant branch for free, but some dropped goto commands get missed even by smartbranching on and will error on compile, thats why I said it is best to write code using them, and then to remove and test compile later.

     

     

    Good point. I always set smartbranching on but it's probably better to not use it and check if goto is needed by hand.


  8. I'm just going through the list and realised that i was wrong - many of the ROMs are not available for download.

     

    EDIT:

     

    Or are there any ROMs available at the Atari 2600 Homebrew FB group? Can't check as i don't use Facebook.

    • Like 1

  9. New Version is up! Bugs are fixed :) The score glitch was caused but too many gosubs.

     

    I played v0.20 in Stella and haven't encountered any bugs. The AI is much better now, you can actually beat the computer player which makes the single player mode fun too.

    My best score so far is 670 but i think i can do better if i keep playing.

    Overall the game seems good as it is IMO. You just have to test it thoroughly on real hardware before releasing it on cart.


  10. Not really enough space for this I think. Plus I am going for a more early atari look/feel. So a title screen would not fit well I think.

     

    I think a blocky playfield titlescreen like the example below would fit in very well with the early Atari look, looks like it was made with the video graffiti mode of Surround. ;)

     

    post-12950-0-61370400-1536493780.jpg

×
×
  • Create New...