Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: Speler on May 02, 2007, 02:45:00 pm
Title: Game Pack
Post by: Speler on May 02, 2007, 02:45:00 pm
Ok, I am planning on making a set of fully graphical games that will be then packaged in one large program or application. This will be done, mostly to use a new Pure Basic GUI library I'm developing. Once I have the basic outline and a few games of my own done I will upload tools and information about having your own games included in the pack. The variables that you can use will be slightly limited (i.e. you cannot use pic0, str0 or variables A-E) and you will have less graphical space to develop on, however, it will look pretty :). Would anyone be willing to develop some stuff for it (I want at least 20 games in the final version, and I will probably want to kill myself after ten)?
Title: Game Pack
Post by: calc84maniac on May 02, 2007, 04:02:00 pm
I can make Snake, I've been working on that lately anyway.
Title: Game Pack
Post by: Speler on May 02, 2007, 04:05:00 pm
I already made snake :) (and reverse snake).
Title: Game Pack
Post by: Jon on May 02, 2007, 05:34:00 pm
can it be in no-stub asm?? (then your main basic GUI prog can run it with the Asm( token)
Title: Game Pack
Post by: calc84maniac on May 03, 2007, 01:48:00 am
Is your Snake one of those where it never really "moves", just keeps on growing? Mine can move and grow really big without lagging down.
Title: Game Pack
Post by: Speler on May 03, 2007, 08:30:00 am
It's a real snake game, don't worry, and it doesn't slow down. Jon, while normally I would say yes, I'm trying to keep it pure basic. Also, I coded around 50% of the GUI today.
Title: Game Pack
Post by: dinhotheone on May 03, 2007, 09:45:00 am
how big should it be?
i have a maze game, a homescreen mazew with fake walls/invisible walls/warping, its harderr to beat thsn you might originally think, its about 3k ram and i need acess to a matrice, the rest can be changed to fit your parameters. you want it? i could probably make it graphical if you want.
Title: Game Pack
Post by: Speler on May 03, 2007, 10:50:00 am
It needs to be graphical, also, you have limited LCD space compared to most games. You can use any matrix's and lists (except for two user defind ones) as well as most letter variables and all finance variables, you may not use GBD0, pic0, real's A-H and function variables. The final score must be stored to S upon ending and scores must be text('d to the same location in each game (more information to come. Also, I will be going all kung-fu-optimize on the code but I hope that the code submited will be optimized to a degree. Also, it MUST contain one main loop and no labels in order for it to run (I will have to slightly edit your code to put in the program and it reqquires this). As I said, more info on how to write games for it will come soon.
Title: Game Pack
Post by: Harrierfalcon on May 03, 2007, 11:01:00 am
Ooo! Ooo! I have a http://falconbasic.bravehost.com/archives.html Snake game! It's "Serpentine" and beats XSnake in terms of speed!
Any other games you'd like to have?
Title: Game Pack
Post by: Speler on May 03, 2007, 11:06:00 am
I already wrote snake for it (tenth or so time I've said this :)) as well as reverse snake. Other than that I started pong and that's it, if you want to make something tell me and I'll tell you how to do while still allowing it to work with the GUI.
Title: Game Pack
Post by: Delnar_Ersike on May 03, 2007, 01:12:00 pm
Hey, Harrierfalcon, did you forget about your own Metroid Pi? It's pure BASIC, after all. ;)
Will all games you may include have to be new? For example, will you include some BASIC games from ticalc that you tweaked a bit in your pack?
Title: Game Pack
Post by: Speler on May 03, 2007, 01:15:00 pm
All will be new and either done by me or submitted by one of you. Each should be less then 500 bytes but if the games is great it can be more. Anyway,Metroid Pure is to big :).
Title: Game Pack
Post by: Jon on May 03, 2007, 01:48:00 pm
:( i don't see what's so difficult about including an asm game. Does it give you street creds or something if the entire thing's in basic?
Title: Game Pack
Post by: Speler on May 03, 2007, 02:10:00 pm
Jon, if you want you can make an asm game for it, I just like the idea of Pure Basic.
Title: Game Pack
Post by: Jon on May 03, 2007, 02:27:00 pm
ok. i understand.
Title: Game Pack
Post by: Speler on May 03, 2007, 02:31:00 pm
You know, what, sure make asm minigames, wy not, I'm being silly (and a bit of a jerk).
Title: Game Pack
Post by: Halifax on May 03, 2007, 02:33:00 pm
Actually I do believe it gives you street cred. It's overall a great achievment in it's own category. Writing pure basic games is nothing short of a hard task. I commend anybody who can do it.
Title: Game Pack
Post by: Harrierfalcon on May 03, 2007, 03:13:00 pm
Metroid Pi is cool, but WAYYYYY too big for an app. Heck, it could probably be an App all on it's lonesome.
Sorry about the Snake thing Super Speler, I just saw "Snake" and went &*&%#%.
Das ist viel "credit" f
Title: Game Pack
Post by: kalan_vod on July 17, 2007, 05:39:00 pm
Hmm, some competition to my game pack? :P I think this would be really cool, and the basic GUI sounds really really interesting to me..I have always wanted to make such a program >.<, lazy >>>
Title: Game Pack
Post by: DJ Omnimaga on July 17, 2007, 06:36:00 pm
Welcome back necroposter :P
Title: Game Pack
Post by: kalan_vod on July 17, 2007, 06:39:00 pm
QuoteBegin-DJ Omnimaga+18 Jul, 2007, 0:36-->
QUOTE (DJ Omnimaga @ 18 Jul, 2007, 0:36)
Welcome back necroposter :P
Two months :), but I have been following this when it was posted! XD
Title: Game Pack
Post by: DJ Omnimaga on July 17, 2007, 07:01:00 pm
aah ok ^^
I was j/k, actually sometimes people revive 8 months old thread as well anyway x.x
Title: Game Pack
Post by: Speler on July 18, 2007, 12:30:00 am
I do plan on working on this again, just as soon as Pirate RPG is done.