Jump to content

Nognir

Members
  • Content Count

    777
  • Joined

  • Last visited

Everything posted by Nognir

  1. not good I guess.. Nice game, but a little too repetitive 9600
  2. I'm interested in NERDS and the Last Ninja. do you have any opinions about the price? I don't know what it's worth. I live in Germany, so shipping wouldn't be this much
  3. Now we added a review to one of the greatest classics of the atari system: Space Invaders
  4. I'd like a boxed copy of it! Thanks
  5. I really love that game already! I sucked in the beginning but I figured it out how to play. Will the game speed be increased or do you keep it on that level? Keep up the good work!
  6. I hope that there will be a German team. If so, count me in!
  7. Here are two new additions to the webpage: the Super Asteroids & Missile Command for Atari Lynx review and a review of Laser Blast for the VCS 2600. Hope you'll enjoy it!
  8. Now I also got mine today. I also say thank you!
  9. nice level designs! But the layout number 14 shouldn't appear in the game IMO Here comes the lame German insider joke: "I guess Eva Hermann would approve it"... LOL
  10. You're welcome sometimes the colors on my PAL console are a bit weird like brown background and black elevators ^^ That was my only point which I had to "complain"
  11. not much but this is my first score: 12170
  12. but I think you need way more boxes and carts to feed the hunger of the atari community
  13. nice level designs! But the layout number 14 shouldn't appear in the game IMO
  14. Then I think I also got mine today. I will tell you later Shawn. Thanks again!
  15. Time for another big update! Here are the links to our new reviews: Pac Land Elevators Amiss Special Thanks goes to Nathan Strum for the contribution of the logo for the Elevators Amiss review! Also we have some new video in our neXGam TV section: World Tour Racing (Jaguar CD) Jagmind (Jaguar CD) Super-Cowboy beim Rodeo (VCS 2600) Defender 2 - Stargate (VCS 2600) Yar's Revenge (VCS 2600) Polaris (VCS 2600) and many more! just take a look at the whole bunch HERE So that's enough for now. More updates very soon!
  16. I will also take one, if i'm not too late
  17. if you also ship to germany and have one copy available, I would take one! PM me if you have one left please
  18. thanks for the detailed description! I was trying to work it out but I still don't know how to use the pfread command it isn't very clear in the manual..
  19. the player0 sprite is: 00011000 00111100 01111110 00111100 00011000 don't know why the forum changes it
  20. Hey! I'm fooling around with batari Basic lately, to do something useful. I tried to do some demo where simply a ball is shooting around on the screen but I don't know how to access the collision detection best. Already it detects the collision with the upper screen, but then its going wild here's the code: main COLUBK = 124 COLUPF = 187 COLUP0 = 86 playfield: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX X..............................X X..............................X X..............................X X..............................X X..............................X X..............................X X..............................X X..............................X XXXXXX.......XXXXX........XXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX end player0: 011000 111100 %01111110 111100 011000 end t = 1 x = 60 y = 60 player0x = x player0y = y drawscreen goto moveup moveup x = x + t y = y - t - t player0x = x player0y = y if collision(player0,playfield) then goto movedown drawscreen goto moveup movedown x = x + t y = y + t + t player0x = x player0y = y if y > 70 then goto moveup drawscreen goto movedown I know that this line is disposable: if y > 70 then goto moveup but I took it in to let the ball "flip around" at least. Hope that someone could push me a little in the right direction Thanks in advance! Michael
  21. Also I'm posting my Wii Code here: 0406 7321 0793 5251 my name on the Wii is Tausi, so don't get confused I will try to add all people in the list tomorrow, should be a lot of work though
  22. oh well... to bad but this is my first attempt here: 792
  23. they look really nice! when can they be ordered?
×
×
  • Create New...