Jump to content

nanochess

Members
  • Content Count

    6,419
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by nanochess

  1. TextShow: Procedure Print At 220 For #nom = (#goRun*11) to (#gorun*11+10) ' Plus 10 not 11 because zero counts. Print TextTable(#nom) * 8 + 7 ' Convert to GROM and add color Next Return End TextTable: Data "posting " Data "a new topic" Data "is fun "Of course this would be somewhat inefficient because the continuous multiplication by 11, but it should work. Remember that using a variable or expression directly copies that word value into the screen without changes.
  2. Wow! Pretty cool! makes one to consider getting again a PC XT or at least a Televideo. In fact there exists Burgertime. I played it a lot as a kid.
  3. Discounts in all my books because Black Friday ;) http://www.lulu.com/shop/search.ep?contributorId=1256065

    1. GoldLeader

      GoldLeader

      That's Awesome Nanochess!!

    2. DZ-Jay

      DZ-Jay

      Isn't it "Friday of color"? :o

  4. That's so true. Cmart writes this: 10 PRINT "MADE BY CMART" And then I proceed to complete the remaining of the game, that of course you can see is very little I would program faster if the water for coffee boiled faster It's because he's angry because you put 20 PRINT "AND REV" in his code. The start date of coding is May/07/2018, so it took 6 months. But I was doing 6 games at the same time the three games from IntyBASIC Showcase Vol. 2, Meteors, Sydney Hunter, and Steamroller. Let us add the IntyBASIC book.
  5. Yes, the two-players game is cooperative as it finishes as soon as one of the players is out of lives.
  6. The first player gets in charge of the blue steamroller and you must pursue the blue ball (your leader ball) once all beach balls disappear or turn into bombs you can exit the level. Also you try to seal manholes before them open fully and also try to don't get lost because the two-levels road. Of course everything gets frantic pretty fast! I'm pretty proud that all levels translated to Intellivision and of the effect of sprites disappearing below bridges.
  7. Yes, it saves scores to Flash memory courtesy of intvnut's LTO-Flash tech. The high-score table is shown in the video after the 1st time of title screen.
  8. Thanks! indeed it's written in IntyBASIC.
  9. Hi all. It's my pleasure to announce that I've completed the development of Steamroller for Intellivision, with permission from original author David Rolfe and thanks to William Moeller for introducing me to this project. This game will be available from Elektronite and naberhood.com games in December 2018. Here is a video of the game in action it has been enhanced for Intellivoice if available. Enjoy it! https://youtu.be/QzmQJWbe12c
    1. GoldLeader
    2. johnnywc

      johnnywc

      I played this for about an hour today - great job! Looking forward to the finished game! :)

    3. nanochess
  10. Glad to say this is a very much improved version over the original game published in the 4K Short'n'sweet contest And includes voice and sound!
  11. My fault! Too excited to ask for proofreading. Please could you pinpoint the errors?
  12. Intro preview https://www.youtube.com/watch?v=My_fVc3UFGA
  13. The examples require to include also the "constants.bas" file in same folder.
  14. You need to create a folder for your programs, for example in Documents/intybasic In that folder you need to copy the intybasic executable and intybasic_prologue.asm and intybasic_epilogue.asm files. From the jzintv distribution bin folder, copy as1600 and jzintv into same folder. You can edit your programs using TextEdit (use the Format/Convert to text without format option) and save your program as example1.bas You need the Terminal icon that's available in the Launchpad Others folder, once you open it, type: cd Documents cd intybasic ./intybasic example1.bas example1.asm ./as1600 example1.asm -o example1 ./jzintv -z1 example1
  15. Currently I don't have a DMG version of my distribution, but the executable is included in the ZIP file, it's called 'intybasic'
  16. Facebook Web has fallen down, but I've Atariage ;)

    1. jaybird3rd

      jaybird3rd

      The world would be a better place if Facebook disappeared altogether.

    2. carlsson

      carlsson

      Nah! How would I be able to know what my friends are doing if I couldn't spy on them through Facebook?

    3. Keatah

      Keatah

      Facebook has a quality Apple II section.

    4. Show next comments  84 more
  17. Haha, that speech of you when you start wondering what's after level Z, haha, too good!
  18. Thanks a lot! glad the reviewer liked the game. Unfortunately nobody at Atgames noticed the bad aligned lines inside fortress with their emulator. Well, at least everything else is working, so two spoons of sugar and one of salt.
  19. I've Battle of Hoth and Wonder Boy http://atariage.com/forums/topic/284326-colecovision-homebrews/
×
×
  • Create New...