Author Topic: Homescreen Game Pack  (Read 67977 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Homescreen Game Pack
« Reply #210 on: March 12, 2011, 06:55:18 pm »
For TI-Basic that looks sweeeet!

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Homescreen Game Pack
« Reply #211 on: March 12, 2011, 10:53:25 pm »
Oooh, very, very cool.  I need to get these on my calc... ;D
Thanks.  They look great. ;D

Offline program4

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 158
  • Rating: +15/-0
    • View Profile
Re: Homescreen Game Pack
« Reply #212 on: March 13, 2011, 10:42:31 am »
Yeah, I can't wait for the next release! These games are probably the best minigames written in TI-BASIC so far.  :)

And, I was bored, so I just decided to optimize my Gravity game slightly more. It's not much more, but it gets rid of an unneccesary Delvar K (I didn't need it anymore) and -1->S (Delvar S saves a little memory, and it was easy to make it work).

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Homescreen Game Pack
« Reply #213 on: March 14, 2011, 08:55:26 pm »
Cool Program4. :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline sjasogun1

  • LV3 Member (Next: 100)
  • ***
  • Posts: 88
  • Rating: +8/-1
    • View Profile
Re: Homescreen Game Pack
« Reply #214 on: March 15, 2011, 02:59:06 am »
I might do something like this too in the future, but my current 3 games are unfinished/way too big/both and I'm working on my RPG game most of the time.

Also, the games look great, especially Gravity!
Veni, vidi, cecidi
(I came, I saw, I fell down dead)
MSPAFORUMS: http://www.mspaforums.com/
HOMESTUCK: http://www.mspaintadventures.com/?s=6&p=001901

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Homescreen Game Pack
« Reply #215 on: March 15, 2011, 11:39:40 pm »
You could maybe port these games to the 9860G. It would be really nice, although I guess some would require Kucalc's CPU modifier add-in.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Homescreen Game Pack
« Reply #216 on: March 18, 2011, 05:51:25 pm »
Awesome!  I finally had enough time to get these onto my calc. :)  I'd expect a new release in the next week or two. ^-^
Thanks again to everyone who contributed games.  Please note that I may not use one or two of them, and I'll be optimizing them before I put them in the Gamepack. ;D

Ashbad

  • Guest
Re: Homescreen Game Pack
« Reply #217 on: March 20, 2011, 07:54:25 pm »
Nice to see this has its own subforum ;)

good luck with progress!  The stuff you pull off with homescreen graphics always has and will amaze me ;D

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Homescreen Game Pack
« Reply #218 on: March 20, 2011, 08:03:44 pm »
Thanks, Ashbad!  I've always kept this as one thread, but I needed a poll, so I gave it its own sub-forum. :)

As for progress today, I added Freefall and a new game by myself named "Get Them!"  The average size per game is now 323 bytes, as there are 10675 bytes total.  If this average size continues, the finished gamepack would be 15527 bytes. ;)

Edit: I should also mention that there are 33 games in it right now. ;D

Edit 2: I forgot to mention the link to the poll: http://ourl.ca/9756
« Last Edit: March 20, 2011, 08:05:21 pm by ztrumpet »

Offline program4

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 158
  • Rating: +15/-0
    • View Profile
Re: Homescreen Game Pack
« Reply #219 on: March 20, 2011, 08:12:14 pm »
I made 3 games over the past few days. I don't think Reaction will make it into the pack, though  :P (though it could replace Guess the Number)

Reaction and Laser both have a menu that you can get rid of easily.

In Reaction, you are given a number, and you have to push the key corresponding to that number (getKey-wise).
In Laser, you use up and down to avoid the laser(s). Harder level=more lasers to avoid. 2nd activates the shield, and you start flickering (not very good attempt at grayscale :P), but you lose points, and once you reach 0, the shield automatically deactivates. The score is the number in the top left corner.
Avoid is self-explanatory.

EDIT: Many of these games were not specifically created for this game pack. Some of them were just to teach others how to program. So, they might seem somewhat weird. (Like, in Avoid, you can wrap around from top to bottom and vice versa, but not from left to right and right to left.)
« Last Edit: March 22, 2011, 06:10:36 pm by program4 »

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Homescreen Game Pack
« Reply #220 on: March 20, 2011, 08:17:53 pm »
Thank you!  By the way, have I ever mentioned how much of a fan of your programs I am?  The code's well written, and you're providing some games for me to use.  Plus, Quasilat is awesome. :D
Of the games you provided before today, Invasion's my favorite.  It's really, really good. ;D

Meishe, where did you learn that binomcdf() trick?  It's pretty obscure; I learned it from Darkerline (the author of Donut Quest)'s now defunct blog. :)

Offline program4

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 158
  • Rating: +15/-0
    • View Profile
Re: Homescreen Game Pack
« Reply #221 on: March 20, 2011, 08:22:50 pm »
Thanks! Actually, I spend like 2 hours optimizing each game (more like 10 in the case of Gravity, since I did that when I was not quite as good at programming), since it's fun :).

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Homescreen Game Pack
« Reply #222 on: March 20, 2011, 08:48:08 pm »
It can be fun, can't it. :D

Oh, I should also mention that when I add it, Meishe's Jump is going to replace the Jump! game I have in there right now. ;)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Homescreen Game Pack
« Reply #223 on: March 20, 2011, 09:26:33 pm »
For Jump? I don't remember but I think I learned it from looking at one of your games you gave me when I was writing my tutorial for basic jumping. Then when I was making the game I just remembered something and did a little research behind both those commands because I couldn't remember which one it was. I'm so far out of good practice right now though that I can't even remember what I did :P
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Homescreen Game Pack
« Reply #224 on: March 21, 2011, 11:43:59 am »
I'm glad this is in "our projects," ztrumpet.  I'm going to put a link to this on the main page