Jump to content

Bleepbit

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by Bleepbit

  1. Thanks! It's a mix: - stages 1, 2 and 5 the aliens are chars, the player starship is a sprite (to have 2 colors) and the bullets are allways sprite but moved like chars to intercept the aliens - stages 3 and 4 only sprites
  2. It's just a tribute not a real porting, but I tried to do something that looked like it in every stage.
  3. Thank you! I chose this solution to prevent the player from sitting still waiting for the aliens
  4. Finally my tiny tribute to Phoenix! Download it in various format from here: https://www.bleepbit.com/2020/12/27/phoenix-tribute-for-ti-99-4a-extended-basic-basic-compiler/ Bye
  5. Hi all, I allways read the forum but I had no news to post... at least before my new tribute to an arcade game of the 1982... I hope in the next days
  6. Submission: BLEEP2019 Platform: TI Extended Basic Written by: Luca Brentaro Instructions: Use joystick to rescue the astronauts and avoid the asteroids! I hope you have fun! (classic99 disk image) BLEEP2019.zip
  7. Thanks! I think I will start to use XB256. In this moment I'm trying to develop another classic arcade tribute in standard XB... when I will finish it I think I will begin to use XB256. Thanks for the suggestion. Bye Luca
  8. Thanks! I thought to add the "shake the border" feature but the game would be too easy because it isn't quick as the arcade version so I added the time bar to make it more difficult. About the first level difficulty I think that the player have to be just a little bit skilled to close it... this is the fun To slow it I have to make the sound slower and I don't think the beautiful "Popcorn" deserves it Thank you a lot for your opinion! You are a myth
  9. Hi guys, I completed this tribute to PENGO for our beloved TI-99/4A. Thanks to Ciro of the http://www.ti99iuc.it/ for the hard testing Download the game: http://www.bleepbit.com/2019/05/12/pengo-tribute-for-ti-99-4a/ I hope you have fun! Luca
  10. Hi guys, this is my first compiled game. It's a simple tribute to the great movie Tron. To use it copy the unziped file in your DSK1 folder (if you are using Classic99). Choose the Extended Basic and write RUN "DSK1.TRON" I hope you have fun! Luca TRON.zip
  11. You're a champion! The levels that increase the difficulty are 4 but the game has no limit.
  12. it has to run on a TI 99 standard so no Arrow keys! Ciro told me the same... I'm lazy
  13. Hello guys, here my last try to create a pure TI Basic game: ESCAPE! Run, shot the skulls, collect the seeds avoid the bars from the ceiling, fight versus the time! It's a simple game and I hope it's not boring, now I will start definitively to develop games in XBasic and compile them! Hope you have fun! escape.zip
  14. Very nice game, with 8bit taste as I like! I'm also working to a simple game in a Castle! See the attachment, I hope to finish it in the Christmas period! Luca
  15. Thanks a lot to everyone! I think to spend little time to create a simple game in extended basic .... Stay tuned! ; )
  16. >Sounds good enuff to me! So anyone got a flashrom image? http://www.bleepbit.com/wp-content/uploads/2016/08/TI909.zip
  17. Thank you to everybody! @djugel Ti909 is far to be an emulator of TR909, but it's just a timid (but enthusiastic) tribute to TR-909 and a pretext to use the noises of the TI99
  18. Hello guys, just for fun I created this porting for our loved home computer in TI Basic. http://www.bleepbit.com/2016/08/16/poke99-porting-per-ti99-4a/ The page is in Italian... but the game is very easy: use the keys E,D,S,X to move the guy, avoid the walls and collect the little Poke99s. Every 5 balls you have to recharge in the poke-stop. Every 16 Poke99s collected you will change level. Enjoy! Luca
  19. Stupid thinks, but I'm happy to do it . My answer was wrong... to create an OR we have to: IF (COND1) + (COND2) <> 0 then ATLEAST ONE CONDITION IS TRUE... so it's an OR I will let you know! Ciao L.
  20. Ah, I understud! I need to use the boolean value... I solved in this way: IF COND1=0 * COND2=0 THEN NO CONDITION is TRUE
  21. Hello, I'm new in the forum... not in the TI99 using: I,m 46 . This week I re-started to develop silly games in TI BASIC but my memory is very poor... I discovered is possibile use AND in a IF (using *) but I don't know insert a OR. Anyone knows if is it possibile generate an .exe file (with an emulator embedded) starting from a DSK file or a basic list? Thank you very much and very nice forum! Luca
×
×
  • Create New...