Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => Topic started by: Munchor on January 12, 2011, 04:04:39 pm

Title: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on January 12, 2011, 04:04:39 pm
Sometimes we, programmers, need inspiration to make games or even programs. So, I decided to make a topic where people can say stuff they would love to be made for the calculator. If this becomes big enough, one can come here and try to do one.

1: My idea would be a text editor for ti-83+ series better than the one included in TI-OS that would also allow making programs for Axe and Basic. I'd love this, since the one in tiOS is quite weak.

2: A scrolling game (whatever type) based on a 3D cube, so when you move far right to the screen it does something like this (http://www.youtube.com/watch?v=Az287Ok8T-s).
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on January 12, 2011, 06:26:51 pm
1: My idea would be a text editor for ti-83+ series better than the one included in TI-OS that would also allow making programs for Axe and Basic. I'd love this, since the one in tiOS is quite weak.

XDE (http://www.omnimaga.org/index.php?board=139.0) ;D

Which reminds me I should get back to that someday. Really busy recently, though.

There were a couple others too, like LunarIDE (http://www.ticalc.org/archives/files/fileinfo/408/40809.html) and Nemo's IDE for BASIC. But nemo's isn't done yet and while Lunar is done, it's written in hybrid BASIC and too slow for me. Plus I'm too used to the classic TI-OS menus :D

3: gCn HTML parser.
4: On-calculator GIF maker (it's actually one of my projects on hold).
5: A CAS for Z80. I really, really want to see someone make this someday...
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Snake X on January 12, 2011, 06:45:53 pm
Sometimes we, programmers, need inspiration to make games or even programs.

+9001 for me on that. I DEFINITELY need inspiration atm for programming.. lol not even hot_dog's asm tutorials are getting to me..
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: turiqwalrus on January 12, 2011, 10:30:13 pm
mentioned in one of the news posts:
6. Simon says for the N-Spire using the led.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on January 12, 2011, 10:45:00 pm
Remote controlling? YES.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on January 13, 2011, 09:29:46 am
I have a new idea that I'd love: a shell with programs and applications.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on January 15, 2011, 04:26:42 am
I've just had a new idea of a simple program that counts the variables used in the source code of an Axe program and returns which are used and which can still be used.

This would be really useful!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Builderboy on January 15, 2011, 04:44:45 am
Thats a really good idea!  You could even make one for Basic as well :O
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on January 15, 2011, 04:55:13 am
Thats a really good idea!  You could even make one for Basic as well :O

That's a great idea, both Basic and Axe, I'm not taking it though, but hope someone does.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Binder News on January 15, 2011, 05:20:55 am
How about a shell that supports Ion routines, and Axe routines. So, if you compiled for this shell, you would not have to include the Axe routines in every program. It would significantly reduce the size of Axe programs.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on January 15, 2011, 07:32:25 pm
7.) Trominoes: http://ourl.ca/4329
8.) Will the Wabbits: http://ourl.ca/8153/148712
9.) Lite (with AI): http://www.ticalc.org/archives/files/fileinfo/107/10771.html
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: alberthrocks on January 15, 2011, 10:51:31 pm
1: My idea would be a text editor for ti-83+ series better than the one included in TI-OS that would also allow making programs for Axe and Basic. I'd love this, since the one in tiOS is quite weak.

XDE (http://www.omnimaga.org/index.php?board=139.0) ;D

Which reminds me I should get back to that someday. Really busy recently, though.

There were a couple others too, like LunarIDE (http://www.ticalc.org/archives/files/fileinfo/408/40809.html) and Nemo's IDE for BASIC. But nemo's isn't done yet and while Lunar is done, it's written in hybrid BASIC and too slow for me. Plus I'm too used to the classic TI-OS menus :D

3: gCn HTML parser.
4: On-calculator GIF maker (it's actually one of my projects on hold).
5: A CAS for Z80. I really, really want to see someone make this someday...

For #3, I have some extra things to tack on, although I won't go into specifics due to lack of time and the fact
that the idea involves C2I (and is a bit secret ;)).
So a general guide:
1) The HTML MUST be boiled down to simple stuff, no exceptions. If you think you can parse this site, think again.
Right click the site and click View Source. Yeah - that calc won't be able to handle that. (You are free, and encouraged to
prove me wrong - there's a way to probably do it, but it involves the computer a LOT, and is in the end too much trouble.)

2) Organization and styling - are you really going to use CSS? You need to find a way to implement a way of organization without going
insane. The above choice does factor in.

3) Navigation - this isn't a touchscreen, nor a mouse-click thing. You got to navigate efficiently and figure out how to interact.

4) Handling HTTP - are you doing TCP or HTTP? Both have pluses and negatives.

5) Submission and requests - how do you handling logging in? Logging in is POST, while URL changes are GET requests.

Since this is gCn specific, I'll add a little treat:
6) How do you actually get things? There's 2 ways - the target server becoming a proxy, or the client simulating CN requests to send data back.

That's all! Now to add an idea to the ring - someone should create an app/prgm that lets you have everything new in 2.53, sans bugs or slowness! ;) This includes MathPrint (if possible), and the new commands, esp those in the Alpha-F1-4 menu (in the "smart" navigation form, if possible).
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on January 15, 2011, 11:01:23 pm
I've just had a new idea of a simple program that counts the variables used in the source code of an Axe program and returns which are used and which can still be used.

This would be really useful!

I might take that up.
I need a one player project right now. (i only have a ds, an 84+SE, and nspire)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: willrandship on January 15, 2011, 11:09:10 pm
How about this: An nspire equivalent to MSD8x? It would be way more convenient than something like TilP.

Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on January 16, 2011, 10:36:31 am
That's all! Now to add an idea to the ring - someone should create an app/prgm that lets you have everything new in 2.53, sans bugs or slowness! ;) This includes MathPrint (if possible), and the new commands, esp those in the Alpha-F1-4 menu (in the "smart" navigation form, if possible).

A complete CAS for the Z80. That's what we need :o
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: fb39ca4 on January 16, 2011, 11:45:52 am
And a cas for the nspire, in asm. Mcas is good and it works, but it's annoying having to type in the program name and enter everything into a string. We could probably port a computer-based cas.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on January 16, 2011, 12:01:30 pm
I've just had a new idea of a simple program that counts the variables used in the source code of an Axe program and returns which are used and which can still be used.

This would be really useful!

EDIT: lmao no one cares :P


axscan2 is non-compiled
scan is compiled for ion

It scans prgmTEST

Notes:
* Darkened means variables have been used.
* Only 700 bytes
* Take it and make it better, i am done.  No credit needed
* I would appreciate someone doing what Builderboy did with auto optimizer.  making it able to chose what program.
* Blank programs say that every variable is used :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: alberthrocks on January 16, 2011, 01:30:55 pm
That's all! Now to add an idea to the ring - someone should create an app/prgm that lets you have everything new in 2.53, sans bugs or slowness! ;) This includes MathPrint (if possible), and the new commands, esp those in the Alpha-F1-4 menu (in the "smart" navigation form, if possible).

A complete CAS for the Z80. That's what we need :o

I would strongly suggest to start small and implement my idea first. :P
Seriously - CASes are no joke. They are some serious mathematical logic.
AMS (from TI-89) was made when TI was a smart company. These days?
I doubt they could do anything... :P

On a sidenote, I should really create an awesome suggestion/implementation box linked to this forum. It would be AWESOME! :D Unfortunately, I don't have time atm, so I'll plant a memory box here:
Spoiler For Mini Memory Box, please ignore!:
PHP based, with MySQL database. Interface should be like this: http://filenice.com/demo/
Except with + and - and yadda yadda things on the right side of each bar, plus a comment link.
Hopefully forum integration can occur where when a suggestion is made, a new topic is created, as well as comments being replies. (And they sync back and forth)
Users in omnimaga are transferred over to the suggestion system. a person can mark an idea as "working on it", in which the person obviously works on the thing. When they're done, they can upload the program/app, and mark it as done. After 5 days, if there's no complaint, it will be moved to the "epic win"/"success" category! :)

This will probably be hosted as a subdomain - brainstorm, ideacentral, innocalc, etc. .omnimaga.org.

Similar to this will be made - ProjectFrenzy!, but with a bug reporting system as well (looking like this), plus it will only be limited to one project (the other is suggestion project ideas!)

As always, it's up to the admins on whether or not to implement such a thing.
This is an open idea - you are free to go ahead and implement this idea before I do. :)

Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: apcalc on January 16, 2011, 01:36:38 pm
That's all! Now to add an idea to the ring - someone should create an app/prgm that lets you have everything new in 2.53, sans bugs or slowness! ;) This includes MathPrint (if possible), and the new commands, esp those in the Alpha-F1-4 menu (in the "smart" navigation form, if possible).

A complete CAS for the Z80. That's what we need :o

I would strongly suggest to start small and implement my idea first. :P
Seriously - CASes are no joke. They are some serious mathematical logic.
AMS (from TI-89) was made when TI was a smart company. These days?
I doubt they could do anything... :P

On a sidenote, I should really create an awesome suggestion/implementation box linked to this forum. It would be AWESOME! :D Unfortunately, I don't have time atm, so I'll plant a memory box here:
Spoiler For Mini Memory Box, please ignore!:
PHP based, with MySQL database. Interface should be like this: http://filenice.com/demo/
Except with + and - and yadda yadda things on the right side of each bar, plus a comment link.
Hopefully forum integration can occur where when a suggestion is made, a new topic is created, as well as comments being replies. (And they sync back and forth)
Users in omnimaga are transferred over to the suggestion system. a person can mark an idea as "working on it", in which the person obviously works on the thing. When they're done, they can upload the program/app, and mark it as done. After 5 days, if there's no complaint, it will be moved to the "epic win"/"success" category! :)

This will probably be hosted as a subdomain - brainstorm, ideacentral, innocalc, etc. .omnimaga.org.

Similar to this will be made - ProjectFrenzy!, but with a bug reporting system as well (looking like this), plus it will only be limited to one project (the other is suggestion project ideas!)

As always, it's up to the admins on whether or not to implement such a thing.
This is an open idea - you are free to go ahead and implement this idea before I do. :)



TI did not create the CAS in the 89 (or the Nspire CAS, for that matter).  It was made by a company called Soft Warehouse, which TI would later purchase.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: nemo on January 16, 2011, 01:36:59 pm
sorry for the spam but when i googled "computer algebra system" (to see if i could figure out how they work), one of the first results was Yacas... Yet Another Computer Algebra System.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: alberthrocks on January 16, 2011, 02:43:47 pm
sorry for the spam but when i googled "computer algebra system" (to see if i could figure out how they work), one of the first results was Yacas... Yet Another Computer Algebra System.
hehe, there are plenty out there. :) But they are no joke, HARD to make. It's just by luck that mathematicians like FOSS, therefore releasing it out there for plenty to see. ;)

To get the ball rolling, I uploaded ACAS, a dead CAS project I tried to make. It doesn't work - just the "terminal" aspect of it.
(You can either do token hooking or separate terminal. That's for the CAS though - the 2.53MP substitute has to be hooks.)
There's no input either - just ENTER and scrolling.

ACAS is compiled, AALCAS is source.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on January 18, 2011, 01:58:16 am
An isometric game like Super Mario RPG

I've just had a new idea of a simple program that counts the variables used in the source code of an Axe program and returns which are used and which can still be used.

This would be really useful!
Indeed. Actually Squidgetx just started one recently ;D http://ourl.ca/8787/165263;topicseen#new . Happybobjr also had something like that in the works (see above)

How about this: An nspire equivalent to MSD8x? It would be way more convenient than something like TilP.


I wish we knew more about the USB protocol. It would be nice to use the Nspire as a mass storage device like the Casio Prizm.
That's all! Now to add an idea to the ring - someone should create an app/prgm that lets you have everything new in 2.53, sans bugs or slowness! ;) This includes MathPrint (if possible), and the new commands, esp those in the Alpha-F1-4 menu (in the "smart" navigation form, if possible).

A complete CAS for the Z80. That's what we need :o
There's AutoCalc, but it would be nice if it was made in Axe or ASM, for speed. You would need to make sure teachers won't notice, though.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: alberthrocks on January 18, 2011, 11:39:48 am
There's AutoCalc, but it would be nice if it was made in Axe or ASM, for speed. You would need to make sure teachers won't notice, though.
I've tried AutoCalc, but it never works for me unfortunately. solve( also isn't on the CAS, a prime part of a CAS. :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on January 19, 2011, 10:53:22 am
sorry for the spam but when i googled "computer algebra system" (to see if i could figure out how they work), one of the first results was Yacas... Yet Another Computer Algebra System.

Zeda is a maths teacher and good programmer, maybe he could try it?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Xeda112358 on January 19, 2011, 11:47:43 am
Awww ^-^. Erm, try making CAS? That would be pretty tough, but I guess if I get the time I could give it a whirl. I have a simple dividing routine, too, that can handle 75 digit numbers... I could tweak it to handle more numbers than we have RAM on the calc :D. But yes, it would be nice if I could add some TI-89 functions to the calc. I'll work on it if I get time.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on January 19, 2011, 12:32:20 pm
Does CAS allows us to solve stuff like?

7=x+1

I have another idea of a program: NSpire OS, the OS of NSpire in a 84+ (or something similar to NSpire's OS)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on January 19, 2011, 01:20:33 pm
Does CAS allows us to solve stuff like?

7=x+1

Euuuuhh.... yes ?

solve(7=x+1,x)

But only with CAS, right? The way you wrote your post forces me to ask this question.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on January 19, 2011, 01:22:23 pm
There's AutoCalc, but it would be nice if it was made in Axe or ASM, for speed. You would need to make sure teachers won't notice, though.
I've tried AutoCalc, but it never works for me unfortunately. solve( also isn't on the CAS, a prime part of a CAS. :)
Ah right. A full CAS would be really great. I wonder if it could also be made compatible with KnightOS later. I assume a full CAS would be pretty large, right?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Levak on January 19, 2011, 01:25:28 pm


But only with CAS, right? The way you wrote your post forces me to ask this question.

My TI-83+ can solve this simple equation with the integrated Solve part. Go to MATH -> solver
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Xeda112358 on January 19, 2011, 01:27:36 pm
On the 89, if you try solve for x with this equation:
3x*y+6y+x

It returns:
x=-(12y-1)/(2(3y+1))

Which simplifies to:
(1-12y)/(6y+2)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on January 19, 2011, 01:30:12 pm
/me checks his NSpire for solve( with no luck.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Levak on January 19, 2011, 01:31:08 pm
/me checks his NSpire for solve( with no luck.

On Nspire nonCAS you have nSolve
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on January 19, 2011, 01:34:10 pm
Done :D

Code: [Select]
nSolve(2x+5-35=-x,x)
Code: [Select]
10
Title: Post Ideas Here!
Post by: aeTIos on February 14, 2011, 09:18:26 am
Hi, I thought that it was useful to post project ideas here, so that people who want to create a new project can look here for some ideas.

I dont have any ideas now, unfortunately.

So, if you got any ideas, post them here!
Title: Re: Post Ideas Here!
Post by: Happybobjr on February 14, 2011, 09:51:24 am
hexxagon from the arcade

Note: there is already a topic for posting ideas.
Title: Re: Post Ideas Here!
Post by: Munchor on February 14, 2011, 02:03:54 pm
Hi, I thought that it was useful to post project ideas here, so that people who want to create a new project can look here for some ideas.

I dont have any ideas now, unfortunately.

So, if you got any ideas, post them here!


There is already such a post.

Here (http://ourl.ca/8726).
Title: Re: Post Ideas Here!
Post by: DJ Omnimaga on February 14, 2011, 03:43:18 pm
Yeah true. For huge ideas, I recommend a separate topics, but for small ones there's already the topic Scout pointed to.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on February 14, 2011, 03:59:48 pm
Topics merged. :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on February 15, 2011, 07:44:53 am
I saw it.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on February 15, 2011, 03:20:25 pm
You saw it then still created a new one? ??? Or do you mean you only saw it after? ???
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on February 18, 2011, 05:47:17 pm
I think this would be a great game to port to calcs with Axe. :)
http://armorgames.com/play/10461/cube-droid-saves-the-galaxy
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on February 19, 2011, 04:49:33 am
Hmm that seems interesting. It would be nice indeed.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on February 19, 2011, 04:51:03 am
I've just had a new idea of a simple program that counts the variables used in the source code of an Axe program and returns which are used and which can still be used.

This would be really useful!
I'd just like to ask: is anyone planning on doing this?  It seems like it would be an awesome utility ;D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on February 19, 2011, 05:26:22 am
I've just had a new idea of a simple program that counts the variables used in the source code of an Axe program and returns which are used and which can still be used.

This would be really useful!
I'd just like to ask: is anyone planning on doing this?  It seems like it would be an awesome utility ;D

It was already done, it's called Axalyzer, I think. There are others, though. When I gave the idea, I think two or three people started doing them ;D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on February 19, 2011, 11:05:45 am
I've just had a new idea of a simple program that counts the variables used in the source code of an Axe program and returns which are used and which can still be used.

This would be really useful!
I'd just like to ask: is anyone planning on doing this?  It seems like it would be an awesome utility ;D
Here is mine.

If the result is gray-  The variable was stored to.
If black-  The variable was called.

Tricks-  If it is only gray,  the variable is not being used, so you can find it and delete it.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on February 19, 2011, 11:08:07 am
And just when I needed it! Thanks Happybobjr!

EDIT: It's getting to be a nightmare trying to figure out the code in some of the projects I haven't worked on in a while. This'll help :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on February 19, 2011, 11:11:10 am
ya. I probably should have released this a while ago ...
I had just remembered I had made a full backup to the computer so it was quick to find :)

How do you like it?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on February 19, 2011, 11:13:21 am
ya. I probably should have released this a while ago ...
I had just remembered I had made a full backup to the computer so it was quick to find :)

How do you like it?

I gotta download it to my calc (still waiting for that link cable to ship), but I'll try it on Wabbit later :)

EDIT: Tried:

(http://www.omnimaga.org/index.php?action=dlattach;topic=6193.0;attach=6235;image)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Builderboy on February 19, 2011, 11:30:54 am
What about porting that iPod game to the calculator?  You know, the one with the turret and the helicopters? :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on February 19, 2011, 11:35:38 am
Heavy Weapon? Someone just suggested that to me yesterday O.o I'm not going to take it, though.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Builderboy on February 19, 2011, 11:37:57 am
I don't know if it was called that, it was the game for the original ipods before the ipot touches and nanos and everything
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on March 08, 2011, 10:02:51 am
I've kinda made a CAS suite of programs:
Long: divides polynomials
Product: multiplies polynomials
Radical: This one needs an example. It's a radical simplifier. It takes sqrt(20) and gives 2*sqrt(5), and it'll work with any root possible.
Radfrac: Rationalizes fractions. This one turns 3/sqrt(2) into (3*sqrt(2))/2. It also works for things like 3/(9+sqrt(2))....
That's all the ones I can think of at the moment. Anything else someone might need (within reason)?

Also, I'm looking for ideas for an Axe game. All I have so far is the name: Asylum.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Michael_Lee on March 08, 2011, 10:08:14 am
Maybe a game where you have to run and hide from enemies while trying to escape?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on March 08, 2011, 10:10:07 am
Maybe a game where you have to run and hide from enemies while trying to escape?
Kinda needs to be a little more hashed out than that....
But it's a start!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 08, 2011, 10:11:02 am
What about rocks falling from the sky and you have to avoid them? :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on March 08, 2011, 10:11:59 am
How does that relate to the title?
PS: I want this thing to give people nightmares.
This is what else I have so far:
Therefore, it has to be dark. (For the nightmares thing)
That's going to be interesting, seeing as how white is transparent in Axe.
Definately going to need monsters.
Perhaps text adventure? But Axe isn't suited to text adventures...or is it?
Flashlight, or some other form of weak, fallible light source.
Maybe It's a maglite, that way the lightsource is also a weapon. But when using a maglite as a weapon, the light can't be pointed at the intended target. Hmmm....
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Raylin on March 08, 2011, 10:42:15 am
Hmm.

I was going to use this in my game but have you considered using sonar like senses?
You can blacken the screen entirely except for the character. Then, using the corresponding number keys, you can send a sonic wave out in any direction.

If it hits something like a monster or a wall, that tile will light up.

Something like that.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on March 08, 2011, 10:45:06 am
That...is a much better idea than what I was going to do. Should be much easier to implement,too. Thanks!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on March 08, 2011, 03:33:02 pm
I kinda like that idea Raylin. It would make an interesting game.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ParkerR on March 08, 2011, 03:34:12 pm
Raylin that actually sounds pretty cool. That would be interesting to play.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 08, 2011, 03:35:52 pm
Woah nice idea Raylin, work hard on it Freyaday!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: yunhua98 on March 08, 2011, 04:44:32 pm
I'm making A Hoops type game.  ;)

I'm done with the physics and stuff, since that came from "Sonic" and shooting and aiming and whatnot, so now its just win detection, which so far I've been to lazy to implement.  :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: lookitsan00b on March 08, 2011, 06:59:57 pm
I always feel most of my time debugging Axe/Basic code is spent scrolling all the way to the bottom of the program. (especially when dealing with errors in graphing vars)

How about something that searches for a label or certain short token-string and immediately jumps to it in the program editor? (none of that scrolling like a basic error gives, takes too long in some programs :P)

(maybe this could go in with a variable scanner? or maybe as a key hook only functional in the program editor? remembering the position in the program would be nice if possible, although then you'd need a way to jump to the very beginning :P)

I've already tried this and haven't the slightest idea how to do it, but I know Axe used to do immediate non-scrolling jumps into the program editor, so... ;)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on March 08, 2011, 07:12:59 pm
I would like a search engine hook or something like on Casio calcs, because it can be helpful for that. Go up/down would be good too for large programs. Casio had this on their calc for over 15 years now. Maybe a future program editor, hook or Doors CS7 addition?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 12, 2011, 04:16:52 pm
DJ_O: I'd like a search engine for TI-8x series too, you type a word and it'll open the program and scroll to the first occurence of it as in Axe scrolling for errors :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on March 12, 2011, 08:31:31 pm
Oh oh oh, I don't know if anyone knows this, but on the 84+SE at least, if you go to New Program and type in the name of an existing, editable program, it opens up that program in the editor instantly
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: FinaleTI on March 12, 2011, 08:37:30 pm
Oh oh oh, I don't know if anyone knows this, but on the 84+SE at least, if you go to New Program and type in the name of an existing, editable program, it opens up that program in the editor instantly
This only works if the program in question is unarchived.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 13, 2011, 05:05:00 pm
Oh oh oh, I don't know if anyone knows this, but on the 84+SE at least, if you go to New Program and type in the name of an existing, editable program, it opens up that program in the editor instantly

Oh oh oh, I don't know if anyone knows this, but on the 84+SE at least, if you go to New Program and type in the name of an existing, editable program, it opens up that program in the editor instantly
This only works if the program in question is unarchived.

That seems neat, why in this post though?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: FinaleTI on March 13, 2011, 05:11:59 pm
Oh oh oh, I don't know if anyone knows this, but on the 84+SE at least, if you go to New Program and type in the name of an existing, editable program, it opens up that program in the editor instantly

Oh oh oh, I don't know if anyone knows this, but on the 84+SE at least, if you go to New Program and type in the name of an existing, editable program, it opens up that program in the editor instantly
This only works if the program in question is unarchived.

That seems neat, why in this post though?
I think it was in reply to DJ's search engine comment.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 13, 2011, 05:13:20 pm
Oh oh oh, I don't know if anyone knows this, but on the 84+SE at least, if you go to New Program and type in the name of an existing, editable program, it opens up that program in the editor instantly

Oh oh oh, I don't know if anyone knows this, but on the 84+SE at least, if you go to New Program and type in the name of an existing, editable program, it opens up that program in the editor instantly
This only works if the program in question is unarchived.

That seems neat, why in this post though?
I think it was in reply to DJ's search engine comment.

Yes, but it is kind of a search in the program's names and not on its content.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on March 13, 2011, 07:47:42 pm
A patch for MSD8X, or a replacement, that orders the on-calc variables in a way that makes more sense than just reading from the VAT.
I would like a search engine hook or something like on Casio calcs, because it can be helpful for that. Go up/down would be good too for large programs. Casio had this on their calc for over 15 years now. Maybe a future program editor, hook or Doors CS7 addition?
+^^

another one, also using usb8x
something like the ti-keyboard, but using usb8x so any normal usb keyboard can be used
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on March 14, 2011, 01:37:07 pm
I figured the instant open thing would be useful. Also, Axe has an undocumented feature: If a compiling error occurs, press PRGM while on the  error screen to go to the errant line like Basic.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on March 14, 2011, 03:03:08 pm
Lmao, is that not documented :/
I kind of find that funny.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: yunhua98 on March 14, 2011, 03:04:36 pm
It's documented.  ;)
Look in the Releases thread, go back a page or something and theres a couple of posts with bugfixes for that feature.  :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on March 14, 2011, 03:29:41 pm
It is? I have Axe 0.4.7 off ticalc.org and it wasn't mentioned in the documentation that came with.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: yunhua98 on March 14, 2011, 03:33:12 pm
oh, its in the Latest Releases Thread in the Axe Project Subforum.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on March 14, 2011, 03:39:02 pm
That's where that is!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on March 15, 2011, 12:28:52 pm
I had a cool idea for a game that I want to do for computer, but not necessarily for calculator. Basically, you enter a dungeon with a lit torch and the object is to get to the other side of the maze. The main novel idea of the game is that a flame and a monster cancel each other out (the flame goes out as the monster dies). However, more torches line the wall, and you can light them to provide yourself with backup flame. Additionally, flames and monsters can be enhanced: a flame of a higher level does not go out when hitting a lower level monster, and vice versa. There could also be other cool ideas, such as annoying moths, trolls that bust through walls, wind chambers that snuff your flame out, dragons that breathe fire at you (which can light your torches if it doesn't incinerate you first) and stuff like that.

EDIT:
I would like a search engine hook or something like on Casio calcs, because it can be helpful for that. Go up/down would be good too for large programs. Casio had this on their calc for over 15 years now. Maybe a future program editor, hook or Doors CS7 addition?
The best solution would be a new program editor entirely. Another feature I'd like in such a revamped program editor is an Intellisense list (when you type in a function, it will show you the syntax under your cursor). Find/replace would also be nice.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on March 15, 2011, 01:56:32 pm
Yeah true. However, such new editor should have the exact same controls as the current one, if possible, so people who are used to the old one won't take too long to get used to it. We should have a mode where we can paste tokens and another with intellisense. (I liked Intellisense when I used Visual Basic 6.0)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on March 15, 2011, 05:38:21 pm
Yeah true. However, such new editor should have the exact same controls as the current one, if possible, so people who are used to the old one won't take too long to get used to it. We should have a mode where we can paste tokens and another with intellisense. (I liked Intellisense when I used Visual Basic 6.0)
You could probably dissassemble the code from either the TI-OS one or the DCS one and use it for your own purposes.  :devil:
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Xeda112358 on March 15, 2011, 06:53:15 pm
Hmm, I wonder... that would be a cool idea, DJ. I don't think I'm up for it, but it would be cool!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: JosJuice on March 16, 2011, 02:45:17 am
Yeah true. However, such new editor should have the exact same controls as the current one, if possible, so people who are used to the old one won't take too long to get used to it. We should have a mode where we can paste tokens and another with intellisense. (I liked Intellisense when I used Visual Basic 6.0)
You could probably dissassemble the code from either the TI-OS one or the DCS one and use it for your own purposes.  :devil:
There isn't an editor in DCS. DCS uses the OS editor, so the OS editor is probably the only one that can be used.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: matthias1992 on March 16, 2011, 09:15:10 am
I would have on request. A replacement/alternative for NoteFolio, with PC support. NoteFolio is pretty good but I would like to see smoother scrolling and a smaller font, maybe zoom levels? .txt support would be nice too and imagine what you could do if you could make like these "chapters" so that if you open the file you can jump to one chapter or another, that would be truly great. It is not even that impossible....
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on March 16, 2011, 10:19:05 am
I would have on request. A replacement/alternative for NoteFolio, with PC support. NoteFolio is pretty good but I would like to see smoother scrolling and a smaller font, maybe zoom levels? .txt support would be nice too and imagine what you could do if you could make like these "chapters" so that if you open the file you can jump to one chapter or another, that would be truly great. It is not even that impossible....
To an extent, that is Document DE 7 for Doors CS. That program could use some improvement as well, but it appears that the files that Document creates are the same format as the ones Notefolio creates.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: JosJuice on March 16, 2011, 11:06:30 am
I would have on request. A replacement/alternative for NoteFolio, with PC support. NoteFolio is pretty good but I would like to see smoother scrolling and a smaller font, maybe zoom levels? .txt support would be nice too and imagine what you could do if you could make like these "chapters" so that if you open the file you can jump to one chapter or another, that would be truly great. It is not even that impossible....
To an extent, that is Document DE 7 for Doors CS. That program could use some improvement as well, but it appears that the files that Document creates are the same format as the ones Notefolio creates.
I thought Doc DE files and NoteFolio files are completely incompatible...

Anyway, there's a txt to Doc DE converter (and Doc DE to txt too).
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on March 16, 2011, 12:13:52 pm
On the subject of the new program editor, it should also have the ability to show what each command does in addition to that syntax. That, and somebody needs to write an Axe compiler in Axe.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on March 16, 2011, 12:46:22 pm
I have heard LordConiupiter about it, he wants to make it, but he doesnt know how to display tokens inna customk font x.x and he doesnt want to use the OS fonts lol
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: matthias1992 on March 16, 2011, 02:26:54 pm
On the subject of the new program editor, it should also have the ability to show what each command does in addition to that syntax. That, and somebody needs to write an Axe compiler in Axe.

It feels like tryin'to divide by 0


comma 1

phew...

possible but..It feels paradoxical...
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 16, 2011, 04:11:32 pm
I just found out Kerm has done one, Document DE includes a tokenizer :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on March 16, 2011, 05:55:44 pm
One what?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on March 16, 2011, 05:56:08 pm
One what?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on March 17, 2011, 11:19:15 pm
Request:  A more user friendly Archive Undelete.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on March 17, 2011, 11:27:32 pm
A patch for MSD8X, or a replacement, that orders the on-calc variables in a way that makes more sense than just reading from the VAT.
Or even better, FAT32 support ;)

Request:  A more user friendly Archive Undelete.
Do you mean like omnicalc's RestoreMem feature?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on March 17, 2011, 11:32:02 pm

Request:  A more user friendly Archive Undelete.
Do you mean like omnicalc's RestoreMem feature?

I think that is only if u have extra ram pages.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on March 17, 2011, 11:32:29 pm
Yes, it is.
Do you mean more user-friendly than this? http://www.ticalc.org/archives/files/fileinfo/411/41128.html
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on March 19, 2011, 05:59:56 pm
Uncompiler.
I know it sounds impossible, but as the commands use specified routines, I think it wouldn't be too bad.
It would still be good to have only a portion of it be uncompiled.


Yes, it is.
Do you mean more user-friendly than this? http://www.ticalc.org/archives/files/fileinfo/411/41128.html
The problem with that is scrolling through all the options and accidentally miss the one you want :/
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on March 19, 2011, 09:01:54 pm
Uncompiler.

Like a decompiler? I think that's been suggested a couple of times. It would have to be someone with the full Axe source though.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Xeda112358 on March 19, 2011, 11:13:00 pm
Hmm, well I think if I was to attack a project like that, I would require Axe to be on the calc and then the from there it would compare the calls. Well, actually, it isn't too difficult to decompile an Axe program... I just decompile it to Asm(<<hex code>> :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on March 20, 2011, 03:24:26 am
Actually, the hex is not assembly but instead machine code. :P It's one step higher than binary and the step right below the words of assembly. I don't think you'd need Axe's source, as the all the routines Axe uses are documented somewhere. Hey, the decompiler could even be written in Axe! Now wouldn't that be something....
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: AngelFish on March 20, 2011, 03:30:27 am
If Axe doesn't make many optimizations, then a decompiler would be pretty easy. If it makes a lot of compile time optimizations, though, it'd be difficult to decompile. You'd also have to account for people like Xeda who just write their entire Axe programs in straight hex :P

A decompiler would need some fairly advanced tables to keep track of all of the subroutine calls, so I don't think a pure Axe decompiler would be very efficient or easy to make.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Xeda112358 on March 20, 2011, 03:33:24 am
Yep :D My very first Axe program was this:
Spoiler For Spoiler:
.TESTAPP
Asm(C39F59303039323433003C424242423C00003C425A5A423C00C39E4FC39F4FC3BC4FC3BD4FC3CD4FC3D04FC30C50C31F50C32150C32E50C37C50C3B250C3FC50C31051C31D51C32851C33451C34051C34151C34E51C37551C38A51C38D51C3C451C3F451C30652C31752C34152C39C58C3A658C3D558C3D858C3DC58C31E59C32859C33E59C3A859C3AB59C3AC59C3AF59C3D759C3D959C3EF59C3F159C3285AC37298C38898C39798C39B98C3CD98C3EF98C3F298C36399C3664FC3485BC34E5BC3545BC35A5BC3605BC3665BC36C5BC3725BC3785BC37E5BC3845BC38A5BC3905BC3965BC39C5BC3A25BC3A85BC3AD5BC3B25BC3B75BC3BC5BC3C15BC3C65BC3CB5BC3D05BC3D55BC3DA5BC3DF5BC3E45BC3E95BC3EE5BC3F35BC3F85BC3FD5BC3025CC3075CC30C5CC3115CC3165CC31B5CC3205CC3255CC3285CC3345CC3D95CC3ED5CC3005DC3135DC33A5DC3635DC38A5DC3C15DC3F75DC32E5EC3665EC3A05EC3E35EC30C5FC32C5FC32D5FC32E5FC32F5FC3355FC3875FC3CA5FC3D15FC3D85FC3DF5FC3E65FC3ED5FC3F45FC3FB5FC30260C30960C30E60C31A60C32560C3BE60C38261C38D61C3A161C3C061C36462C38762C39362C3A662C3BA62C3CE62C3E262C3E462C3E762C3F662C30763C31563C32363C34963C36363C37D63C39663C3A863C3B963C3BF63C3D063C3D363C3D863C3DD63C30864C30864C32864C33464C34464C34A64C36B64C37764C37D64C37D64C3A364C3BD64C3D764C3F064C30265C31365C31965C32A65C34565C34665C34D65C36565C36665C36D65C38165C38565C38965C3B165C3E565C30966C32E66C34866C36366C3716683F3ED739F9931689BF5E5D5C5ED7B9F99118261D5B7C8E521B5B5ED42E1C07D3DB420053A7884B7C0229B99E5DFCFE1EF9F432A249823229D99214E512291993EC3329099329899218D66229999CD90992A9B99CA2E501C43212D43E51005FDCB35AEC91004EF7045C9100921D050DB06EFE44FC91019CD9099E60F8783878316005F213A8A19E5CDDC58E1EBEDB0C91024CD9099E60F8783878316005F213A8A19E5CD9099E60F8783878306004FCDFC50E1EDB0C91018CDDC58626BCB38CB19C52B702B712323CD3451D1EF5743C9101ECDDC58EB2B2B5ECB262356CB162319EBE5EFF742E1444D19EB2B1BC328511029CDDC58EB2B2B5E235623192B118785014000CD2851210000224B843E7F12EBEF10453A8785EF0145C9100D014000CDFC50EB110885C334511028CD9099E60787878787F5CD9099E60FC18006004F210885097ED630FE0A3802D6076F2600EF9247C9101ECD9099E67FCACA5F2F47AF3DD30178D301DB012FCB7B2003B728F0C32C44101BCD9099D5CDEF98D119CD2859E5F5CD9099424BCDFC50F1E1C3CD981013CD9099D5CDEF98D119B7C0E5CDDC58E1C31E59100ECDF451CDDC58D5CDDC58E1C37C501013CDEF98E5CD9099E119E5CD9099E17E73C32C44100DCDEF98E5CD9099E1197EC32C44105DCD909932B284CDEF98F5E5CD9099E119F1110080CD016000CD98CDEF9832AE84E5CD9099E11922B084CD90990FF5300C212F80115F80013000CD6B64F10F381A3AAE842AB084114093AF32AE84ED53B084010003CDCD98CD4464C37D641017CD90993E808257D5CDDC58E11AEDA02B772378B120F6C91010CD90993E808257D5CD9099424BC38E431011CD90993E808257D5CD9099E17E73C32C44100BCD90993E8082571AC32C44100FCDEF98F5E5C5CDFC50C1E1F1C3CD981011CDDC58CB38CB1921EC86E5CD345136C9C9100ECDDC58EB11EC86D5EDB0EB36C9C91023CD9099F5CD9099F5CD9099E63FF5CD9099E60FF5CDDC58E1F16FC1F14FCD4152C31752100ACD9099F5CDEF98F112C9101FEF6F4CFE01380C78FE1E3807EF2152EF8F47C9EFBC41EFB3502803EF9541C9100B2147847EC6D9D834D310C9100D2147847E06D780B8D835D310C9103E21409322B684CD9099D5CD9099F53DFE60D20260CD9099D5CD9099F53DFE40D20960CD9099F1C147813DFE40D20960F1E167853DFE60D20260EB7DC3345C1006214093C3285A1013CD9099324B84CD9099324C84CD9099EF0145C91011CD9099FE2738023E27324784C6D8D310C91012CD9099F5CD909921F089F119467778C32C44100BCD909921F089197EC32C441033CD065211409319E5CD9099F5CD9099F1F5D5CD4151444DCDFC50C141F1E1123E0C904F1AC5F57E12132310FA09F1C13D20F2C91064CD9099F5CD9099672E60227984AF327B84F1B72016D7D8781313EBB72804110C0019114093010003C3CD98FE033020F5D73803EFC64FF1FE02C8EF3343EB360023360323EB210C00EFF742EBC3285AD603F5D73002C1C978B728023E01C1A8C8EFD84FC9101CCD9099324B84CD9099324C84CDDC58EB2BE57E71F5EF1045F1E177C91041CD9099D5CD9099626B29292919E5CDDC58EB41117984CDB2500C0C21015D227884AF12C5EFF14278C1CDF298D119D1E5F5CD0C50606929292909444DF1E1C3CD98100ACD9099E63FC640D310C905CA6152101ECDEF98F5D5C5110300CD0C50E1CDD04FE16E2600CDD04FF126006FC3D04F1007EFD74AEF8F47C91007CD875FEF9247C91016CD9099ED537A99CDDC58EB5059CDEF591B7AB320F8C9101FCD9099E6076F260029292929E5CD9099E60F16005FE119110885197EC32C441025110200CD0C50D5CD9099D5CD9099C1ED68ED79CD0B00ED4806002600D1C5CDD04FE1C3D04F1009CD90994FED78C32C441009DB0621215AEF664FC91015CD9099327699CD9099327799DB06212C5AEF664FC91005FDCB368EC91005FDCB34AEC91011CDDC5821EC86CB38CB19E5C5CD345118071033CDDC58D5C5CD9099E13DFE40D202603C4FCD2150B728012C7D3DE63F3CCAE65F47C5CD065211409319E5CD9099E1C1D1C38762103BCD909932B284CD9099D57AB3CACA5FCDEF98C1C5F53AB2845FF132B084CD9B98ED43AE84C10B78B13AB08420E6D5ED4BAE84F5CDFC50F1E1C3CD9810557AFE37CA634FCD9099F5CD909921569973237223E5CDDC58E171237023EB79EDB0FE082802AF12DB06C1041005214E59181F100521E1581818100521385018111005216160180A100521D3601803213061EFE44FC905C2444A21409322B684CD9099F5FE043014CD9099D5CD9099C147CD6462F5E5A6CD2C44E1F1C10405C810042FA677C91003B677C91003AE77C9100FAFED5BB68412626B1301FF02EDB0C910103EFFED5BB68412626B1301FF02EDB0C910102AB6840100037E2F77230B78B120F7C978FE073030C5CD9099C178FE04300D626B29192929ED5BB6841918192AB684F57B0F0F0FE60F4F7B060009E60747043E010F10FDC1100BAF77545D13010B00EDB0C9100C3EFF77545D13010B00EDB0C91009060C7E2F772310FAC9100E2F0640110C004FA677197910F9C9100D0640110C004FB677197910F9C9100D0640110C004FAE77197910F9C9C91023010A00CDFC503E3A218340EB3634237723EBEDA0EDA01213EDA0EDA01213EDA0EDA0C9102FCD9099B7CACA5FD5CD9099C10604C50FF579DC2363F1C1C50FF579DC7D64F1C1C50FF579DC2A65F1C10F79DC4D65C91060CDDC5878B0C2E65FCB2979FE20D2E65F21EC86C5CD3451CD90991600ED53AE843DFE20D2CA5FCD9099C1F521EC8611EB89C5D53AAE845FCDDD63D1121B79C12804044F18EC0448060013D5CDFC50E1F17EFE0A3802C607C63077EDA0EAEC4AC91022CDDC58131AFEEB20033E5D121BEB41117884CDB250AF121312EFF14278D8EFC64FC91006CD3464C30A461006CD3464C35249104ECD9099470E60CDAF59DCD85FEB232378B72804010C0009F5E5CD9099626B19192929D119E5CD9099E10F0F0FE61F4F0600097BE6073CC1F57811EC86D5010100CDCD98E1C13E010F10FDA6C32C44101ECDEF98F5E5C5CD08643803EFC64FE1E53A7884EF704E1313C1E1F1C3CD98100C0E01CDFC50D5CD9099E177C91007CDDC581AC32C441041CDD558FE0D2006CB21CB10181FFE01281BFE04C0D55059CD0C50E1C5E56E2600CDD04FE1C10B2378B120F0C9D5CDFC50E123C5D5CD8D51D112C1130B78B120F2C91008CD9099424BC3FC5005C28C4CCD90993E5C3279841600ED537A84D778010300CDF298ED43AE84F5E5CD9099626B29292919D119E5CD90992AAE842600545D29292919CD4051D119E5CD9099B7CACA5FD5626B2929291922B0842AAE846F7C9526006F545D2929291922B284CD9099B7CACA5FC147F5CD6D65C1E1F1C5CD2859ED4BB084CDCD9878ED4BB28409C110ECC9100FCD9099ED537A99CD9099B7C8C3F159103ECD90990FF5E6033CF5CD9099F1F5D5FE042803CD9099E1C17C1005A2677DA36F1005AA677DAB6F1005B2677DB36F10052F677D2F6FF130022600EF9247C9101DCD8565E5F516005978CD4151E5EBCD0C50E129292909444DF1E1C3CD981012CD8965E5F5CD9099424BCDFC50F1E1C3CD98101ACD8965F509E5CD9099E1ED52E5424BCDFC50E1F1CD2859C3CD981018CD8965F5E5CD9099E119E5CD9099424BCDFC50E1F1C3CD98104CED6222AE84CD8565F5E50600606929292909E5ED5BAE841922AE84CD9099D1CD4151C109E5CD9099626B29292919D119E5CD9099F5CD0C50C104E1F1C5010900CDCD98ED4BAE8409C110F1C9100621EEFFC34A4D100621F7FFC34A4D1037CD8565F5E50600606929292909E5CD9099D1CD4151C109E5CD9099626B29292919D119E5CD9099CD0C50606929292909444DE1F1C3CD981052ED6222AE84CD8565B7C2ED5FE50600606929292909E5ED5BAE841922AE84CD9099D1CD4151C109E5CD9099626B29292919D119E5CDB165D1F578B1CADF5FF141C5010900CDCD98ED4BAE84EB09EBC110EFC9100621EEFFC3E14D100621F7FFC3E14D103FCD8565B7C2ED5FE50600606929292909E5CD9099D1CD4151C109E5CD9099626B29292919D119E5CDB165EBF578B1CADF5FF1606929292909444DEBD1C3CD98102ACD896541117884CDB250AF121312EFF142DCD85F78B7C2ED5F21F8897EE5F5FDCB08CEEF9B4AF1E177C9101621E785AF5FCD9B98D5CDFC50E1D5EDB0E17EC64077C910120E45ED680CED60E5CD9099E1ED52EF9247C91023CD9099D5CD9099C147ED4393992A9D992B7EE61F2006CD9099C3E565CDDC58EBC36366100218E61025CDDC58210000C5D5E51ACD7166F5EBEF9445F1E1D109C120020B130B1378B120E5EF9247C910372A9D992B7EFE04280DCD9099D5CD9099C147ED439399CDDC58EBC5E57ECD7166F5EF9445218E84CD6366F1E1C120020B23EDA1EA464FC92140930E111640DB108738FB3E07D310DB108738FB3E20D310DB108738FB3EC092D310060CDB108738FBEDA320F71520DFDB108738FB3E05D310C9EB3E1011000029EBED6AEBF57AB820027BB938052CEBED42EBF13D20E9C9EB1100003E10EB29EB293001093D20F6C9117884D50609AF121310FC11AE84D5CD1F50EBED67EBCD1F50EBED67EB1B7CB520EDE1ED52444DE1772379873DC6807723E5EB23EDB0AF12E111070019EBC9D57AB3CADF5FEBEF12431313D5EF1D41D1C1C90E0A0610AF2917B938022C9110F7C9ED7B9F99CD6C5BF601C983FE01C0260068444D29092909E52156995E235623D54E234623C5E7EFF14278C1300AFDCB35AED1E1215A84C9CDF298D119D119CD2859010800115A84D5CDCD98E1AFC922B48421409322B284060CC50608C51AD56F2600292929ED4BB48409EB2AB284CD889822B284D113C110E32525252C22B284C110D6C90E007EFE2920023E20FEBB200A23057ED64FFE6D38013D2312130C10E5C983FE012803AF3DC978FE3A3802D607D630FE1030F04F3A5396B728E979C58781878116005F213A8A19C1AFC9C578B1CADF5F6069EF24431313D5EF1D41D1C1C93E30ED67FE3A3802C607121BC91AFE3A3802D60713ED6FC9CD1051CD1051EDA9EA2851C9CD1D51CD1D51EDA1EA3451C9EB0608210000290730011910F9C9ED5B9D991B1AE61F2803AF18072A9B997CB52003575FC92B229B99EB23CD8D51229D99F6017BC9D5E5CD4051ED5BB4841922B484E13E0ACD4051D1C92179847EE5E60FCB3FF53C4F060009EB606822B48423F130061AE60FCD75511AE6F007070707CD75511B0D79B720EAE111090019ED5BB4847BC9D5FE61380CEB36BB23EBC64FFEBB38013CFE2E20023E3AFE2020023E29FE3F20013D1213DA1EAC551E1EBED52E5C444DCD90993DE603878787C6A6328C98327B98C9CD9099D5CD9099EB2929545D2919D119C9DB108738FB3E2084D310DB108738FB3E8085D310C5E5DB108738FB1A13D31110F5E1C10D2479B720D7C9C5E521EC86E5EB79F5E5C57E1213780600094710F6C1E1F1233D20ECD1E1C1C9FDCB078621EC8622A19921EB8922A39921855222919921BD66229999ED437899117D52D52A5D9623225D967EFE3FC8FED92006225D96C32E50FED8202C237EFED12813CD8552C511F5081B7AB320FB0B78B120F3C1C9C5E5225D96CDB166373FED62ED42E138F0C1C9FE72200D2A7A99ED437A99227899444DC9FEDE202DCD855279E607324B84CD8552C579E60F324C84E5060004237EFE3F20F9EBE10570E5EF1045225D96E1362BC1C9FE9C2008CD0746ED4B7899C9FEAD2009CD875F444D227899C9FEDF2037237EFE3F2008CD634FED4B7899C9CD8552E6F80F0F0FF5CD8552E6F80F0F0FC1903C68F5E5CD8552F5CD8552C1903CE16047F14FC34F67FE932021237EFEB0280E2BCD8552C5CD8552D151ED539399225D96C5CDBD66EBCD464FC1C9FEBBC2A153237E225D96FE6C200ECDBD66CB38CB1921EC86E5C33451FECE202EC5CD8552373FED62ED42C1D8EB2A5D96237EFED420011BFECF2804FED12001137AB320EC237EFE3F20FA225D96C9FEA6202CCD8552EB60692909292901409309E5EBCD855279E1060CB72005772310FCC93D200B3D18FB7E2F772310FAC9FE9D204DCD855279E60747790F0F0FE61F4F043E010F10FD21409309F5E5CD855279010C40E1D1B7200E7A2F577AA677780600094710F6C93D200B7AB677780600094710F6C97AAE77780600094710F6C9FEE22075CD8552792140930100031655B7200777EDA1EA6754C93D20033D18F33D20097E2F77EDA1EA7754C93D20037A18E13D20047A0718DA3D20097AAE77EDA1EA9054C93D2004CB0218F0C5F5E5CD8552E179C1C510012F57F1C13D20097AA677EDA1EAB354C93D20097AB677EDA1EABF54C93D28C5189AFE2D20362B7E2323225D96FE047E327984110000EB227A84EB280FCDA859010000D813EBCD8D51424BC9C5CDA8593003EF0F43E1E5CDD04FC1C9FED1201AE5225D96CDB166373FED62ED42EB13E1D2B253E5CD7D52E118E6FED42002E1C9FEB52008CD85523C47C33C43FEA4CA6446FE132808FEA0383AFEA43036D6A0F5014093ED43B684CD8552C5CD855279C147CD6462C14FA6110100B720011DD5791004B677C1C910052FA677C1C91002AE77C1C9FEAB20110602ED5F57ED5F5F1910F7444D227899C9FECF2003E1E5E9FEC420043E401805FEC22022AFF5CD8552F181F317572F5F08AF0608CB0B3001821F10F8074F08D02F3CC84F05C9FE752022010100237EFE3F2803CD8552DB0207E6015779FE013804A2D320C9DB02E601AA18F6FE992804FE982057D698F5CD8552612E60227984F1B72037327B84CDA859380778B72806EFC64FEF3343EB4E234623EB210003ED42010003C5380C23EB2B702B712323EBEFF742C1214093EDB0C9CDA859D818010C00CDF298114093C3CD98FE9ECA8448FE9F2034CD85522AA399ED5BA199373FED52D823ED423006EB606909444DC52AA199E50922A199CD8552C5CDEF98D119D1C1D5CDCD98C1C9FEC0203D237EFE93F5962019225D96237EFE2A280DCD8552C5CD8552D151ED539399225D96CD8552C57EAB0E0AFE3F2803CD8552E1CD9367ED437899F1CA6366C9FEDB2018C5CD855203D17AB3C82B7EFE3F20FA0B78B120F5225D96C9FEDA2019C5CD8552032BD17AB3C8237EFE3F20FA0B78B120F5225D96C9FED52012237EFE042808CD8552ED435D96C923444D03FE042002237EFE403833FE5B302FEB3DE61F076F131A1BFEAE20043E36856F26801B1A13FE042009ED4B789971237018074E2346ED437899EB237E180BFE30380AFE3A3006CDA658225D96FE70200EC5CD8552D1EB09227899EB424BC9FE712011C5CD8552D1EB373FED42227899EB424BC9FE0D200450591809FE822010C5CD8552D1E5CDBC4F227899444DE1C9FE832014C5CD8552D1E5CD9E4F227899ED537A99444DE1C9FEB0200CCD8552373FED62ED42444DC9FE40200CC5CD8552E178A44779A54FC9FE3C200CC5CD8552E178B44779B54FC9FE3D200CC5CD8552E178AC4779AD4FC9FEB8200ACD8552782F47792F4FC9FE6A2012C5CD8552E1373FED42210000200123444DC9FE6F2012C5CD8552E1373FED42210000280123444DC9FE6C2014C5CD8552E15059EB373FED5219210000380123C9FE6E2013C5CD8552E1373FED4209210000380123444DC9FE6B2013C5CD8552E1373FED4209210000300123444DC9FE6D2014C5CD8552E15059EB373FED5219210000380123C9505979C9237EFE30D8FE3A38F7C9CD9C58E5EB210100444C1B1AFE303818FE3A3014E60FD5C5CD4051C109E5EB3E0ACD4051C1D118E2E1ED4378997EC9AF18063E0118023E04C3989983FE01C0260068292929E52156995E235623D54E234623C5E7EFF14278C13006D1E1215A84C9CDF298D119D119CD2859010800115A84D5CDCD98E1AFC91AEDA02B7723EA1E59C9B7C8C5477CD6400707E60380477CE63FC6406778C1C901AA00CDAF59DC2E50EB4E234623EBC983FE01C0260068292929E52156995E235623D54E234623C5E7EFF14278C13006D1E1215A84C9CDF298D119D119CD2859010800115A84D5CDCD98E1FDCB055E280AE506087E2F772310FAE1CD1A60C36399CD355FCDC061EF2740117984EB4E23462160FE79BE2B200478BE280E11F8FF19EB2A3098ED52EB7AB73F20E72323462356235E2323237EC90E0A0610AF2917B938022C9110F7CB39B93803239191C9C97E234FFE80380947E3E3E3E310FAAFC9D5E5572A7A99CDD9594AE541E3E3E3E310FA147AD300E12B7CB520EEAFD300E1D1C983FEEEC0214093EF7B4CC983472142847EFE3238063A76997778C9FE0A20043A77997778C9773E0C904F7EC5F51A0077132310F909F1C13D20F1C9010C081A007713780600094710F5C9AF1E3F23E5B72802D3060100007C87B52007DB063CD30626407BEDA120EFDB06573EFF90473EFF914F3A719BD3067AD1FE072001AFC9B72003EDB0C9D3067C87B52007DB063CD3062640EDA0EAD598DB06473A719BD306C9CD0864DCD85FEBB720054E234623C90901090009477C87B7200304264078D3064E23477C87B5200604264078D306784623E509228D99E1C5DB064F3A719BD30679C1C9F3D908ED739F99317C99C1D1E1F1F5E5D5C5ED7B9F9908B72003FBAFC9D9E5D306D9FBC90000000000000000000000000021120039F9E17DD306E1DDE1E1D1C1F1C9217884C3115C217884C3165C217884C31B5C217884C3205C217884C3255C217884C3285C218384C30C5C218384C3165C218384C31B5C218384C3205C218384C3255C218384C3285C218E84C30C5C218E84C3115C218E84C31B5C218E84C3205C218E84187B218E8418762199841871219984186C21998418672199841862219984185D219984185821A484185321A484184E21A484184921A484184421A484183F21A484183A21AF84183521AF84183021AF84182B21AF84182621AF84182121AF84181C11788418171183841812118E84180D119984180811A484180311AF84010900EDB0C921409322B684F5C50600C5D5D521EC86360011ED86011800EDB0D17B0F0F0FE60F26006F7BE607F5473EFF2804CB3F10FC11EC861977F12FE6073C47F190CB7F280FE607B7280647AF371F10FCA677181523FE08380636FFD60818F5B7280647AF371F10FC77E12929444D2909ED4BB68409E5D521EB8611F78613237EB728FACB3FAE12237E2BB720097ECB3F862FA612181113237DFEF828047EB720F51B2B7E87AE12D1E1C1F1B720110E0C11EC861A2FA67713230D20F710F0C93D20100E0C11EC861AB67713230D20F810F1C93D20100E0C11EC861AAE7713230D20F810F1C93D20240E0C11EC861AB67713230D20F805C805280F0E0C11F8861AB67713230D20F810F10418DC3D20260E0C11EC861AA6AE7713230D20F705C80528100E0C11F8861AA6AE7713230D20F710F00418DA3D20240E0C11EC861AAE7713230D20F805C805280F0E0C11F8861AAE7713230D20F810F10418DC3D20340E0C11EC861AB67713230D20F805C805281FE50E0C11EC861AA6AE7713230D20F7E10E0C11F8861AB67713230D20F810E10418CC3D20330E0C11EC861AB67713230D20F805C805281EE50E0C11EC861AAE7713230D20F8E10E0C11F8861AB67713230D20F810E20418CD3D20340E0C11EC861AA6AE7713230D20F705C805281EE50E0C11EC861AB67713230D20F8E10E0C11F8861AAE7713230D20F810E20418CC3D20350E0C11EC861AA6AE7713230D20F705C805281FE50E0C11EC861AAE7713230D20F8E10E0C11F8861AA6AE7713230D20F710E10418CB3D203705C8F3E5D9010C00E109D90E0C11EC86D5D9D1D91A2FA6D9471AA6B01323D97713230D20EF10E40E0C11EC861A2FA67713230D20F7FBC93D2040F3C5110C001910FD2BE5D911F4FFE119D9C105C80E0C11F786D5D9D1D91A2FA6D9471AA6B01B2BD9771B2B0D20EF10E40E0C11F7861A2FA6771B2B0D20F7FBC93D200311F4FF190E0C1117001911F786AFF5EBF11A17F5A6F5EB1A2FA677F1B6EB121B2B0D20ECF1EB10DCC9EB0E0C21EC86AFF5F11A1FF5A6F57E2FEBA677F1B677EB13230D20ECF110E2C90000C9E1EF1045E5C921046B229599EF204A21465A117298010201EDB0DB0632719B472AAC9B233AAE9BB8280622689B329D682A9C9B233A9E9BB82806226B9B329D6B2A849B233A869BB82806226E9B329D6E21DF4278EF2650C9017F07210000545DCB0179D301E3E3DB012FB720083E08856F10ED180EC506082C0F30025C6510F8C110DD7CB720016F6C627BB7280A444D2909290929292909197DC921F9670E0B183D21EF670E0A183621E6670E09182F21DD670E09182821D5670E08182121D0670E05181A21CA670E06181321C4670E06180C21BE670E06180521B7670E070600E5CDFC50E1EDB0C32E503A4B840707074F3A4C8447DB108738FBAFD310DB108738FB3E05D310DB108738FB3E2080D310DB108738FB3E8081D3100608DB108738FB7E23D31110F5DB108738FB3E01D310C983FE012803AF3DC978FE3A3802D607D630FE1030F04F3A5396B728E9260069292929E52156995E235623D54E234623C5E7EFF14278C1300AFDCB35AED1E1215A84C9CDF298D119D119CD2859010800115A84D5CDCD98E1CD1A60C36399214C847E47FE0CD02B7E0707076F60010108C3175283FE012803AF3DC978FE3A3802D607D630FE1030F04F3A5396B728E9260069292929E52156995E235623D54E234623C5E7EFF14278C1300AFDCB35AED1E1215A84C9CDF298D119D119CD2859010800115A84D5CDCD98D1CDBE60C3639983FE01C0260068292929E52156995E235623D54E234623C5E7EFF14278C13006D1E1215A84C9CDF298D119D119CD2859010800115A84D5CDCD98E1FDCB055E280AE506087E2F772310FAE1EBCDBE60C36399AFC92A689B3A8699C332990101081189402803119140C31752210604224B84B72007DB0611AF67180311124001080021AE8471E523EBCDCD98E1EF1045C9AFF5210468CD664F211702FDCB364ECD8D61211F02FDCB356ECD8D61212702FDCB346ECD8D61214093CD285AF1F5070707C6174F06081110403E02CD2E5CCD634FF1F5478780C66A269B6F7ECD9B61CD875FB728FAC1F578F5070707C6174F06081110403E02CD2E5CC1F1FE0FC8FE01200104FE04200105FE09200B05CAD36305CAD863C3D863D612380C0F0F0FFE0330054F3E029147780420023E02FE032001AF1889786926004429092929470F0F0FE60F4F78060009ED4BB68409E60747043E010F10FDC9F579F3083E0C904FF1B7201008C5F51A77132310FA09F1C13D20F2C93D201108C5F51AA677132310F909F1C13D20F1C93D201108C5F51AAE77132310F909F1C13D20F1C93D201108C5F51AB677132310F909F1C13D20F1C9C33B670608B7200C78010B00EDA00C093D20F9C93D200E0E0C1AA67713780600094710F5C93D200E0E0C1AAE7713780600094710F5C90E0C1AB67713780600094710F5C90FF5DCBF63F10FF5DCB963F10FF5DCA863F10FF5DC9663F10FF5DC7D63F10FF5DC6363F10FD00640213796113F96C5010400EDB80608AF121B2B10FBC110EFC90640213B96113F96C5010800EDB80604AF121B2B10FBC110EFC90640213D96113F96C5010A00EDB8AF121B121B2B2BC110F0C92140931640AF060C4E77237910FA1520F4C92140930E40AF060CED672310FB0D20F5C9CDBF63C3BF632140930E40AF060CCB1E2310FB0D20F5C9C3C0613E01C3C1613E02C3C1610600E5092B7907070757AF41B7CB162B10FB1709BB380293341520EFE141577EB720040D2310F87A0600C9CDDC58131AFEEB20033E5D121BEB41117884CDB250AF121312C5EFF14278C1C9AFED67FE0A3802C607121BC9CD0864DCD85FB7C2ED5FEB4E234623C911409321EC860E080608C5E501080C1A7713780600094710F6E123C110EC790E58094F0D20E2C9CD2864CD2864EDA9EA6B64C91100802140930FF5DC1965F10FF5DC1365F10FF5DC0265F10FF5DCF064F10FF5DCD764F10FF5DCBD64F10FD00640214893114093C5010400EDB00608AF12132310FBC110EFC90640214493114093C5010800EDB00604AF12132310FBC110EFC90640214293114093C5010A00EDB0AF121312132323C110F0C9213F961640AF060C4E772B7910FA1520F4C9213F960E40AF060CED6F2B10FB0D20F5C9CD1965C31965213F960E40AF060CCB162B10FB0D20F5C9110C00CD4151E57C3C2FE603477D3D2F4F213F9309113F96EDB8C1AF12626B1BEDB8C9110C00CD4151E57C3C2FE603477D3D2F4F11409319EDB0C1AF12626B13EDB0C9C578B1CADF5F6069EF1E431313D5EF1D41D1C1C90E6018060E5C18020EAAC52A9D992B7EE61FC12015C5CD9099E167227984AF327B84D778010300C3F298CDD558EBAFC92A9D992B7EE61F2017CD909921015D227884ED537A84EFF14278010400C3F2983DF5CDD558EBF1C8FE0CC8D603C2D85FEBC30864F5ED4B939978FE187938040600C606FE3B3806D63C3002C6064F04ED439399052A9599F1C5E506004F60692909D119C1E57806006069290929291FF54F0901409309010C06F1D1381A7EE60F771ACB4028050707070713E6F0B677780600094710E7C97EE6F0771ACB402005070707071B13E60FB677780600094710E6C9C5E57ECDE565E1C1EDA1EA6366C9D65CC83DC83DC8D602C83DC83DC83DC8D61BC8D62CC8D611C8D634C92A9D992BB72801BEC2D15FE723229D992A9B992B229B99EFF142DACD4FEB4E234623EBC9CD85522A5D967EFE3F20F5C92A5D96237EFE08200C225D96CD8552C5CD8552D1C9FE2A280ACD97981B2B03225D96C9237ECD7166203AED43AE844E234623225D967EFE3FF308CDAF5978010C00CDF298EBC5ED4BAE8478B12003C11801F108C8F5E5C5D5424BCD8552E109EBC1E1F1C97E225D96D6410726806F1136004E234619192B7EED525E2356C9080E0CC5F51AEDA02B772310F809F1C13D20F0C9114093E5D57D6C2600545D291929295F19D119D12B23E5C5DB100738FB3E2083D310DB100738FB3E8082D3100E0CDB100738FB7ED311780600094710F1C11C0DE120D2C911EB89CD2150FE0A3802C607C630121B7CB520EF3EEB60934F13EBC920202020202020203A4845494748543A57494454483A42414429593A42414429583A415243483A544F4F294249473A4E4F2944415441AF3A424144294E414D453A42414429494E5055543A424144294E554D424552ADDF7FFFFE0000FFFFFDF76A52E087800000000003C20E94973EB80000000000003AF9D26AE1C0000000000000070EAC943900000000000000013852AAC60000000000000000C6AA7564B0000000000000004D5CAA98480018080042084032AAD548481F084802A4A4A82556D6B07195080E0514A5141AD67A604A440849080404020CBCA9404A440A4904044404052AA580B1A41E9602020808034AAE00000000000000000000EAF0000000000000070000001E80000000038000088000000200000020044410080000000000000010144A1306000000000000001940CE74880000000000000014D1399488800000000000002840666B47200000000000000080A000000000000000000000004000000000000000000000000000000000000000003CB0000009000000000000104248000009000000000000305A498A3389319400000000105A7245444F4A54000000001042424427894A5800000000393C424414094A5400000000000081A86389319400000000000000000000000000000000003CB80000900000000000001842400000900000000000002442419638931940000000000842724954F4A54000000000104242491094A580000000003D3C42491094A54000000000000081891093194000000000000000000000000000000000003C88002400000000000000184250002400000000000000244251C924C6500000000000084262293D29500000000000244253C92529600000000000193C52072529500000000000000089C124C65000000000000000000600000000000000800000000000000000000002F0000000000000000000001EAE00000000000000000000EAA5800000000000000000034AA9400000000000000000052A7A6000000000000000000CBCD6B000000000000000001AD6D54800000000000000002556AA98000000000000000032AA756400000000000000004D5CAAC60000000000000000C6AA9439000000000000000138526AE1C0000000000000070EAC973EB80000000000003AF9D252E087800000000003C20E94ADDF7FFFFE0000FFFFFDF76A0000000000000000000000000000008CEC800000000000002444200A4A0000EAE0004E4000040000E444E42C00ECECC0655C4062A200C24E000248E0699600AC8800E440006860E02E4E80C2C0E0060000E8C8E042F240ADDDA04E4440444E40000000444040AAA000000000000000A248A04A4A5088800024442084448000400004E40000448000E0000000802248804AAA404C44E0C248E0C242C0AAE220E8C2C068EAE0E24440EAEAE0EAE2200404000404802484200E0E00842480C240400000004AEAA0CACAC0688860CAAAC0E8C8E0E8C88068AA60AAEAA0E444E0622A40AACAA08888E0AEAAA0CAAAA0EAAAE0CAC880EAAE60CACAA06842C0E44440AAAAE0AAAA40AAAEA0AA4AA0AAA440E248E04AEA40884220C444C04A00000000E084000006AA6088CAC0068860226A6004AC6048C88006A62C88CAA04044402022A48ACAA08888400AEAA00CAAA004AA400CAC8006A6220AC8800C84C04E44200AAAE00AAA400AAEA00A44A00AA6240E24E0648460444440C424C005A000E0E0E0
Then I found that Axe inserted some data at the beginning, so all my calls were thrown off :/
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: AngelFish on March 20, 2011, 03:36:03 am
Trying to decompile that would be a good way to crash a decompiler :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Xeda112358 on March 20, 2011, 03:40:40 am
1152 bytes of that is a font set and bitmap and 582 bytes is a jump table, the rest is just tricky code :D my computer required about 10 to 15 minutes to decompile that with Assemblex  :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on March 22, 2011, 02:19:17 pm
Idea:  A text to speech for calc.  It should be rather easy but time consuming.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on March 22, 2011, 02:25:52 pm
yes, it could be done with a microphone that you connect to the I/O port. the hard part would be, to get all the bytes in time.
(um, i feel like missing the point a bit)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on March 22, 2011, 03:00:07 pm
Opps, I meant text to speech
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on March 22, 2011, 03:23:29 pm
o lol. i knew that i was totally missing the point xD
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on March 22, 2011, 03:27:17 pm
But it would be a fun project.
I can't work on it because I need to work on my entry for the competition :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 25, 2011, 07:36:09 pm
Yep :D My very first Axe program was this:
Spoiler For Spoiler:
.TESTAPP
Asm(C39F59303039323433003C424242423C00003C425A5A423C00C39E4FC39F4FC3BC4FC3BD4FC3CD4FC3D04FC30C50C31F50C32150C32E50C37C50C3B250C3FC50C31051C31D51C32851C33451C34051C34151C34E51C37551C38A51C38D51C3C451C3F451C30652C31752C34152C39C58C3A658C3D558C3D858C3DC58C31E59C32859C33E59C3A859C3AB59C3AC59C3AF59C3D759C3D959C3EF59C3F159C3285AC37298C38898C39798C39B98C3CD98C3EF98C3F298C36399C3664FC3485BC34E5BC3545BC35A5BC3605BC3665BC36C5BC3725BC3785BC37E5BC3845BC38A5BC3905BC3965BC39C5BC3A25BC3A85BC3AD5BC3B25BC3B75BC3BC5BC3C15BC3C65BC3CB5BC3D05BC3D55BC3DA5BC3DF5BC3E45BC3E95BC3EE5BC3F35BC3F85BC3FD5BC3025CC3075CC30C5CC3115CC3165CC31B5CC3205CC3255CC3285CC3345CC3D95CC3ED5CC3005DC3135DC33A5DC3635DC38A5DC3C15DC3F75DC32E5EC3665EC3A05EC3E35EC30C5FC32C5FC32D5FC32E5FC32F5FC3355FC3875FC3CA5FC3D15FC3D85FC3DF5FC3E65FC3ED5FC3F45FC3FB5FC30260C30960C30E60C31A60C32560C3BE60C38261C38D61C3A161C3C061C36462C38762C39362C3A662C3BA62C3CE62C3E262C3E462C3E762C3F662C30763C31563C32363C34963C36363C37D63C39663C3A863C3B963C3BF63C3D063C3D363C3D863C3DD63C30864C30864C32864C33464C34464C34A64C36B64C37764C37D64C37D64C3A364C3BD64C3D764C3F064C30265C31365C31965C32A65C34565C34665C34D65C36565C36665C36D65C38165C38565C38965C3B165C3E565C30966C32E66C34866C36366C3716683F3ED739F9931689BF5E5D5C5ED7B9F99118261D5B7C8E521B5B5ED42E1C07D3DB420053A7884B7C0229B99E5DFCFE1EF9F432A249823229D99214E512291993EC3329099329899218D66229999CD90992A9B99CA2E501C43212D43E51005FDCB35AEC91004EF7045C9100921D050DB06EFE44FC91019CD9099E60F8783878316005F213A8A19E5CDDC58E1EBEDB0C91024CD9099E60F8783878316005F213A8A19E5CD9099E60F8783878306004FCDFC50E1EDB0C91018CDDC58626BCB38CB19C52B702B712323CD3451D1EF5743C9101ECDDC58EB2B2B5ECB262356CB162319EBE5EFF742E1444D19EB2B1BC328511029CDDC58EB2B2B5E235623192B118785014000CD2851210000224B843E7F12EBEF10453A8785EF0145C9100D014000CDFC50EB110885C334511028CD9099E60787878787F5CD9099E60FC18006004F210885097ED630FE0A3802D6076F2600EF9247C9101ECD9099E67FCACA5F2F47AF3DD30178D301DB012FCB7B2003B728F0C32C44101BCD9099D5CDEF98D119CD2859E5F5CD9099424BCDFC50F1E1C3CD981013CD9099D5CDEF98D119B7C0E5CDDC58E1C31E59100ECDF451CDDC58D5CDDC58E1C37C501013CDEF98E5CD9099E119E5CD9099E17E73C32C44100DCDEF98E5CD9099E1197EC32C44105DCD909932B284CDEF98F5E5CD9099E119F1110080CD016000CD98CDEF9832AE84E5CD9099E11922B084CD90990FF5300C212F80115F80013000CD6B64F10F381A3AAE842AB084114093AF32AE84ED53B084010003CDCD98CD4464C37D641017CD90993E808257D5CDDC58E11AEDA02B772378B120F6C91010CD90993E808257D5CD9099424BC38E431011CD90993E808257D5CD9099E17E73C32C44100BCD90993E8082571AC32C44100FCDEF98F5E5C5CDFC50C1E1F1C3CD981011CDDC58CB38CB1921EC86E5CD345136C9C9100ECDDC58EB11EC86D5EDB0EB36C9C91023CD9099F5CD9099F5CD9099E63FF5CD9099E60FF5CDDC58E1F16FC1F14FCD4152C31752100ACD9099F5CDEF98F112C9101FEF6F4CFE01380C78FE1E3807EF2152EF8F47C9EFBC41EFB3502803EF9541C9100B2147847EC6D9D834D310C9100D2147847E06D780B8D835D310C9103E21409322B684CD9099D5CD9099F53DFE60D20260CD9099D5CD9099F53DFE40D20960CD9099F1C147813DFE40D20960F1E167853DFE60D20260EB7DC3345C1006214093C3285A1013CD9099324B84CD9099324C84CD9099EF0145C91011CD9099FE2738023E27324784C6D8D310C91012CD9099F5CD909921F089F119467778C32C44100BCD909921F089197EC32C441033CD065211409319E5CD9099F5CD9099F1F5D5CD4151444DCDFC50C141F1E1123E0C904F1AC5F57E12132310FA09F1C13D20F2C91064CD9099F5CD9099672E60227984AF327B84F1B72016D7D8781313EBB72804110C0019114093010003C3CD98FE033020F5D73803EFC64FF1FE02C8EF3343EB360023360323EB210C00EFF742EBC3285AD603F5D73002C1C978B728023E01C1A8C8EFD84FC9101CCD9099324B84CD9099324C84CDDC58EB2BE57E71F5EF1045F1E177C91041CD9099D5CD9099626B29292919E5CDDC58EB41117984CDB2500C0C21015D227884AF12C5EFF14278C1CDF298D119D1E5F5CD0C50606929292909444DF1E1C3CD98100ACD9099E63FC640D310C905CA6152101ECDEF98F5D5C5110300CD0C50E1CDD04FE16E2600CDD04FF126006FC3D04F1007EFD74AEF8F47C91007CD875FEF9247C91016CD9099ED537A99CDDC58EB5059CDEF591B7AB320F8C9101FCD9099E6076F260029292929E5CD9099E60F16005FE119110885197EC32C441025110200CD0C50D5CD9099D5CD9099C1ED68ED79CD0B00ED4806002600D1C5CDD04FE1C3D04F1009CD90994FED78C32C441009DB0621215AEF664FC91015CD9099327699CD9099327799DB06212C5AEF664FC91005FDCB368EC91005FDCB34AEC91011CDDC5821EC86CB38CB19E5C5CD345118071033CDDC58D5C5CD9099E13DFE40D202603C4FCD2150B728012C7D3DE63F3CCAE65F47C5CD065211409319E5CD9099E1C1D1C38762103BCD909932B284CD9099D57AB3CACA5FCDEF98C1C5F53AB2845FF132B084CD9B98ED43AE84C10B78B13AB08420E6D5ED4BAE84F5CDFC50F1E1C3CD9810557AFE37CA634FCD9099F5CD909921569973237223E5CDDC58E171237023EB79EDB0FE082802AF12DB06C1041005214E59181F100521E1581818100521385018111005216160180A100521D3601803213061EFE44FC905C2444A21409322B684CD9099F5FE043014CD9099D5CD9099C147CD6462F5E5A6CD2C44E1F1C10405C810042FA677C91003B677C91003AE77C9100FAFED5BB68412626B1301FF02EDB0C910103EFFED5BB68412626B1301FF02EDB0C910102AB6840100037E2F77230B78B120F7C978FE073030C5CD9099C178FE04300D626B29192929ED5BB6841918192AB684F57B0F0F0FE60F4F7B060009E60747043E010F10FDC1100BAF77545D13010B00EDB0C9100C3EFF77545D13010B00EDB0C91009060C7E2F772310FAC9100E2F0640110C004FA677197910F9C9100D0640110C004FB677197910F9C9100D0640110C004FAE77197910F9C9C91023010A00CDFC503E3A218340EB3634237723EBEDA0EDA01213EDA0EDA01213EDA0EDA0C9102FCD9099B7CACA5FD5CD9099C10604C50FF579DC2363F1C1C50FF579DC7D64F1C1C50FF579DC2A65F1C10F79DC4D65C91060CDDC5878B0C2E65FCB2979FE20D2E65F21EC86C5CD3451CD90991600ED53AE843DFE20D2CA5FCD9099C1F521EC8611EB89C5D53AAE845FCDDD63D1121B79C12804044F18EC0448060013D5CDFC50E1F17EFE0A3802C607C63077EDA0EAEC4AC91022CDDC58131AFEEB20033E5D121BEB41117884CDB250AF121312EFF14278D8EFC64FC91006CD3464C30A461006CD3464C35249104ECD9099470E60CDAF59DCD85FEB232378B72804010C0009F5E5CD9099626B19192929D119E5CD9099E10F0F0FE61F4F0600097BE6073CC1F57811EC86D5010100CDCD98E1C13E010F10FDA6C32C44101ECDEF98F5E5C5CD08643803EFC64FE1E53A7884EF704E1313C1E1F1C3CD98100C0E01CDFC50D5CD9099E177C91007CDDC581AC32C441041CDD558FE0D2006CB21CB10181FFE01281BFE04C0D55059CD0C50E1C5E56E2600CDD04FE1C10B2378B120F0C9D5CDFC50E123C5D5CD8D51D112C1130B78B120F2C91008CD9099424BC3FC5005C28C4CCD90993E5C3279841600ED537A84D778010300CDF298ED43AE84F5E5CD9099626B29292919D119E5CD90992AAE842600545D29292919CD4051D119E5CD9099B7CACA5FD5626B2929291922B0842AAE846F7C9526006F545D2929291922B284CD9099B7CACA5FC147F5CD6D65C1E1F1C5CD2859ED4BB084CDCD9878ED4BB28409C110ECC9100FCD9099ED537A99CD9099B7C8C3F159103ECD90990FF5E6033CF5CD9099F1F5D5FE042803CD9099E1C17C1005A2677DA36F1005AA677DAB6F1005B2677DB36F10052F677D2F6FF130022600EF9247C9101DCD8565E5F516005978CD4151E5EBCD0C50E129292909444DF1E1C3CD981012CD8965E5F5CD9099424BCDFC50F1E1C3CD98101ACD8965F509E5CD9099E1ED52E5424BCDFC50E1F1CD2859C3CD981018CD8965F5E5CD9099E119E5CD9099424BCDFC50E1F1C3CD98104CED6222AE84CD8565F5E50600606929292909E5ED5BAE841922AE84CD9099D1CD4151C109E5CD9099626B29292919D119E5CD9099F5CD0C50C104E1F1C5010900CDCD98ED4BAE8409C110F1C9100621EEFFC34A4D100621F7FFC34A4D1037CD8565F5E50600606929292909E5CD9099D1CD4151C109E5CD9099626B29292919D119E5CD9099CD0C50606929292909444DE1F1C3CD981052ED6222AE84CD8565B7C2ED5FE50600606929292909E5ED5BAE841922AE84CD9099D1CD4151C109E5CD9099626B29292919D119E5CDB165D1F578B1CADF5FF141C5010900CDCD98ED4BAE84EB09EBC110EFC9100621EEFFC3E14D100621F7FFC3E14D103FCD8565B7C2ED5FE50600606929292909E5CD9099D1CD4151C109E5CD9099626B29292919D119E5CDB165EBF578B1CADF5FF1606929292909444DEBD1C3CD98102ACD896541117884CDB250AF121312EFF142DCD85F78B7C2ED5F21F8897EE5F5FDCB08CEEF9B4AF1E177C9101621E785AF5FCD9B98D5CDFC50E1D5EDB0E17EC64077C910120E45ED680CED60E5CD9099E1ED52EF9247C91023CD9099D5CD9099C147ED4393992A9D992B7EE61F2006CD9099C3E565CDDC58EBC36366100218E61025CDDC58210000C5D5E51ACD7166F5EBEF9445F1E1D109C120020B130B1378B120E5EF9247C910372A9D992B7EFE04280DCD9099D5CD9099C147ED439399CDDC58EBC5E57ECD7166F5EF9445218E84CD6366F1E1C120020B23EDA1EA464FC92140930E111640DB108738FB3E07D310DB108738FB3E20D310DB108738FB3EC092D310060CDB108738FBEDA320F71520DFDB108738FB3E05D310C9EB3E1011000029EBED6AEBF57AB820027BB938052CEBED42EBF13D20E9C9EB1100003E10EB29EB293001093D20F6C9117884D50609AF121310FC11AE84D5CD1F50EBED67EBCD1F50EBED67EB1B7CB520EDE1ED52444DE1772379873DC6807723E5EB23EDB0AF12E111070019EBC9D57AB3CADF5FEBEF12431313D5EF1D41D1C1C90E0A0610AF2917B938022C9110F7C9ED7B9F99CD6C5BF601C983FE01C0260068444D29092909E52156995E235623D54E234623C5E7EFF14278C1300AFDCB35AED1E1215A84C9CDF298D119D119CD2859010800115A84D5CDCD98E1AFC922B48421409322B284060CC50608C51AD56F2600292929ED4BB48409EB2AB284CD889822B284D113C110E32525252C22B284C110D6C90E007EFE2920023E20FEBB200A23057ED64FFE6D38013D2312130C10E5C983FE012803AF3DC978FE3A3802D607D630FE1030F04F3A5396B728E979C58781878116005F213A8A19C1AFC9C578B1CADF5F6069EF24431313D5EF1D41D1C1C93E30ED67FE3A3802C607121BC91AFE3A3802D60713ED6FC9CD1051CD1051EDA9EA2851C9CD1D51CD1D51EDA1EA3451C9EB0608210000290730011910F9C9ED5B9D991B1AE61F2803AF18072A9B997CB52003575FC92B229B99EB23CD8D51229D99F6017BC9D5E5CD4051ED5BB4841922B484E13E0ACD4051D1C92179847EE5E60FCB3FF53C4F060009EB606822B48423F130061AE60FCD75511AE6F007070707CD75511B0D79B720EAE111090019ED5BB4847BC9D5FE61380CEB36BB23EBC64FFEBB38013CFE2E20023E3AFE2020023E29FE3F20013D1213DA1EAC551E1EBED52E5C444DCD90993DE603878787C6A6328C98327B98C9CD9099D5CD9099EB2929545D2919D119C9DB108738FB3E2084D310DB108738FB3E8085D310C5E5DB108738FB1A13D31110F5E1C10D2479B720D7C9C5E521EC86E5EB79F5E5C57E1213780600094710F6C1E1F1233D20ECD1E1C1C9FDCB078621EC8622A19921EB8922A39921855222919921BD66229999ED437899117D52D52A5D9623225D967EFE3FC8FED92006225D96C32E50FED8202C237EFED12813CD8552C511F5081B7AB320FB0B78B120F3C1C9C5E5225D96CDB166373FED62ED42E138F0C1C9FE72200D2A7A99ED437A99227899444DC9FEDE202DCD855279E607324B84CD8552C579E60F324C84E5060004237EFE3F20F9EBE10570E5EF1045225D96E1362BC1C9FE9C2008CD0746ED4B7899C9FEAD2009CD875F444D227899C9FEDF2037237EFE3F2008CD634FED4B7899C9CD8552E6F80F0F0FF5CD8552E6F80F0F0FC1903C68F5E5CD8552F5CD8552C1903CE16047F14FC34F67FE932021237EFEB0280E2BCD8552C5CD8552D151ED539399225D96C5CDBD66EBCD464FC1C9FEBBC2A153237E225D96FE6C200ECDBD66CB38CB1921EC86E5C33451FECE202EC5CD8552373FED62ED42C1D8EB2A5D96237EFED420011BFECF2804FED12001137AB320EC237EFE3F20FA225D96C9FEA6202CCD8552EB60692909292901409309E5EBCD855279E1060CB72005772310FCC93D200B3D18FB7E2F772310FAC9FE9D204DCD855279E60747790F0F0FE61F4F043E010F10FD21409309F5E5CD855279010C40E1D1B7200E7A2F577AA677780600094710F6C93D200B7AB677780600094710F6C97AAE77780600094710F6C9FEE22075CD8552792140930100031655B7200777EDA1EA6754C93D20033D18F33D20097E2F77EDA1EA7754C93D20037A18E13D20047A0718DA3D20097AAE77EDA1EA9054C93D2004CB0218F0C5F5E5CD8552E179C1C510012F57F1C13D20097AA677EDA1EAB354C93D20097AB677EDA1EABF54C93D28C5189AFE2D20362B7E2323225D96FE047E327984110000EB227A84EB280FCDA859010000D813EBCD8D51424BC9C5CDA8593003EF0F43E1E5CDD04FC1C9FED1201AE5225D96CDB166373FED62ED42EB13E1D2B253E5CD7D52E118E6FED42002E1C9FEB52008CD85523C47C33C43FEA4CA6446FE132808FEA0383AFEA43036D6A0F5014093ED43B684CD8552C5CD855279C147CD6462C14FA6110100B720011DD5791004B677C1C910052FA677C1C91002AE77C1C9FEAB20110602ED5F57ED5F5F1910F7444D227899C9FECF2003E1E5E9FEC420043E401805FEC22022AFF5CD8552F181F317572F5F08AF0608CB0B3001821F10F8074F08D02F3CC84F05C9FE752022010100237EFE3F2803CD8552DB0207E6015779FE013804A2D320C9DB02E601AA18F6FE992804FE982057D698F5CD8552612E60227984F1B72037327B84CDA859380778B72806EFC64FEF3343EB4E234623EB210003ED42010003C5380C23EB2B702B712323EBEFF742C1214093EDB0C9CDA859D818010C00CDF298114093C3CD98FE9ECA8448FE9F2034CD85522AA399ED5BA199373FED52D823ED423006EB606909444DC52AA199E50922A199CD8552C5CDEF98D119D1C1D5CDCD98C1C9FEC0203D237EFE93F5962019225D96237EFE2A280DCD8552C5CD8552D151ED539399225D96CD8552C57EAB0E0AFE3F2803CD8552E1CD9367ED437899F1CA6366C9FEDB2018C5CD855203D17AB3C82B7EFE3F20FA0B78B120F5225D96C9FEDA2019C5CD8552032BD17AB3C8237EFE3F20FA0B78B120F5225D96C9FED52012237EFE042808CD8552ED435D96C923444D03FE042002237EFE403833FE5B302FEB3DE61F076F131A1BFEAE20043E36856F26801B1A13FE042009ED4B789971237018074E2346ED437899EB237E180BFE30380AFE3A3006CDA658225D96FE70200EC5CD8552D1EB09227899EB424BC9FE712011C5CD8552D1EB373FED42227899EB424BC9FE0D200450591809FE822010C5CD8552D1E5CDBC4F227899444DE1C9FE832014C5CD8552D1E5CD9E4F227899ED537A99444DE1C9FEB0200CCD8552373FED62ED42444DC9FE40200CC5CD8552E178A44779A54FC9FE3C200CC5CD8552E178B44779B54FC9FE3D200CC5CD8552E178AC4779AD4FC9FEB8200ACD8552782F47792F4FC9FE6A2012C5CD8552E1373FED42210000200123444DC9FE6F2012C5CD8552E1373FED42210000280123444DC9FE6C2014C5CD8552E15059EB373FED5219210000380123C9FE6E2013C5CD8552E1373FED4209210000380123444DC9FE6B2013C5CD8552E1373FED4209210000300123444DC9FE6D2014C5CD8552E15059EB373FED5219210000380123C9505979C9237EFE30D8FE3A38F7C9CD9C58E5EB210100444C1B1AFE303818FE3A3014E60FD5C5CD4051C109E5EB3E0ACD4051C1D118E2E1ED4378997EC9AF18063E0118023E04C3989983FE01C0260068292929E52156995E235623D54E234623C5E7EFF14278C13006D1E1215A84C9CDF298D119D119CD2859010800115A84D5CDCD98E1AFC91AEDA02B7723EA1E59C9B7C8C5477CD6400707E60380477CE63FC6406778C1C901AA00CDAF59DC2E50EB4E234623EBC983FE01C0260068292929E52156995E235623D54E234623C5E7EFF14278C13006D1E1215A84C9CDF298D119D119CD2859010800115A84D5CDCD98E1FDCB055E280AE506087E2F772310FAE1CD1A60C36399CD355FCDC061EF2740117984EB4E23462160FE79BE2B200478BE280E11F8FF19EB2A3098ED52EB7AB73F20E72323462356235E2323237EC90E0A0610AF2917B938022C9110F7CB39B93803239191C9C97E234FFE80380947E3E3E3E310FAAFC9D5E5572A7A99CDD9594AE541E3E3E3E310FA147AD300E12B7CB520EEAFD300E1D1C983FEEEC0214093EF7B4CC983472142847EFE3238063A76997778C9FE0A20043A77997778C9773E0C904F7EC5F51A0077132310F909F1C13D20F1C9010C081A007713780600094710F5C9AF1E3F23E5B72802D3060100007C87B52007DB063CD30626407BEDA120EFDB06573EFF90473EFF914F3A719BD3067AD1FE072001AFC9B72003EDB0C9D3067C87B52007DB063CD3062640EDA0EAD598DB06473A719BD306C9CD0864DCD85FEBB720054E234623C90901090009477C87B7200304264078D3064E23477C87B5200604264078D306784623E509228D99E1C5DB064F3A719BD30679C1C9F3D908ED739F99317C99C1D1E1F1F5E5D5C5ED7B9F9908B72003FBAFC9D9E5D306D9FBC90000000000000000000000000021120039F9E17DD306E1DDE1E1D1C1F1C9217884C3115C217884C3165C217884C31B5C217884C3205C217884C3255C217884C3285C218384C30C5C218384C3165C218384C31B5C218384C3205C218384C3255C218384C3285C218E84C30C5C218E84C3115C218E84C31B5C218E84C3205C218E84187B218E8418762199841871219984186C21998418672199841862219984185D219984185821A484185321A484184E21A484184921A484184421A484183F21A484183A21AF84183521AF84183021AF84182B21AF84182621AF84182121AF84181C11788418171183841812118E84180D119984180811A484180311AF84010900EDB0C921409322B684F5C50600C5D5D521EC86360011ED86011800EDB0D17B0F0F0FE60F26006F7BE607F5473EFF2804CB3F10FC11EC861977F12FE6073C47F190CB7F280FE607B7280647AF371F10FCA677181523FE08380636FFD60818F5B7280647AF371F10FC77E12929444D2909ED4BB68409E5D521EB8611F78613237EB728FACB3FAE12237E2BB720097ECB3F862FA612181113237DFEF828047EB720F51B2B7E87AE12D1E1C1F1B720110E0C11EC861A2FA67713230D20F710F0C93D20100E0C11EC861AB67713230D20F810F1C93D20100E0C11EC861AAE7713230D20F810F1C93D20240E0C11EC861AB67713230D20F805C805280F0E0C11F8861AB67713230D20F810F10418DC3D20260E0C11EC861AA6AE7713230D20F705C80528100E0C11F8861AA6AE7713230D20F710F00418DA3D20240E0C11EC861AAE7713230D20F805C805280F0E0C11F8861AAE7713230D20F810F10418DC3D20340E0C11EC861AB67713230D20F805C805281FE50E0C11EC861AA6AE7713230D20F7E10E0C11F8861AB67713230D20F810E10418CC3D20330E0C11EC861AB67713230D20F805C805281EE50E0C11EC861AAE7713230D20F8E10E0C11F8861AB67713230D20F810E20418CD3D20340E0C11EC861AA6AE7713230D20F705C805281EE50E0C11EC861AB67713230D20F8E10E0C11F8861AAE7713230D20F810E20418CC3D20350E0C11EC861AA6AE7713230D20F705C805281FE50E0C11EC861AAE7713230D20F8E10E0C11F8861AA6AE7713230D20F710E10418CB3D203705C8F3E5D9010C00E109D90E0C11EC86D5D9D1D91A2FA6D9471AA6B01323D97713230D20EF10E40E0C11EC861A2FA67713230D20F7FBC93D2040F3C5110C001910FD2BE5D911F4FFE119D9C105C80E0C11F786D5D9D1D91A2FA6D9471AA6B01B2BD9771B2B0D20EF10E40E0C11F7861A2FA6771B2B0D20F7FBC93D200311F4FF190E0C1117001911F786AFF5EBF11A17F5A6F5EB1A2FA677F1B6EB121B2B0D20ECF1EB10DCC9EB0E0C21EC86AFF5F11A1FF5A6F57E2FEBA677F1B677EB13230D20ECF110E2C90000C9E1EF1045E5C921046B229599EF204A21465A117298010201EDB0DB0632719B472AAC9B233AAE9BB8280622689B329D682A9C9B233A9E9BB82806226B9B329D6B2A849B233A869BB82806226E9B329D6E21DF4278EF2650C9017F07210000545DCB0179D301E3E3DB012FB720083E08856F10ED180EC506082C0F30025C6510F8C110DD7CB720016F6C627BB7280A444D2909290929292909197DC921F9670E0B183D21EF670E0A183621E6670E09182F21DD670E09182821D5670E08182121D0670E05181A21CA670E06181321C4670E06180C21BE670E06180521B7670E070600E5CDFC50E1EDB0C32E503A4B840707074F3A4C8447DB108738FBAFD310DB108738FB3E05D310DB108738FB3E2080D310DB108738FB3E8081D3100608DB108738FB7E23D31110F5DB108738FB3E01D310C983FE012803AF3DC978FE3A3802D607D630FE1030F04F3A5396B728E9260069292929E52156995E235623D54E234623C5E7EFF14278C1300AFDCB35AED1E1215A84C9CDF298D119D119CD2859010800115A84D5CDCD98E1CD1A60C36399214C847E47FE0CD02B7E0707076F60010108C3175283FE012803AF3DC978FE3A3802D607D630FE1030F04F3A5396B728E9260069292929E52156995E235623D54E234623C5E7EFF14278C1300AFDCB35AED1E1215A84C9CDF298D119D119CD2859010800115A84D5CDCD98D1CDBE60C3639983FE01C0260068292929E52156995E235623D54E234623C5E7EFF14278C13006D1E1215A84C9CDF298D119D119CD2859010800115A84D5CDCD98E1FDCB055E280AE506087E2F772310FAE1EBCDBE60C36399AFC92A689B3A8699C332990101081189402803119140C31752210604224B84B72007DB0611AF67180311124001080021AE8471E523EBCDCD98E1EF1045C9AFF5210468CD664F211702FDCB364ECD8D61211F02FDCB356ECD8D61212702FDCB346ECD8D61214093CD285AF1F5070707C6174F06081110403E02CD2E5CCD634FF1F5478780C66A269B6F7ECD9B61CD875FB728FAC1F578F5070707C6174F06081110403E02CD2E5CC1F1FE0FC8FE01200104FE04200105FE09200B05CAD36305CAD863C3D863D612380C0F0F0FFE0330054F3E029147780420023E02FE032001AF1889786926004429092929470F0F0FE60F4F78060009ED4BB68409E60747043E010F10FDC9F579F3083E0C904FF1B7201008C5F51A77132310FA09F1C13D20F2C93D201108C5F51AA677132310F909F1C13D20F1C93D201108C5F51AAE77132310F909F1C13D20F1C93D201108C5F51AB677132310F909F1C13D20F1C9C33B670608B7200C78010B00EDA00C093D20F9C93D200E0E0C1AA67713780600094710F5C93D200E0E0C1AAE7713780600094710F5C90E0C1AB67713780600094710F5C90FF5DCBF63F10FF5DCB963F10FF5DCA863F10FF5DC9663F10FF5DC7D63F10FF5DC6363F10FD00640213796113F96C5010400EDB80608AF121B2B10FBC110EFC90640213B96113F96C5010800EDB80604AF121B2B10FBC110EFC90640213D96113F96C5010A00EDB8AF121B121B2B2BC110F0C92140931640AF060C4E77237910FA1520F4C92140930E40AF060CED672310FB0D20F5C9CDBF63C3BF632140930E40AF060CCB1E2310FB0D20F5C9C3C0613E01C3C1613E02C3C1610600E5092B7907070757AF41B7CB162B10FB1709BB380293341520EFE141577EB720040D2310F87A0600C9CDDC58131AFEEB20033E5D121BEB41117884CDB250AF121312C5EFF14278C1C9AFED67FE0A3802C607121BC9CD0864DCD85FB7C2ED5FEB4E234623C911409321EC860E080608C5E501080C1A7713780600094710F6E123C110EC790E58094F0D20E2C9CD2864CD2864EDA9EA6B64C91100802140930FF5DC1965F10FF5DC1365F10FF5DC0265F10FF5DCF064F10FF5DCD764F10FF5DCBD64F10FD00640214893114093C5010400EDB00608AF12132310FBC110EFC90640214493114093C5010800EDB00604AF12132310FBC110EFC90640214293114093C5010A00EDB0AF121312132323C110F0C9213F961640AF060C4E772B7910FA1520F4C9213F960E40AF060CED6F2B10FB0D20F5C9CD1965C31965213F960E40AF060CCB162B10FB0D20F5C9110C00CD4151E57C3C2FE603477D3D2F4F213F9309113F96EDB8C1AF12626B1BEDB8C9110C00CD4151E57C3C2FE603477D3D2F4F11409319EDB0C1AF12626B13EDB0C9C578B1CADF5F6069EF1E431313D5EF1D41D1C1C90E6018060E5C18020EAAC52A9D992B7EE61FC12015C5CD9099E167227984AF327B84D778010300C3F298CDD558EBAFC92A9D992B7EE61F2017CD909921015D227884ED537A84EFF14278010400C3F2983DF5CDD558EBF1C8FE0CC8D603C2D85FEBC30864F5ED4B939978FE187938040600C606FE3B3806D63C3002C6064F04ED439399052A9599F1C5E506004F60692909D119C1E57806006069290929291FF54F0901409309010C06F1D1381A7EE60F771ACB4028050707070713E6F0B677780600094710E7C97EE6F0771ACB402005070707071B13E60FB677780600094710E6C9C5E57ECDE565E1C1EDA1EA6366C9D65CC83DC83DC8D602C83DC83DC83DC8D61BC8D62CC8D611C8D634C92A9D992BB72801BEC2D15FE723229D992A9B992B229B99EFF142DACD4FEB4E234623EBC9CD85522A5D967EFE3F20F5C92A5D96237EFE08200C225D96CD8552C5CD8552D1C9FE2A280ACD97981B2B03225D96C9237ECD7166203AED43AE844E234623225D967EFE3FF308CDAF5978010C00CDF298EBC5ED4BAE8478B12003C11801F108C8F5E5C5D5424BCD8552E109EBC1E1F1C97E225D96D6410726806F1136004E234619192B7EED525E2356C9080E0CC5F51AEDA02B772310F809F1C13D20F0C9114093E5D57D6C2600545D291929295F19D119D12B23E5C5DB100738FB3E2083D310DB100738FB3E8082D3100E0CDB100738FB7ED311780600094710F1C11C0DE120D2C911EB89CD2150FE0A3802C607C630121B7CB520EF3EEB60934F13EBC920202020202020203A4845494748543A57494454483A42414429593A42414429583A415243483A544F4F294249473A4E4F2944415441AF3A424144294E414D453A42414429494E5055543A424144294E554D424552ADDF7FFFFE0000FFFFFDF76A52E087800000000003C20E94973EB80000000000003AF9D26AE1C0000000000000070EAC943900000000000000013852AAC60000000000000000C6AA7564B0000000000000004D5CAA98480018080042084032AAD548481F084802A4A4A82556D6B07195080E0514A5141AD67A604A440849080404020CBCA9404A440A4904044404052AA580B1A41E9602020808034AAE00000000000000000000EAF0000000000000070000001E80000000038000088000000200000020044410080000000000000010144A1306000000000000001940CE74880000000000000014D1399488800000000000002840666B47200000000000000080A000000000000000000000004000000000000000000000000000000000000000003CB0000009000000000000104248000009000000000000305A498A3389319400000000105A7245444F4A54000000001042424427894A5800000000393C424414094A5400000000000081A86389319400000000000000000000000000000000003CB80000900000000000001842400000900000000000002442419638931940000000000842724954F4A54000000000104242491094A580000000003D3C42491094A54000000000000081891093194000000000000000000000000000000000003C88002400000000000000184250002400000000000000244251C924C6500000000000084262293D29500000000000244253C92529600000000000193C52072529500000000000000089C124C65000000000000000000600000000000000800000000000000000000002F0000000000000000000001EAE00000000000000000000EAA5800000000000000000034AA9400000000000000000052A7A6000000000000000000CBCD6B000000000000000001AD6D54800000000000000002556AA98000000000000000032AA756400000000000000004D5CAAC60000000000000000C6AA9439000000000000000138526AE1C0000000000000070EAC973EB80000000000003AF9D252E087800000000003C20E94ADDF7FFFFE0000FFFFFDF76A0000000000000000000000000000008CEC800000000000002444200A4A0000EAE0004E4000040000E444E42C00ECECC0655C4062A200C24E000248E0699600AC8800E440006860E02E4E80C2C0E0060000E8C8E042F240ADDDA04E4440444E40000000444040AAA000000000000000A248A04A4A5088800024442084448000400004E40000448000E0000000802248804AAA404C44E0C248E0C242C0AAE220E8C2C068EAE0E24440EAEAE0EAE2200404000404802484200E0E00842480C240400000004AEAA0CACAC0688860CAAAC0E8C8E0E8C88068AA60AAEAA0E444E0622A40AACAA08888E0AEAAA0CAAAA0EAAAE0CAC880EAAE60CACAA06842C0E44440AAAAE0AAAA40AAAEA0AA4AA0AAA440E248E04AEA40884220C444C04A00000000E084000006AA6088CAC0068860226A6004AC6048C88006A62C88CAA04044402022A48ACAA08888400AEAA00CAAA004AA400CAC8006A6220AC8800C84C04E44200AAAE00AAA400AAEA00A44A00AA6240E24E0648460444440C424C005A000E0E0E0
Then I found that Axe inserted some data at the beginning, so all my calls were thrown off :/

Xeda, I tried disassembling it with Assemblex and there is, somewhere, a non-hexadecimal character. I'm 100% sure of it.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Xeda112358 on March 25, 2011, 07:52:10 pm
Hm, I used version 9 and it worked...
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 25, 2011, 07:56:21 pm
Hm, I used version 9 and it worked...

Anything before version 11 sucks.

And both on version 9 and 10 I get non-hexadecimal character error.

Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: christop on March 25, 2011, 08:00:45 pm
FWIW, the only non-hexadecimal characters in that huge blob of characters are in the first several characters (".TESTAPP" and "Asm("). The rest are only 0-9A-F.

EDIT: Also, if a disassembler takes 10-15 minutes to disassemble a small program like that, there is something wrong with that disassembler! I wrote a simple disassembler that disassembled the 128K ROM of the TI-86 in about a second.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Xeda112358 on March 25, 2011, 08:05:07 pm
Hmm, there are no non-hex chars here. I justed tested it:
Spoiler For Spoiler:
C38A59303039323433003C424242423C00003C425A5A423C00C39E4FC39F4FC3BC4FC3BD4FC3CD4FC3D04FC3F94FC30C50C30E50C31B50C36950C39F50C3E950C3FD50C30A51C31551C32151C32D51C32E51C33B51C36251C37751C37A51C3B151C3E151C3F351C30452C32E52C38758C39158C3C058C3C358C3C758C30959C31359C32959C39359C39659C39759C39A59C3C259C3C459C3DA59C3DC59C3135AC37298C38898C39798C39B98C3CD98C3EF98C3F298C36399C3664FC3335BC3395BC33F5BC3455BC34B5BC3515BC3575BC35D5BC3635BC3695BC36F5BC3755BC37B5BC3815BC3875BC38D5BC3935BC3985BC39D5BC3A25BC3A75BC3AC5BC3B15BC3B65BC3BB5BC3C05BC3C55BC3CA5BC3CF5BC3D45BC3D95BC3DE5BC3E35BC3E85BC3ED5BC3F25BC3F75BC3FC5BC3015CC3065CC30B5CC3105CC3135CC31F5CC3C45CC3D85CC3EB5CC3FE5CC3255DC34E5DC3755DC3AC5DC3E25DC3195EC3515EC38B5EC3CE5EC3F75EC3175FC3185FC3195FC31A5FC3205FC3725FC3B55FC3BC5FC3C35FC3CA5FC3D15FC3D85FC3DF5FC3E65FC3ED5FC3F45FC3F95FC30560C31060C3A960C36D61C37861C38C61C3AB61C34F62C37262C37E62C39162C3A562C3B962C3CD62C3CF62C3D262C3E162C3F262C30063C30E63C33463C34E63C36863C38163C39363C3A463C3AA63C3BB63C3BE63C3C363C3C863C3F363C3F363C31364C31F64C32F64C33564C35664C36264C36864C36864C38E64C3A864C3C264C3DB64C3ED64C3FE64C30465C31565C33065C33165C33865C35065C35165C35865C36C65C37065C37465C39C65C3D065C3F465C31966C33366C34E66C35C6683F3ED739F9931689BF5E5D5C5ED7B9F99116D61D5B7C8E521B5B5ED42E1C07D3DB420053A7884B7C0229B99E5DFCFE1EF9F432A249823229D99213B512291993EC3329099329899217866229999CD90992A9B99CA1B501C43212D43E51005FDCB35AEC91004EF7045C9100921BD50DB06EFE44FC91019CD9099E60F8783878316005F213A8A19E5CDC758E1EBEDB0C91024CD9099E60F8783878316005F213A8A19E5CD9099E60F8783878306004FCDE950E1EDB0C91018CDC758626BCB38CB19C52B702B712323CD2151D1EF5743C9101ECDC758EB2B2B5ECB262356CB162319EBE5EFF742E1444D19EB2B1BC315511029CDC758EB2B2B5E235623192B118785014000CD1551210000224B843E7F12EBEF10453A8785EF0145C9100D014000CDE950EB110885C321511028CD9099E60787878787F5CD9099E60FC18006004F210885097ED630FE0A3802D6076F2600EF9247C9101ECD9099E67FCAB55F2F47AF3DD30178D301DB012FCB7B2003B728F0C32C44101BCD9099D5CDEF98D119CD1359E5F5CD9099424BCDE950F1E1C3CD981013CD9099D5CDEF98D119B7C0E5CDC758E1C30959100ECDE151CDC758D5CDC758E1C369501013CDEF98E5CD9099E119E5CD9099E17E73C32C44100DCDEF98E5CD9099E1197EC32C44105DCD909932B284CDEF98F5E5CD9099E119F1110080CD016000CD98CDEF9832AE84E5CD9099E11922B084CD90990FF5300C212F80115F80013000CD5664F10F381A3AAE842AB084114093AF32AE84ED53B084010003CDCD98CD2F64C368641017CD90993E808257D5CDC758E11AEDA02B772378B120F6C91010CD90993E808257D5CD9099424BC38E431011CD90993E808257D5CD9099E17E73C32C44100BCD90993E8082571AC32C44100FCDEF98F5E5C5CDE950C1E1F1C3CD981011CDC758CB38CB1921EC86E5CD215136C9C9100ECDC758EB11EC86D5EDB0EB36C9C91023CD9099F5CD9099F5CD9099E63FF5CD9099E60FF5CDC758E1F16FC1F14FCD2E52C30452100ACD9099F5CDEF98F112C9101FEF6F4CFE01380C78FE1E3807EF2152EF8F47C9EFBC41EFB3502803EF9541C9100B2147847EC6D9D834D310C9100D2147847E06D780B8D835D310C9103E21409322B684CD9099D5CD9099F53DFE60D2ED5FCD9099D5CD9099F53DFE40D2F45FCD9099F1C147813DFE40D2F45FF1E167853DFE60D2ED5FEB7DC31F5C1006214093C3135A1013CD9099324B84CD9099324C84CD9099EF0145C91011CD9099FE2738023E27324784C6D8D310C91012CD9099F5CD909921F089F119467778C32C44100BCD909921F089197EC32C441033CDF35111409319E5CD9099F5CD9099F1F5D5CD2E51444DCDE950C141F1E1123E0C904F1AC5F57E12132310FA09F1C13D20F2C91064CD9099F5CD9099672E60227984AF327B84F1B72016D7D8781313EBB72804110C0019114093010003C3CD98FE033020F5D73803EFC64FF1FE02C8EF3343EB360023360323EB210C00EFF742EBC3135AD603F5D73002C1C978B728023E01C1A8C8EFD84FC9101CCD9099324B84CD9099324C84CDC758EB2BE57E71F5EF1045F1E177C91041CD9099D5CD9099626B29292919E5CDC758EB41117984CD9F500C0C21015D227884AF12C5EFF14278C1CDF298D119D1E5F5CDF94F606929292909444DF1E1C3CD98100ACD9099E63FC640D310C905CA4E52101ECDEF98F5D5C5110300CDF94FE1CDD04FE16E2600CDD04FF126006FC3D04F1007EFD74AEF8F47C91007CD725FEF9247C91016CD9099ED537A99CDC758EB5059CDDA591B7AB320F8C9101FCD9099E6076F260029292929E5CD9099E60F16005FE119110885197EC32C441025110200CDF94FD5CD9099D5CD9099C1ED68ED79CD0B00ED4806002600D1C5CDD04FE1C3D04F1009CD90994FED78C32C441009DB06210C5AEF664FC91015CD9099327699CD9099327799DB0621175AEF664FC91005FDCB368EC91005FDCB34AEC91011CDC75821EC86CB38CB19E5C5CD215118071033CDC758D5C5CD9099E13DFE40D2ED5F3C4FCD0E50B728012C7D3DE63F3CCAD15F47C5CDF35111409319E5CD9099E1C1D1C37262103BCD909932B284CD9099D57AB3CAB55FCDEF98C1C5F53AB2845FF132B084CD9B98ED43AE84C10B78B13AB08420E6D5ED4BAE84F5CDE950F1E1C3CD9810557AFE37CA634FCD9099F5CD909921569973237223E5CDC758E171237023EB79EDB0FE082802AF12DB06C1041005213959181F100521CC581818100521255018111005214C60180A100521BE601803211B61EFE44FC905C2444A21409322B684CD9099F5FE043014CD9099D5CD9099C147CD4F62F5E5A6CD2C44E1F1C10405C810042FA677C91003B677C91003AE77C9100FAFED5BB68412626B1301FF02EDB0C910103EFFED5BB68412626B1301FF02EDB0C910102AB6840100037E2F77230B78B120F7C978FE073030C5CD9099C178FE04300D626B29192929ED5BB6841918192AB684F57B0F0F0FE60F4F7B060009E60747043E010F10FDC1100BAF77545D13010B00EDB0C9100C3EFF77545D13010B00EDB0C91009060C7E2F772310FAC9100E2F0640110C004FA677197910F9C9100D0640110C004FB677197910F9C9100D0640110C004FAE77197910F9C9C91023010A00CDE9503E3A218340EB3634237723EBEDA0EDA01213EDA0EDA01213EDA0EDA0C9102FCD9099B7CAB55FD5CD9099C10604C50FF579DC0E63F1C1C50FF579DC6864F1C1C50FF579DC1565F1C10F79DC3865C91060CDC75878B0C2D15FCB2979FE20D2D15F21EC86C5CD2151CD90991600ED53AE843DFE20D2B55FCD9099C1F521EC8611EB89C5D53AAE845FCDC863D1121B79C12804044F18EC0448060013D5CDE950E1F17EFE0A3802C607C63077EDA0EAEC4AC91022CDC758131AFEEB20033E5D121BEB41117884CD9F50AF121312EFF14278D8EFC64FC91006CD1F64C30A461006CD1F64C35249104ECD9099470E60CD9A59DCC35FEB232378B72804010C0009F5E5CD9099626B19192929D119E5CD9099E10F0F0FE61F4F0600097BE6073CC1F57811EC86D5010100CDCD98E1C13E010F10FDA6C32C44101ECDEF98F5E5C5CDF3633803EFC64FE1E53A7884EF704E1313C1E1F1C3CD98100C0E01CDE950D5CD9099E177C91007CDC7581AC32C441041CDC058FE0D2006CB21CB10181FFE01281BFE04C0D55059CDF94FE1C5E56E2600CDD04FE1C10B2378B120F0C9D5CDE950E123C5D5CD7A51D112C1130B78B120F2C91008CD9099424BC3E95005C28C4CCD90993E5C3279841600ED537A84D778010300CDF298ED43AE84F5E5CD9099626B29292919D119E5CD90992AAE842600545D29292919CD2D51D119E5CD9099B7CAB55FD5626B2929291922B0842AAE846F7C9526006F545D2929291922B284CD9099B7CAB55FC147F5CD5865C1E1F1C5CD1359ED4BB084CDCD9878ED4BB28409C110ECC9100FCD9099ED537A99CD9099B7C8C3DC59103ECD90990FF5E6033CF5CD9099F1F5D5FE042803CD9099E1C17C1005A2677DA36F1005AA677DAB6F1005B2677DB36F10052F677D2F6FF130022600EF9247C9101DCD7065E5F516005978CD2E51E5EBCDF94FE129292909444DF1E1C3CD981012CD7465E5F5CD9099424BCDE950F1E1C3CD98101ACD7465F509E5CD9099E1ED52E5424BCDE950E1F1CD1359C3CD981018CD7465F5E5CD9099E119E5CD9099424BCDE950E1F1C3CD98104CED6222AE84CD7065F5E50600606929292909E5ED5BAE841922AE84CD9099D1CD2E51C109E5CD9099626B29292919D119E5CD9099F5CDF94FC104E1F1C5010900CDCD98ED4BAE8409C110F1C9100621EEFFC34A4D100621F7FFC34A4D1037CD7065F5E50600606929292909E5CD9099D1CD2E51C109E5CD9099626B29292919D119E5CD9099CDF94F606929292909444DE1F1C3CD981052ED6222AE84CD7065B7C2D85FE50600606929292909E5ED5BAE841922AE84CD9099D1CD2E51C109E5CD9099626B29292919D119E5CD9C65D1F578B1CACA5FF141C5010900CDCD98ED4BAE84EB09EBC110EFC9100621EEFFC3E14D100621F7FFC3E14D103FCD7065B7C2D85FE50600606929292909E5CD9099D1CD2E51C109E5CD9099626B29292919D119E5CD9C65EBF578B1CACA5FF1606929292909444DEBD1C3CD98102ACD746541117884CD9F50AF121312EFF142DCC35F78B7C2D85F21F8897EE5F5FDCB08CEEF9B4AF1E177C9101621E785AF5FCD9B98D5CDE950E1D5EDB0E17EC64077C910120E45ED680CED60E5CD9099E1ED52EF9247C91023CD9099D5CD9099C147ED4393992A9D992B7EE61F2006CD9099C3D065CDC758EBC34E66100218E61025CDC758210000C5D5E51ACD5C66F5EBEF9445F1E1D109C120020B130B1378B120E5EF9247C910372A9D992B7EFE04280DCD9099D5CD9099C147ED439399CDC758EBC5E57ECD5C66F5EF9445218E84CD4E66F1E1C120020B23EDA1EA464FC92140930E111640DB108738FB3E07D310DB108738FB3E20D310DB108738FB3EC092D310060CDB108738FBEDA320F71520DFDB108738FB3E05D310C9EB3E1011000029EBED6AEBF57AB820027BB938052CEBED42EBF13D20E9C9EB1100003E10EB29EB293001093D20F6C9117884D5010A09AF121310FCCD7E677941CB28C67ED113D5EB771A1323ED6F1A13ED6F10F5E101080009EBC9D57AB3CACA5FEBEF12431313D5EF1D41D1C1C90E0A0610AF2917B938022C9110F7C9ED7B9F99CD575BF601C983FE01C0260068444D29092909E52156995E235623D54E234623C5E7EFF14278C1300AFDCB35AED1E1215A84C9CDF298D119D119CD1359010800115A84D5CDCD98E1AFC922B48421409322B284060CC50608C51AD56F2600292929ED4BB48409EB2AB284CD889822B284D113C110E32525252C22B284C110D6C90E007EFE2920023E20FEBB200A23057ED64FFE6D38013D2312130C10E5C983FE012803AF3DC978FE3A3802D607D630FE1030F04F3A5396B728E979C58781878116005F213A8A19C1AFC9C578B1CACA5F6069EF24431313D5EF1D41D1C1C93E30ED67FE3A3802C607121BC91AFE3A3802D60713ED6FC9CDFD50CDFD50EDA9EA1551C9CD0A51CD0A51EDA1EA2151C9EB0608210000290730011910F9C9ED5B9D991B1AE61F2803AF18072A9B997CB52003575FC92B229B99EB23CD7A51229D99F6017BC9D5E5CD2D51ED5BB4841922B484E13E0ACD2D51D1C92179847EE5E60FCB3FF53C4F060009EB606822B48423F130061AE60FCD62511AE6F007070707CD62511B0D79B720EAE111090019ED5BB4847BC9D5FE61380CEB36BB23EBC64FFEBB38013CFE2E20023E3AFE2020023E29FE3F20013D1213DA1EAB251E1EBED52E5C444DCD90993DE603878787C6A6328C98327B98C9CD9099D5CD9099EB2929545D2919D119C9DB108738FB3E2084D310DB108738FB3E8085D310C5E5DB108738FB1A13D31110F5E1C10D2479B720D7C9C5E521EC86E5EB79F5E5C57E1213780600094710F6C1E1F1233D20ECD1E1C1C9FDCB078621EC8622A19921EB8922A39921725222919921A866229999ED437899116A52D52A5D9623225D967EFE3FC8FED92006225D96C31B50FED8202C237EFED12813CD7252C511F5081B7AB320FB0B78B120F3C1C9C5E5225D96CD9C66373FED62ED42E138F0C1C9FE72200D2A7A99ED437A99227899444DC9FEDE202DCD725279E607324B84CD7252C579E60F324C84E5060004237EFE3F20F9EBE10570E5EF1045225D96E1362BC1C9FE9C2008CD0746ED4B7899C9FEAD2009CD725F444D227899C9FEDF2037237EFE3F2008CD634FED4B7899C9CD7252E6F80F0F0FF5CD7252E6F80F0F0FC1903C68F5E5CD7252F5CD7252C1903CE16047F14FC33A67FE932021237EFEB0280E2BCD7252C5CD7252D151ED539399225D96C5CDA866EBCD464FC1C9FEBBC28E53237E225D96FE6C200ECDA866CB38CB1921EC86E5C32151FECE202EC5CD7252373FED62ED42C1D8EB2A5D96237EFED420011BFECF2804FED12001137AB320EC237EFE3F20FA225D96C9FEA6202CCD7252EB60692909292901409309E5EBCD725279E1060CB72005772310FCC93D200B3D18FB7E2F772310FAC9FE9D204DCD725279E60747790F0F0FE61F4F043E010F10FD21409309F5E5CD725279010C40E1D1B7200E7A2F577AA677780600094710F6C93D200B7AB677780600094710F6C97AAE77780600094710F6C9FEE22075CD7252792140930100031655B7200777EDA1EA5454C93D20033D18F33D20097E2F77EDA1EA6454C93D20037A18E13D20047A0718DA3D20097AAE77EDA1EA7D54C93D2004CB0218F0C5F5E5CD7252E179C1C510012F57F1C13D20097AA677EDA1EAA054C93D20097AB677EDA1EAAC54C93D28C5189AFE2D20362B7E2323225D96FE047E327984110000EB227A84EB280FCD9359010000D813EBCD7A51424BC9C5CD93593003EF0F43E1E5CDD04FC1C9FED1201AE5225D96CD9C66373FED62ED42EB13E1D29F53E5CD6A52E118E6FED42002E1C9FEB52008CD72523C47C33C43FEA4CA6446FE132808FEA0383AFEA43036D6A0F5014093ED43B684CD7252C5CD725279C147CD4F62C14FA6110100B720011DD5791004B677C1C910052FA677C1C91002AE77C1C9FEAB20110602ED5F57ED5F5F1910F7444D227899C9FECF2003E1E5E9FEC420043E401805FEC22022AFF5CD7252F181F317572F5F08AF0608CB0B3001821F10F8074F08D02F3CC84F05C9FE752022010100237EFE3F2803CD7252DB0207E6015779FE013804A2D320C9DB02E601AA18F6FE992804FE982057D698F5CD7252612E60227984F1B72037327B84CD9359380778B72806EFC64FEF3343EB4E234623EB210003ED42010003C5380C23EB2B702B712323EBEFF742C1214093EDB0C9CD9359D818010C00CDF298114093C3CD98FE9ECA8448FE9F2034CD72522AA399ED5BA199373FED52D823ED423006EB606909444DC52AA199E50922A199CD7252C5CDEF98D119D1C1D5CDCD98C1C9FEC0203D237EFE93F5962019225D96237EFE2A280DCD7252C5CD7252D151ED539399225D96CD7252C57EAB0E0AFE3F2803CD7252E1CD7E67ED437899F1CA4E66C9FEDB2018C5CD725203D17AB3C82B7EFE3F20FA0B78B120F5225D96C9FEDA2019C5CD7252032BD17AB3C8237EFE3F20FA0B78B120F5225D96C9FED52012237EFE042808CD7252ED435D96C923444D03FE042002237EFE403833FE5B302FEB3DE61F076F131A1BFEAE20043E36856F26801B1A13FE042009ED4B789971237018074E2346ED437899EB237E180BFE30380AFE3A3006CD9158225D96FE70200EC5CD7252D1EB09227899EB424BC9FE712011C5CD7252D1EB373FED42227899EB424BC9FE0D200450591809FE82200EC5CD7252D1CDBC4F227899444DC9FE832014C5CD7252D1E5CD9E4F227899ED537A99444DE1C9FEB0200CCD7252373FED62ED42444DC9FE40200CC5CD7252E178A44779A54FC9FE3C200CC5CD7252E178B44779B54FC9FE3D200CC5CD7252E178AC4779AD4FC9FEB8200ACD7252782F47792F4FC9FE6A2012C5CD7252E1373FED42210000200123444DC9FE6F2012C5CD7252E1373FED42210000280123444DC9FE6C2014C5CD7252E15059EB373FED5219210000380123C9FE6E2013C5CD7252E1373FED4209210000380123444DC9FE6B2013C5CD7252E1373FED4209210000300123444DC9FE6D2014C5CD7252E15059EB373FED5219210000380123C9505979C9237EFE30D8FE3A38F7C9CD8758E5EB210100444C1B1AFE303818FE3A3014E60FD5C5CD2D51C109E5EB3E0ACD2D51C1D118E2E1ED4378997EC9AF18063E0118023E04C3989983FE01C0260068292929E52156995E235623D54E234623C5E7EFF14278C13006D1E1215A84C9CDF298D119D119CD1359010800115A84D5CDCD98E1AFC91AEDA02B7723EA0959C9B7C8C5477CD6400707E60380477CE63FC6406778C1C901AA00CD9A59DC1B50EB4E234623EBC983FE01C0260068292929E52156995E235623D54E234623C5E7EFF14278C13006D1E1215A84C9CDF298D119D119CD1359010800115A84D5CDCD98E1FDCB055E280AE506087E2F772310FAE1CD0560C36399CD205FCDAB61EF2740117984EB4E23462160FE79BE2B200478BE280E11F8FF19EB2A3098ED52EB7AB73F20E72323462356235E2323237EC90E0A0610AF2917B938022C9110F7CB39B93803239191C9C97E234FFE80380947E3E3E3E310FAAFC9D5E5572A7A99CDC4594AE541E3E3E3E310FA147AD300E12B7CB520EEAFD300E1D1C983FEEEC0214093EF7B4CC983472142847EFE3238063A76997778C9FE0A20043A77997778C9773E0C904F7EC5F51A0077132310F909F1C13D20F1C9010C081A007713780600094710F5C9AF1E3F23E5B72802D3060100007C87B52007DB063CD30626407BEDA120EFDB06573EFF90473EFF914F3A719BD3067AD1FE072001AFC9B72003EDB0C9D3067C87B52007DB063CD3062640EDA0EAD598DB06473A719BD306C9CDF363DCC35FEBB720054E234623C90901090009477C87B7200304264078D3064E23477C87B5200604264078D306784623E509228D99E1C5DB064F3A719BD30679C1C9F3D908ED739F99317C99C1D1E1F1F5E5D5C5ED7B9F9908B72003FBAFC9D9E5D306D9FBC90000000000000000000000000021120039F9E17DD306E1DDE1E1D1C1F1C9217884C3FC5B217884C3015C217884C3065C217884C30B5C217884C3105C217884C3135C218384C3F75B218384C3015C218384C3065C218384C30B5C218384C3105C218384C3135C218E84C3F75B218E84C3FC5B218E84C3065C218E84C30B5C218E84187B218E8418762199841871219984186C21998418672199841862219984185D219984185821A484185321A484184E21A484184921A484184421A484183F21A484183A21AF84183521AF84183021AF84182B21AF84182621AF84182121AF84181C11788418171183841812118E84180D119984180811A484180311AF84010900EDB0C921409322B684F5C50600C5D5D521EC86360011ED86011800EDB0D17B0F0F0FE60F26006F7BE607F5473EFF2804CB3F10FC11EC861977F12FE6073C47F190CB7F280FE607B7280647AF371F10FCA677181523FE08380636FFD60818F5B7280647AF371F10FC77E12929444D2909ED4BB68409E5D521EB8611F78613237EB728FACB3FAE12237E2BB720097ECB3F862FA612181113237DFEF828047EB720F51B2B7E87AE12D1E1C1F1B720110E0C11EC861A2FA67713230D20F710F0C93D20100E0C11EC861AB67713230D20F810F1C93D20100E0C11EC861AAE7713230D20F810F1C93D20240E0C11EC861AB67713230D20F805C805280F0E0C11F8861AB67713230D20F810F10418DC3D20260E0C11EC861AA6AE7713230D20F705C80528100E0C11F8861AA6AE7713230D20F710F00418DA3D20240E0C11EC861AAE7713230D20F805C805280F0E0C11F8861AAE7713230D20F810F10418DC3D20340E0C11EC861AB67713230D20F805C805281FE50E0C11EC861AA6AE7713230D20F7E10E0C11F8861AB67713230D20F810E10418CC3D20330E0C11EC861AB67713230D20F805C805281EE50E0C11EC861AAE7713230D20F8E10E0C11F8861AB67713230D20F810E20418CD3D20340E0C11EC861AA6AE7713230D20F705C805281EE50E0C11EC861AB67713230D20F8E10E0C11F8861AAE7713230D20F810E20418CC3D20350E0C11EC861AA6AE7713230D20F705C805281FE50E0C11EC861AAE7713230D20F8E10E0C11F8861AA6AE7713230D20F710E10418CB3D203705C8F3E5D9010C00E109D90E0C11EC86D5D9D1D91A2FA6D9471AA6B01323D97713230D20EF10E40E0C11EC861A2FA67713230D20F7FBC93D2040F3C5110C001910FD2BE5D911F4FFE119D9C105C80E0C11F786D5D9D1D91A2FA6D9471AA6B01B2BD9771B2B0D20EF10E40E0C11F7861A2FA6771B2B0D20F7FBC93D200311F4FF190E0C1117001911F786AFF5EBF11A17F5A6F5EB1A2FA677F1B6EB121B2B0D20ECF1EB10DCC9EB0E0C21EC86AFF5F11A1FF5A6F57E2FEBA677F1B677EB13230D20ECF110E2C90000C9E1EF1045E5C921FE6A229599EF204A21315A117298010201EDB0DB0632719B472AAC9B233AAE9BB8280622689B329D682A9C9B233A9E9BB82806226B9B329D6B2A849B233A869BB82806226E9B329D6E21DF4278EF2650C9017F07210000545DCB0179D301E3E3DB012FB720083E08856F10ED180EC506082C0F30025C6510F8C110DD7CB720016F6C627BB7280A444D2909290929292909197DC921F3670E0B183D21E9670E0A183621E0670E09182F21D7670E09182821CF670E08182121CA670E05181A21C4670E06181321BE670E06180C21B8670E06180521B1670E070600E5CDE950E1EDB0C31B503A4B840707074F3A4C8447DB108738FBAFD310DB108738FB3E05D310DB108738FB3E2080D310DB108738FB3E8081D3100608DB108738FB7E23D31110F5DB108738FB3E01D310C983FE012803AF3DC978FE3A3802D607D630FE1030F04F3A5396B728E9260069292929E52156995E235623D54E234623C5E7EFF14278C1300AFDCB35AED1E1215A84C9CDF298D119D119CD1359010800115A84D5CDCD98E1CD0560C36399214C847E47FE0CD02B7E0707076F60010108C3045283FE012803AF3DC978FE3A3802D607D630FE1030F04F3A5396B728E9260069292929E52156995E235623D54E234623C5E7EFF14278C1300AFDCB35AED1E1215A84C9CDF298D119D119CD1359010800115A84D5CDCD98D1CDA960C3639983FE01C0260068292929E52156995E235623D54E234623C5E7EFF14278C13006D1E1215A84C9CDF298D119D119CD1359010800115A84D5CDCD98E1FDCB055E280AE506087E2F772310FAE1EBCDA960C36399AFC92A689B3A8699C332990101081189402803119140C30452210604224B84B72007DB0611A967180311124001080021AE8471E523EBCDCD98E1EF1045C9AFF521FE67CD664F211702FDCB364ECD7861211F02FDCB356ECD7861212702FDCB346ECD7861214093CD135AF1F5070707C6174F06081110403E02CD195CCD634FF1F5478780C66A269B6F7ECD8661CD725FB728FAC1F578F5070707C6174F06081110403E02CD195CC1F1FE0FC8FE01200104FE04200105FE09200B05CABE6305CAC363C3C363D612380C0F0F0FFE0330054F3E029147780420023E02FE032001AF1889786926004429092929470F0F0FE60F4F78060009ED4BB68409E60747043E010F10FDC9F579F3083E0C904FF1B7201008C5F51A77132310FA09F1C13D20F2C93D201108C5F51AA677132310F909F1C13D20F1C93D201108C5F51AAE77132310F909F1C13D20F1C93D201108C5F51AB677132310F909F1C13D20F1C9C326670608B7200C78010B00EDA00C093D20F9C93D200E0E0C1AA67713780600094710F5C93D200E0E0C1AAE7713780600094710F5C90E0C1AB67713780600094710F5C90FF5DCAA63F10FF5DCA463F10FF5DC9363F10FF5DC8163F10FF5DC6863F10FF5DC4E63F10FD00640213796113F96C5010400EDB80608AF121B2B10FBC110EFC90640213B96113F96C5010800EDB80604AF121B2B10FBC110EFC90640213D96113F96C5010A00EDB8AF121B121B2B2BC110F0C92140931640AF060C4E77237910FA1520F4C92140930E40AF060CED672310FB0D20F5C9CDAA63C3AA632140930E40AF060CCB1E2310FB0D20F5C9C3AB613E01C3AC613E02C3AC610600E5092B7907070757AF41B7CB162B10FB1709BB380293341520EFE141577EB720040D2310F87A0600C9CDC758131AFEEB20033E5D121BEB41117884CD9F50AF121312C5EFF14278C1C9AFED67FE0A3802C607121BC9CDF363DCC35FB7C2D85FEB4E234623C911409321EC860E080608C5E501080C1A7713780600094710F6E123C110EC790E58094F0D20E2C9CD1364CD1364EDA9EA5664C91100802140930FF5DC0465F10FF5DCFE64F10FF5DCED64F10FF5DCDB64F10FF5DCC264F10FF5DCA864F10FD00640214893114093C5010400EDB00608AF12132310FBC110EFC90640214493114093C5010800EDB00604AF12132310FBC110EFC90640214293114093C5010A00EDB0AF121312132323C110F0C9213F961640AF060C4E772B7910FA1520F4C9213F960E40AF060CED6F2B10FB0D20F5C9CD0465C30465213F960E40AF060CCB162B10FB0D20F5C9110C00CD2E51E57C3C2FE603477D3D2F4F213F9309113F96EDB8C1AF12626B1BEDB8C9110C00CD2E51E57C3C2FE603477D3D2F4F11409319EDB0C1AF12626B13EDB0C9C578B1CACA5F6069EF1E431313D5EF1D41D1C1C90E6018060E5C18020EAAC52A9D992B7EE61FC12015C5CD9099E167227984AF327B84D778010300C3F298CDC058EBAFC92A9D992B7EE61F2017CD909921015D227884ED537A84EFF14278010400C3F2983DF5CDC058EBF1C8FE0CC8D603C2C35FEBC3F363F5ED4B939978FE187938040600C606FE3B3806D63C3002C6064F04ED439399052A9599F1C5E506004F60692909D119C1E57806006069290929291FF54F0901409309010C06F1D1381A7EE60F771ACB4028050707070713E6F0B677780600094710E7C97EE6F0771ACB402005070707071B13E60FB677780600094710E6C9C5E57ECDD065E1C1EDA1EA4E66C9D65CC83DC83DC8D602C83DC83DC83DC8D61BC8D62CC8D611C8D634C92A9D992BB72801BEC2BC5FE723229D992A9B992B229B99EFF142DACD4FEB4E234623EBC9CD72522A5D967EFE3F20F5C92A5D96237EFE08200C225D96CD7252C5CD7252D1C9FE2A280ACD97981B2B03225D96C9237ECD5C66203AED43AE844E234623225D967EFE3FF308CD9A5978010C00CDF298EBC5ED4BAE8478B12003C11801F108C8F5E5C5D5424BCD7252E109EBC1E1F1C97E225D96D6410726806F1136004E234619192B7EED525E2356C9080E0CC5F51AEDA02B772310F809F1C13D20F0C9114093E5D57D6C2600545D291929295F19D119D12B23E5C5DB100738FB3E2083D310DB100738FB3E8082D3100E0CDB100738FB7ED311780600094710F1C11C0DE120D2C9AF11EB89121BCD0E50FE0A3802C607C630121B7CB520EF3EEB60934F13EBC9CD72522A5D967EFE2B20F5C920202020202020203A4845494748543A57494454483A42414429593A42414429583A415243483A544F4F294249473A4E4F2944415441AF3A424144294E414D453A42414429494E5055543A424144294E554D424552ADDF7FFFFE0000FFFFFDF76A52E087800000000003C20E94973EB80000000000003AF9D26AE1C0000000000000070EAC943900000000000000013852AAC60000000000000000C6AA7564B0000000000000004D5CAA98480018080042084032AAD548481F084802A4A4A82556D6B07195080E0514A5141AD67A604A440849080404020CBCA9404A440A4904044404052AA580B1A41E9602020808034AAE00000000000000000000EAF0000000000000070000001E80000000038000088000000200000020044410080000000000000010144A1306000000000000001940CE74880000000000000014D1399488800000000000002840666B47200000000000000080A000000000000000000000004000000000000000000000000000000000000000003CB0000009000000000000104248000009000000000000305A498A3389319400000000105A7245444F4A54000000001042424427894A5800000000393C424414094A5400000000000081A86389319400000000000000000000000000000000003CB80000900000000000001842400000900000000000002442419638931940000000000842724954F4A54000000000104242491094A580000000003D3C42491094A54000000000000081891093194000000000000000000000000000000000003C88002400000000000000184250002400000000000000244251C924C6500000000000084262293D29500000000000244253C92529600000000000193C52072529500000000000000089C124C65000000000000000000600000000000000800000000000000000000002F0000000000000000000001EAE00000000000000000000EAA5800000000000000000034AA9400000000000000000052A7A6000000000000000000CBCD6B000000000000000001AD6D54800000000000000002556AA98000000000000000032AA756400000000000000004D5CAAC60000000000000000C6AA9439000000000000000138526AE1C0000000000000070EAC973EB80000000000003AF9D252E087800000000003C20E94ADDF7FFFFE0000FFFFFDF76A0000000000000000000000000000008CEC800000000000002444200A4A0000EAE0004E4000040000E444E42C00ECECC0655C4062A200C24E000248E0699600AC8800E440006860E02E4E80C2C0E0060000E8C8E042F240ADDDA04E4440444E40000000444040AAA000000000000000A248A04A4A5088800024442084448000400004E40000448000E0000000802248804AAA404C44E0C248E0C242C0AAE220E8C2C068EAE0E24440EAEAE0EAE2200404000404802484200E0E00842480C240400000004AEAA0CACAC0688860CAAAC0E8C8E0E8C88068AA60AAEAA0E444E0622A40AACAA08888E0AEAAA0CAAAA0EAAAE0CAC880EAAE60CACAA06842C0E44440AAAAE0AAAA40AAAEA0AA4AA0AAA440E248E04AEA40884220C444C04A00000000E084000006AA6088CAC0068860226A6004AC6048C88006A62C88CAA04044402022A48ACAA08888400AEAA00CAAA004AA400CAC8006A6220AC8800C84C04E44200AAAE00AAA400AAEA00A44A00AA6240E24E0648460444440C424C005A000E0E0E0
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 25, 2011, 08:06:57 pm
Hmm, there are no non-hex chars here. I justed tested it:
Spoiler For Spoiler:
C38A59303039323433003C424242423C00003C425A5A423C00C39E4FC39F4FC3BC4FC3BD4FC3CD4FC3D04FC3F94FC30C50C30E50C31B50C36950C39F50C3E950C3FD50C30A51C31551C32151C32D51C32E51C33B51C36251C37751C37A51C3B151C3E151C3F351C30452C32E52C38758C39158C3C058C3C358C3C758C30959C31359C32959C39359C39659C39759C39A59C3C259C3C459C3DA59C3DC59C3135AC37298C38898C39798C39B98C3CD98C3EF98C3F298C36399C3664FC3335BC3395BC33F5BC3455BC34B5BC3515BC3575BC35D5BC3635BC3695BC36F5BC3755BC37B5BC3815BC3875BC38D5BC3935BC3985BC39D5BC3A25BC3A75BC3AC5BC3B15BC3B65BC3BB5BC3C05BC3C55BC3CA5BC3CF5BC3D45BC3D95BC3DE5BC3E35BC3E85BC3ED5BC3F25BC3F75BC3FC5BC3015CC3065CC30B5CC3105CC3135CC31F5CC3C45CC3D85CC3EB5CC3FE5CC3255DC34E5DC3755DC3AC5DC3E25DC3195EC3515EC38B5EC3CE5EC3F75EC3175FC3185FC3195FC31A5FC3205FC3725FC3B55FC3BC5FC3C35FC3CA5FC3D15FC3D85FC3DF5FC3E65FC3ED5FC3F45FC3F95FC30560C31060C3A960C36D61C37861C38C61C3AB61C34F62C37262C37E62C39162C3A562C3B962C3CD62C3CF62C3D262C3E162C3F262C30063C30E63C33463C34E63C36863C38163C39363C3A463C3AA63C3BB63C3BE63C3C363C3C863C3F363C3F363C31364C31F64C32F64C33564C35664C36264C36864C36864C38E64C3A864C3C264C3DB64C3ED64C3FE64C30465C31565C33065C33165C33865C35065C35165C35865C36C65C37065C37465C39C65C3D065C3F465C31966C33366C34E66C35C6683F3ED739F9931689BF5E5D5C5ED7B9F99116D61D5B7C8E521B5B5ED42E1C07D3DB420053A7884B7C0229B99E5DFCFE1EF9F432A249823229D99213B512291993EC3329099329899217866229999CD90992A9B99CA1B501C43212D43E51005FDCB35AEC91004EF7045C9100921BD50DB06EFE44FC91019CD9099E60F8783878316005F213A8A19E5CDC758E1EBEDB0C91024CD9099E60F8783878316005F213A8A19E5CD9099E60F8783878306004FCDE950E1EDB0C91018CDC758626BCB38CB19C52B702B712323CD2151D1EF5743C9101ECDC758EB2B2B5ECB262356CB162319EBE5EFF742E1444D19EB2B1BC315511029CDC758EB2B2B5E235623192B118785014000CD1551210000224B843E7F12EBEF10453A8785EF0145C9100D014000CDE950EB110885C321511028CD9099E60787878787F5CD9099E60FC18006004F210885097ED630FE0A3802D6076F2600EF9247C9101ECD9099E67FCAB55F2F47AF3DD30178D301DB012FCB7B2003B728F0C32C44101BCD9099D5CDEF98D119CD1359E5F5CD9099424BCDE950F1E1C3CD981013CD9099D5CDEF98D119B7C0E5CDC758E1C30959100ECDE151CDC758D5CDC758E1C369501013CDEF98E5CD9099E119E5CD9099E17E73C32C44100DCDEF98E5CD9099E1197EC32C44105DCD909932B284CDEF98F5E5CD9099E119F1110080CD016000CD98CDEF9832AE84E5CD9099E11922B084CD90990FF5300C212F80115F80013000CD5664F10F381A3AAE842AB084114093AF32AE84ED53B084010003CDCD98CD2F64C368641017CD90993E808257D5CDC758E11AEDA02B772378B120F6C91010CD90993E808257D5CD9099424BC38E431011CD90993E808257D5CD9099E17E73C32C44100BCD90993E8082571AC32C44100FCDEF98F5E5C5CDE950C1E1F1C3CD981011CDC758CB38CB1921EC86E5CD215136C9C9100ECDC758EB11EC86D5EDB0EB36C9C91023CD9099F5CD9099F5CD9099E63FF5CD9099E60FF5CDC758E1F16FC1F14FCD2E52C30452100ACD9099F5CDEF98F112C9101FEF6F4CFE01380C78FE1E3807EF2152EF8F47C9EFBC41EFB3502803EF9541C9100B2147847EC6D9D834D310C9100D2147847E06D780B8D835D310C9103E21409322B684CD9099D5CD9099F53DFE60D2ED5FCD9099D5CD9099F53DFE40D2F45FCD9099F1C147813DFE40D2F45FF1E167853DFE60D2ED5FEB7DC31F5C1006214093C3135A1013CD9099324B84CD9099324C84CD9099EF0145C91011CD9099FE2738023E27324784C6D8D310C91012CD9099F5CD909921F089F119467778C32C44100BCD909921F089197EC32C441033CDF35111409319E5CD9099F5CD9099F1F5D5CD2E51444DCDE950C141F1E1123E0C904F1AC5F57E12132310FA09F1C13D20F2C91064CD9099F5CD9099672E60227984AF327B84F1B72016D7D8781313EBB72804110C0019114093010003C3CD98FE033020F5D73803EFC64FF1FE02C8EF3343EB360023360323EB210C00EFF742EBC3135AD603F5D73002C1C978B728023E01C1A8C8EFD84FC9101CCD9099324B84CD9099324C84CDC758EB2BE57E71F5EF1045F1E177C91041CD9099D5CD9099626B29292919E5CDC758EB41117984CD9F500C0C21015D227884AF12C5EFF14278C1CDF298D119D1E5F5CDF94F606929292909444DF1E1C3CD98100ACD9099E63FC640D310C905CA4E52101ECDEF98F5D5C5110300CDF94FE1CDD04FE16E2600CDD04FF126006FC3D04F1007EFD74AEF8F47C91007CD725FEF9247C91016CD9099ED537A99CDC758EB5059CDDA591B7AB320F8C9101FCD9099E6076F260029292929E5CD9099E60F16005FE119110885197EC32C441025110200CDF94FD5CD9099D5CD9099C1ED68ED79CD0B00ED4806002600D1C5CDD04FE1C3D04F1009CD90994FED78C32C441009DB06210C5AEF664FC91015CD9099327699CD9099327799DB0621175AEF664FC91005FDCB368EC91005FDCB34AEC91011CDC75821EC86CB38CB19E5C5CD215118071033CDC758D5C5CD9099E13DFE40D2ED5F3C4FCD0E50B728012C7D3DE63F3CCAD15F47C5CDF35111409319E5CD9099E1C1D1C37262103BCD909932B284CD9099D57AB3CAB55FCDEF98C1C5F53AB2845FF132B084CD9B98ED43AE84C10B78B13AB08420E6D5ED4BAE84F5CDE950F1E1C3CD9810557AFE37CA634FCD9099F5CD909921569973237223E5CDC758E171237023EB79EDB0FE082802AF12DB06C1041005213959181F100521CC581818100521255018111005214C60180A100521BE601803211B61EFE44FC905C2444A21409322B684CD9099F5FE043014CD9099D5CD9099C147CD4F62F5E5A6CD2C44E1F1C10405C810042FA677C91003B677C91003AE77C9100FAFED5BB68412626B1301FF02EDB0C910103EFFED5BB68412626B1301FF02EDB0C910102AB6840100037E2F77230B78B120F7C978FE073030C5CD9099C178FE04300D626B29192929ED5BB6841918192AB684F57B0F0F0FE60F4F7B060009E60747043E010F10FDC1100BAF77545D13010B00EDB0C9100C3EFF77545D13010B00EDB0C91009060C7E2F772310FAC9100E2F0640110C004FA677197910F9C9100D0640110C004FB677197910F9C9100D0640110C004FAE77197910F9C9C91023010A00CDE9503E3A218340EB3634237723EBEDA0EDA01213EDA0EDA01213EDA0EDA0C9102FCD9099B7CAB55FD5CD9099C10604C50FF579DC0E63F1C1C50FF579DC6864F1C1C50FF579DC1565F1C10F79DC3865C91060CDC75878B0C2D15FCB2979FE20D2D15F21EC86C5CD2151CD90991600ED53AE843DFE20D2B55FCD9099C1F521EC8611EB89C5D53AAE845FCDC863D1121B79C12804044F18EC0448060013D5CDE950E1F17EFE0A3802C607C63077EDA0EAEC4AC91022CDC758131AFEEB20033E5D121BEB41117884CD9F50AF121312EFF14278D8EFC64FC91006CD1F64C30A461006CD1F64C35249104ECD9099470E60CD9A59DCC35FEB232378B72804010C0009F5E5CD9099626B19192929D119E5CD9099E10F0F0FE61F4F0600097BE6073CC1F57811EC86D5010100CDCD98E1C13E010F10FDA6C32C44101ECDEF98F5E5C5CDF3633803EFC64FE1E53A7884EF704E1313C1E1F1C3CD98100C0E01CDE950D5CD9099E177C91007CDC7581AC32C441041CDC058FE0D2006CB21CB10181FFE01281BFE04C0D55059CDF94FE1C5E56E2600CDD04FE1C10B2378B120F0C9D5CDE950E123C5D5CD7A51D112C1130B78B120F2C91008CD9099424BC3E95005C28C4CCD90993E5C3279841600ED537A84D778010300CDF298ED43AE84F5E5CD9099626B29292919D119E5CD90992AAE842600545D29292919CD2D51D119E5CD9099B7CAB55FD5626B2929291922B0842AAE846F7C9526006F545D2929291922B284CD9099B7CAB55FC147F5CD5865C1E1F1C5CD1359ED4BB084CDCD9878ED4BB28409C110ECC9100FCD9099ED537A99CD9099B7C8C3DC59103ECD90990FF5E6033CF5CD9099F1F5D5FE042803CD9099E1C17C1005A2677DA36F1005AA677DAB6F1005B2677DB36F10052F677D2F6FF130022600EF9247C9101DCD7065E5F516005978CD2E51E5EBCDF94FE129292909444DF1E1C3CD981012CD7465E5F5CD9099424BCDE950F1E1C3CD98101ACD7465F509E5CD9099E1ED52E5424BCDE950E1F1CD1359C3CD981018CD7465F5E5CD9099E119E5CD9099424BCDE950E1F1C3CD98104CED6222AE84CD7065F5E50600606929292909E5ED5BAE841922AE84CD9099D1CD2E51C109E5CD9099626B29292919D119E5CD9099F5CDF94FC104E1F1C5010900CDCD98ED4BAE8409C110F1C9100621EEFFC34A4D100621F7FFC34A4D1037CD7065F5E50600606929292909E5CD9099D1CD2E51C109E5CD9099626B29292919D119E5CD9099CDF94F606929292909444DE1F1C3CD981052ED6222AE84CD7065B7C2D85FE50600606929292909E5ED5BAE841922AE84CD9099D1CD2E51C109E5CD9099626B29292919D119E5CD9C65D1F578B1CACA5FF141C5010900CDCD98ED4BAE84EB09EBC110EFC9100621EEFFC3E14D100621F7FFC3E14D103FCD7065B7C2D85FE50600606929292909E5CD9099D1CD2E51C109E5CD9099626B29292919D119E5CD9C65EBF578B1CACA5FF1606929292909444DEBD1C3CD98102ACD746541117884CD9F50AF121312EFF142DCC35F78B7C2D85F21F8897EE5F5FDCB08CEEF9B4AF1E177C9101621E785AF5FCD9B98D5CDE950E1D5EDB0E17EC64077C910120E45ED680CED60E5CD9099E1ED52EF9247C91023CD9099D5CD9099C147ED4393992A9D992B7EE61F2006CD9099C3D065CDC758EBC34E66100218E61025CDC758210000C5D5E51ACD5C66F5EBEF9445F1E1D109C120020B130B1378B120E5EF9247C910372A9D992B7EFE04280DCD9099D5CD9099C147ED439399CDC758EBC5E57ECD5C66F5EF9445218E84CD4E66F1E1C120020B23EDA1EA464FC92140930E111640DB108738FB3E07D310DB108738FB3E20D310DB108738FB3EC092D310060CDB108738FBEDA320F71520DFDB108738FB3E05D310C9EB3E1011000029EBED6AEBF57AB820027BB938052CEBED42EBF13D20E9C9EB1100003E10EB29EB293001093D20F6C9117884D5010A09AF121310FCCD7E677941CB28C67ED113D5EB771A1323ED6F1A13ED6F10F5E101080009EBC9D57AB3CACA5FEBEF12431313D5EF1D41D1C1C90E0A0610AF2917B938022C9110F7C9ED7B9F99CD575BF601C983FE01C0260068444D29092909E52156995E235623D54E234623C5E7EFF14278C1300AFDCB35AED1E1215A84C9CDF298D119D119CD1359010800115A84D5CDCD98E1AFC922B48421409322B284060CC50608C51AD56F2600292929ED4BB48409EB2AB284CD889822B284D113C110E32525252C22B284C110D6C90E007EFE2920023E20FEBB200A23057ED64FFE6D38013D2312130C10E5C983FE012803AF3DC978FE3A3802D607D630FE1030F04F3A5396B728E979C58781878116005F213A8A19C1AFC9C578B1CACA5F6069EF24431313D5EF1D41D1C1C93E30ED67FE3A3802C607121BC91AFE3A3802D60713ED6FC9CDFD50CDFD50EDA9EA1551C9CD0A51CD0A51EDA1EA2151C9EB0608210000290730011910F9C9ED5B9D991B1AE61F2803AF18072A9B997CB52003575FC92B229B99EB23CD7A51229D99F6017BC9D5E5CD2D51ED5BB4841922B484E13E0ACD2D51D1C92179847EE5E60FCB3FF53C4F060009EB606822B48423F130061AE60FCD62511AE6F007070707CD62511B0D79B720EAE111090019ED5BB4847BC9D5FE61380CEB36BB23EBC64FFEBB38013CFE2E20023E3AFE2020023E29FE3F20013D1213DA1EAB251E1EBED52E5C444DCD90993DE603878787C6A6328C98327B98C9CD9099D5CD9099EB2929545D2919D119C9DB108738FB3E2084D310DB108738FB3E8085D310C5E5DB108738FB1A13D31110F5E1C10D2479B720D7C9C5E521EC86E5EB79F5E5C57E1213780600094710F6C1E1F1233D20ECD1E1C1C9FDCB078621EC8622A19921EB8922A39921725222919921A866229999ED437899116A52D52A5D9623225D967EFE3FC8FED92006225D96C31B50FED8202C237EFED12813CD7252C511F5081B7AB320FB0B78B120F3C1C9C5E5225D96CD9C66373FED62ED42E138F0C1C9FE72200D2A7A99ED437A99227899444DC9FEDE202DCD725279E607324B84CD7252C579E60F324C84E5060004237EFE3F20F9EBE10570E5EF1045225D96E1362BC1C9FE9C2008CD0746ED4B7899C9FEAD2009CD725F444D227899C9FEDF2037237EFE3F2008CD634FED4B7899C9CD7252E6F80F0F0FF5CD7252E6F80F0F0FC1903C68F5E5CD7252F5CD7252C1903CE16047F14FC33A67FE932021237EFEB0280E2BCD7252C5CD7252D151ED539399225D96C5CDA866EBCD464FC1C9FEBBC28E53237E225D96FE6C200ECDA866CB38CB1921EC86E5C32151FECE202EC5CD7252373FED62ED42C1D8EB2A5D96237EFED420011BFECF2804FED12001137AB320EC237EFE3F20FA225D96C9FEA6202CCD7252EB60692909292901409309E5EBCD725279E1060CB72005772310FCC93D200B3D18FB7E2F772310FAC9FE9D204DCD725279E60747790F0F0FE61F4F043E010F10FD21409309F5E5CD725279010C40E1D1B7200E7A2F577AA677780600094710F6C93D200B7AB677780600094710F6C97AAE77780600094710F6C9FEE22075CD7252792140930100031655B7200777EDA1EA5454C93D20033D18F33D20097E2F77EDA1EA6454C93D20037A18E13D20047A0718DA3D20097AAE77EDA1EA7D54C93D2004CB0218F0C5F5E5CD7252E179C1C510012F57F1C13D20097AA677EDA1EAA054C93D20097AB677EDA1EAAC54C93D28C5189AFE2D20362B7E2323225D96FE047E327984110000EB227A84EB280FCD9359010000D813EBCD7A51424BC9C5CD93593003EF0F43E1E5CDD04FC1C9FED1201AE5225D96CD9C66373FED62ED42EB13E1D29F53E5CD6A52E118E6FED42002E1C9FEB52008CD72523C47C33C43FEA4CA6446FE132808FEA0383AFEA43036D6A0F5014093ED43B684CD7252C5CD725279C147CD4F62C14FA6110100B720011DD5791004B677C1C910052FA677C1C91002AE77C1C9FEAB20110602ED5F57ED5F5F1910F7444D227899C9FECF2003E1E5E9FEC420043E401805FEC22022AFF5CD7252F181F317572F5F08AF0608CB0B3001821F10F8074F08D02F3CC84F05C9FE752022010100237EFE3F2803CD7252DB0207E6015779FE013804A2D320C9DB02E601AA18F6FE992804FE982057D698F5CD7252612E60227984F1B72037327B84CD9359380778B72806EFC64FEF3343EB4E234623EB210003ED42010003C5380C23EB2B702B712323EBEFF742C1214093EDB0C9CD9359D818010C00CDF298114093C3CD98FE9ECA8448FE9F2034CD72522AA399ED5BA199373FED52D823ED423006EB606909444DC52AA199E50922A199CD7252C5CDEF98D119D1C1D5CDCD98C1C9FEC0203D237EFE93F5962019225D96237EFE2A280DCD7252C5CD7252D151ED539399225D96CD7252C57EAB0E0AFE3F2803CD7252E1CD7E67ED437899F1CA4E66C9FEDB2018C5CD725203D17AB3C82B7EFE3F20FA0B78B120F5225D96C9FEDA2019C5CD7252032BD17AB3C8237EFE3F20FA0B78B120F5225D96C9FED52012237EFE042808CD7252ED435D96C923444D03FE042002237EFE403833FE5B302FEB3DE61F076F131A1BFEAE20043E36856F26801B1A13FE042009ED4B789971237018074E2346ED437899EB237E180BFE30380AFE3A3006CD9158225D96FE70200EC5CD7252D1EB09227899EB424BC9FE712011C5CD7252D1EB373FED42227899EB424BC9FE0D200450591809FE82200EC5CD7252D1CDBC4F227899444DC9FE832014C5CD7252D1E5CD9E4F227899ED537A99444DE1C9FEB0200CCD7252373FED62ED42444DC9FE40200CC5CD7252E178A44779A54FC9FE3C200CC5CD7252E178B44779B54FC9FE3D200CC5CD7252E178AC4779AD4FC9FEB8200ACD7252782F47792F4FC9FE6A2012C5CD7252E1373FED42210000200123444DC9FE6F2012C5CD7252E1373FED42210000280123444DC9FE6C2014C5CD7252E15059EB373FED5219210000380123C9FE6E2013C5CD7252E1373FED4209210000380123444DC9FE6B2013C5CD7252E1373FED4209210000300123444DC9FE6D2014C5CD7252E15059EB373FED5219210000380123C9505979C9237EFE30D8FE3A38F7C9CD8758E5EB210100444C1B1AFE303818FE3A3014E60FD5C5CD2D51C109E5EB3E0ACD2D51C1D118E2E1ED4378997EC9AF18063E0118023E04C3989983FE01C0260068292929E52156995E235623D54E234623C5E7EFF14278C13006D1E1215A84C9CDF298D119D119CD1359010800115A84D5CDCD98E1AFC91AEDA02B7723EA0959C9B7C8C5477CD6400707E60380477CE63FC6406778C1C901AA00CD9A59DC1B50EB4E234623EBC983FE01C0260068292929E52156995E235623D54E234623C5E7EFF14278C13006D1E1215A84C9CDF298D119D119CD1359010800115A84D5CDCD98E1FDCB055E280AE506087E2F772310FAE1CD0560C36399CD205FCDAB61EF2740117984EB4E23462160FE79BE2B200478BE280E11F8FF19EB2A3098ED52EB7AB73F20E72323462356235E2323237EC90E0A0610AF2917B938022C9110F7CB39B93803239191C9C97E234FFE80380947E3E3E3E310FAAFC9D5E5572A7A99CDC4594AE541E3E3E3E310FA147AD300E12B7CB520EEAFD300E1D1C983FEEEC0214093EF7B4CC983472142847EFE3238063A76997778C9FE0A20043A77997778C9773E0C904F7EC5F51A0077132310F909F1C13D20F1C9010C081A007713780600094710F5C9AF1E3F23E5B72802D3060100007C87B52007DB063CD30626407BEDA120EFDB06573EFF90473EFF914F3A719BD3067AD1FE072001AFC9B72003EDB0C9D3067C87B52007DB063CD3062640EDA0EAD598DB06473A719BD306C9CDF363DCC35FEBB720054E234623C90901090009477C87B7200304264078D3064E23477C87B5200604264078D306784623E509228D99E1C5DB064F3A719BD30679C1C9F3D908ED739F99317C99C1D1E1F1F5E5D5C5ED7B9F9908B72003FBAFC9D9E5D306D9FBC90000000000000000000000000021120039F9E17DD306E1DDE1E1D1C1F1C9217884C3FC5B217884C3015C217884C3065C217884C30B5C217884C3105C217884C3135C218384C3F75B218384C3015C218384C3065C218384C30B5C218384C3105C218384C3135C218E84C3F75B218E84C3FC5B218E84C3065C218E84C30B5C218E84187B218E8418762199841871219984186C21998418672199841862219984185D219984185821A484185321A484184E21A484184921A484184421A484183F21A484183A21AF84183521AF84183021AF84182B21AF84182621AF84182121AF84181C11788418171183841812118E84180D119984180811A484180311AF84010900EDB0C921409322B684F5C50600C5D5D521EC86360011ED86011800EDB0D17B0F0F0FE60F26006F7BE607F5473EFF2804CB3F10FC11EC861977F12FE6073C47F190CB7F280FE607B7280647AF371F10FCA677181523FE08380636FFD60818F5B7280647AF371F10FC77E12929444D2909ED4BB68409E5D521EB8611F78613237EB728FACB3FAE12237E2BB720097ECB3F862FA612181113237DFEF828047EB720F51B2B7E87AE12D1E1C1F1B720110E0C11EC861A2FA67713230D20F710F0C93D20100E0C11EC861AB67713230D20F810F1C93D20100E0C11EC861AAE7713230D20F810F1C93D20240E0C11EC861AB67713230D20F805C805280F0E0C11F8861AB67713230D20F810F10418DC3D20260E0C11EC861AA6AE7713230D20F705C80528100E0C11F8861AA6AE7713230D20F710F00418DA3D20240E0C11EC861AAE7713230D20F805C805280F0E0C11F8861AAE7713230D20F810F10418DC3D20340E0C11EC861AB67713230D20F805C805281FE50E0C11EC861AA6AE7713230D20F7E10E0C11F8861AB67713230D20F810E10418CC3D20330E0C11EC861AB67713230D20F805C805281EE50E0C11EC861AAE7713230D20F8E10E0C11F8861AB67713230D20F810E20418CD3D20340E0C11EC861AA6AE7713230D20F705C805281EE50E0C11EC861AB67713230D20F8E10E0C11F8861AAE7713230D20F810E20418CC3D20350E0C11EC861AA6AE7713230D20F705C805281FE50E0C11EC861AAE7713230D20F8E10E0C11F8861AA6AE7713230D20F710E10418CB3D203705C8F3E5D9010C00E109D90E0C11EC86D5D9D1D91A2FA6D9471AA6B01323D97713230D20EF10E40E0C11EC861A2FA67713230D20F7FBC93D2040F3C5110C001910FD2BE5D911F4FFE119D9C105C80E0C11F786D5D9D1D91A2FA6D9471AA6B01B2BD9771B2B0D20EF10E40E0C11F7861A2FA6771B2B0D20F7FBC93D200311F4FF190E0C1117001911F786AFF5EBF11A17F5A6F5EB1A2FA677F1B6EB121B2B0D20ECF1EB10DCC9EB0E0C21EC86AFF5F11A1FF5A6F57E2FEBA677F1B677EB13230D20ECF110E2C90000C9E1EF1045E5C921FE6A229599EF204A21315A117298010201EDB0DB0632719B472AAC9B233AAE9BB8280622689B329D682A9C9B233A9E9BB82806226B9B329D6B2A849B233A869BB82806226E9B329D6E21DF4278EF2650C9017F07210000545DCB0179D301E3E3DB012FB720083E08856F10ED180EC506082C0F30025C6510F8C110DD7CB720016F6C627BB7280A444D2909290929292909197DC921F3670E0B183D21E9670E0A183621E0670E09182F21D7670E09182821CF670E08182121CA670E05181A21C4670E06181321BE670E06180C21B8670E06180521B1670E070600E5CDE950E1EDB0C31B503A4B840707074F3A4C8447DB108738FBAFD310DB108738FB3E05D310DB108738FB3E2080D310DB108738FB3E8081D3100608DB108738FB7E23D31110F5DB108738FB3E01D310C983FE012803AF3DC978FE3A3802D607D630FE1030F04F3A5396B728E9260069292929E52156995E235623D54E234623C5E7EFF14278C1300AFDCB35AED1E1215A84C9CDF298D119D119CD1359010800115A84D5CDCD98E1CD0560C36399214C847E47FE0CD02B7E0707076F60010108C3045283FE012803AF3DC978FE3A3802D607D630FE1030F04F3A5396B728E9260069292929E52156995E235623D54E234623C5E7EFF14278C1300AFDCB35AED1E1215A84C9CDF298D119D119CD1359010800115A84D5CDCD98D1CDA960C3639983FE01C0260068292929E52156995E235623D54E234623C5E7EFF14278C13006D1E1215A84C9CDF298D119D119CD1359010800115A84D5CDCD98E1FDCB055E280AE506087E2F772310FAE1EBCDA960C36399AFC92A689B3A8699C332990101081189402803119140C30452210604224B84B72007DB0611A967180311124001080021AE8471E523EBCDCD98E1EF1045C9AFF521FE67CD664F211702FDCB364ECD7861211F02FDCB356ECD7861212702FDCB346ECD7861214093CD135AF1F5070707C6174F06081110403E02CD195CCD634FF1F5478780C66A269B6F7ECD8661CD725FB728FAC1F578F5070707C6174F06081110403E02CD195CC1F1FE0FC8FE01200104FE04200105FE09200B05CABE6305CAC363C3C363D612380C0F0F0FFE0330054F3E029147780420023E02FE032001AF1889786926004429092929470F0F0FE60F4F78060009ED4BB68409E60747043E010F10FDC9F579F3083E0C904FF1B7201008C5F51A77132310FA09F1C13D20F2C93D201108C5F51AA677132310F909F1C13D20F1C93D201108C5F51AAE77132310F909F1C13D20F1C93D201108C5F51AB677132310F909F1C13D20F1C9C326670608B7200C78010B00EDA00C093D20F9C93D200E0E0C1AA67713780600094710F5C93D200E0E0C1AAE7713780600094710F5C90E0C1AB67713780600094710F5C90FF5DCAA63F10FF5DCA463F10FF5DC9363F10FF5DC8163F10FF5DC6863F10FF5DC4E63F10FD00640213796113F96C5010400EDB80608AF121B2B10FBC110EFC90640213B96113F96C5010800EDB80604AF121B2B10FBC110EFC90640213D96113F96C5010A00EDB8AF121B121B2B2BC110F0C92140931640AF060C4E77237910FA1520F4C92140930E40AF060CED672310FB0D20F5C9CDAA63C3AA632140930E40AF060CCB1E2310FB0D20F5C9C3AB613E01C3AC613E02C3AC610600E5092B7907070757AF41B7CB162B10FB1709BB380293341520EFE141577EB720040D2310F87A0600C9CDC758131AFEEB20033E5D121BEB41117884CD9F50AF121312C5EFF14278C1C9AFED67FE0A3802C607121BC9CDF363DCC35FB7C2D85FEB4E234623C911409321EC860E080608C5E501080C1A7713780600094710F6E123C110EC790E58094F0D20E2C9CD1364CD1364EDA9EA5664C91100802140930FF5DC0465F10FF5DCFE64F10FF5DCED64F10FF5DCDB64F10FF5DCC264F10FF5DCA864F10FD00640214893114093C5010400EDB00608AF12132310FBC110EFC90640214493114093C5010800EDB00604AF12132310FBC110EFC90640214293114093C5010A00EDB0AF121312132323C110F0C9213F961640AF060C4E772B7910FA1520F4C9213F960E40AF060CED6F2B10FB0D20F5C9CD0465C30465213F960E40AF060CCB162B10FB0D20F5C9110C00CD2E51E57C3C2FE603477D3D2F4F213F9309113F96EDB8C1AF12626B1BEDB8C9110C00CD2E51E57C3C2FE603477D3D2F4F11409319EDB0C1AF12626B13EDB0C9C578B1CACA5F6069EF1E431313D5EF1D41D1C1C90E6018060E5C18020EAAC52A9D992B7EE61FC12015C5CD9099E167227984AF327B84D778010300C3F298CDC058EBAFC92A9D992B7EE61F2017CD909921015D227884ED537A84EFF14278010400C3F2983DF5CDC058EBF1C8FE0CC8D603C2C35FEBC3F363F5ED4B939978FE187938040600C606FE3B3806D63C3002C6064F04ED439399052A9599F1C5E506004F60692909D119C1E57806006069290929291FF54F0901409309010C06F1D1381A7EE60F771ACB4028050707070713E6F0B677780600094710E7C97EE6F0771ACB402005070707071B13E60FB677780600094710E6C9C5E57ECDD065E1C1EDA1EA4E66C9D65CC83DC83DC8D602C83DC83DC83DC8D61BC8D62CC8D611C8D634C92A9D992BB72801BEC2BC5FE723229D992A9B992B229B99EFF142DACD4FEB4E234623EBC9CD72522A5D967EFE3F20F5C92A5D96237EFE08200C225D96CD7252C5CD7252D1C9FE2A280ACD97981B2B03225D96C9237ECD5C66203AED43AE844E234623225D967EFE3FF308CD9A5978010C00CDF298EBC5ED4BAE8478B12003C11801F108C8F5E5C5D5424BCD7252E109EBC1E1F1C97E225D96D6410726806F1136004E234619192B7EED525E2356C9080E0CC5F51AEDA02B772310F809F1C13D20F0C9114093E5D57D6C2600545D291929295F19D119D12B23E5C5DB100738FB3E2083D310DB100738FB3E8082D3100E0CDB100738FB7ED311780600094710F1C11C0DE120D2C9AF11EB89121BCD0E50FE0A3802C607C630121B7CB520EF3EEB60934F13EBC9CD72522A5D967EFE2B20F5C920202020202020203A4845494748543A57494454483A42414429593A42414429583A415243483A544F4F294249473A4E4F2944415441AF3A424144294E414D453A42414429494E5055543A424144294E554D424552ADDF7FFFFE0000FFFFFDF76A52E087800000000003C20E94973EB80000000000003AF9D26AE1C0000000000000070EAC943900000000000000013852AAC60000000000000000C6AA7564B0000000000000004D5CAA98480018080042084032AAD548481F084802A4A4A82556D6B07195080E0514A5141AD67A604A440849080404020CBCA9404A440A4904044404052AA580B1A41E9602020808034AAE00000000000000000000EAF0000000000000070000001E80000000038000088000000200000020044410080000000000000010144A1306000000000000001940CE74880000000000000014D1399488800000000000002840666B47200000000000000080A000000000000000000000004000000000000000000000000000000000000000003CB0000009000000000000104248000009000000000000305A498A3389319400000000105A7245444F4A54000000001042424427894A5800000000393C424414094A5400000000000081A86389319400000000000000000000000000000000003CB80000900000000000001842400000900000000000002442419638931940000000000842724954F4A54000000000104242491094A580000000003D3C42491094A54000000000000081891093194000000000000000000000000000000000003C88002400000000000000184250002400000000000000244251C924C6500000000000084262293D29500000000000244253C92529600000000000193C52072529500000000000000089C124C65000000000000000000600000000000000800000000000000000000002F0000000000000000000001EAE00000000000000000000EAA5800000000000000000034AA9400000000000000000052A7A6000000000000000000CBCD6B000000000000000001AD6D54800000000000000002556AA98000000000000000032AA756400000000000000004D5CAAC60000000000000000C6AA9439000000000000000138526AE1C0000000000000070EAC973EB80000000000003AF9D252E087800000000003C20E94ADDF7FFFFE0000FFFFFDF76A0000000000000000000000000000008CEC800000000000002444200A4A0000EAE0004E4000040000E444E42C00ECECC0655C4062A200C24E000248E0699600AC8800E440006860E02E4E80C2C0E0060000E8C8E042F240ADDDA04E4440444E40000000444040AAA000000000000000A248A04A4A5088800024442084448000400004E40000448000E0000000802248804AAA404C44E0C248E0C242C0AAE220E8C2C068EAE0E24440EAEAE0EAE2200404000404802484200E0E00842480C240400000004AEAA0CACAC0688860CAAAC0E8C8E0E8C88068AA60AAEAA0E444E0622A40AACAA08888E0AEAAA0CAAAA0EAAAE0CAC880EAAE60CACAA06842C0E44440AAAAE0AAAA40AAAEA0AA4AA0AAA440E248E04AEA40884220C444C04A00000000E084000006AA6088CAC0068860226A6004AC6048C88006A62C88CAA04044402022A48ACAA08888400AEAA00CAAA004AA400CAC8006A6220AC8800C84C04E44200AAAE00AAA400AAEA00A44A00AA6240E24E0648460444440C424C005A000E0E0E0

How did you test it? Assemblex may be wrong, but it works fine for all other programs.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: AngelFish on March 25, 2011, 08:07:43 pm

Xeda, I tried disassembling it with Assemblex and there is, somewhere, a non-hexadecimal character. I'm 100% sure of it.

I'm extremely sure that every character in that string is hexadecimal, since my hex editor accepts it without complaints, while the addition of a single non-hex character ("H") causes it to throw an error. I think Assemblex may be wrong in this case.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Xeda112358 on March 25, 2011, 08:08:10 pm
I converted it to .dw statements and put it through TASM.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 25, 2011, 08:10:43 pm
Hum, it seems like the problem are spaces, fixing it. But this is compiled correctly in Assemblex:

Code: [Select]
210100
c9
c9
ef0
745

No wonder why yours isn't Xeda.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Xeda112358 on March 25, 2011, 08:11:41 pm
There are no spaces in mine.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 25, 2011, 08:14:07 pm
There are no spaces in mine.

Seems like there were, at least when you posted them in Omnimaga.

Want the disassembled code?

Go right here (http://pastebin.com/BYZ0yMWW).
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on March 25, 2011, 08:24:17 pm
List of all requests, skipped some b/c they were fulfilled already (i.e. the var scanner)

1: My idea would be a text editor for ti-83+ series better than the one included in TI-OS that would also allow making programs for Axe and Basic. I'd love this, since the one in tiOS is quite weak.
2: A scrolling game (whatever type) based on a 3D cube, so when you move far right to the screen it does something like this (http://www.youtube.com/watch?v=Az287Ok8T-s).
3: gCn HTML parser.
4: On-calculator GIF maker (it's actually one of my projects on hold).
5: A CAS for Z80. I really, really want to see someone make this someday...
6. Simon says for the N-Spire using the led.
I have a new idea that I'd love: a shell with programs and applications.
How about a shell that supports Ion routines, and Axe routines. So, if you compiled for this shell, you would not have to include the Axe routines in every program. It would significantly reduce the size of Axe programs.
7.) Trominoes: http://ourl.ca/4329
8.) Will the Wabbits: http://ourl.ca/8153/148712
9.) Lite (with AI): http://www.ticalc.org/archives/files/fileinfo/107/10771.html
How about this: An nspire equivalent to MSD8x? It would be way more convenient than something like TilP.
And a cas for the nspire, in asm. Mcas is good and it works, but it's annoying having to type in the program name and enter everything into a string. We could probably port a computer-based cas.
An isometric game like Super Mario RPG
hexxagon from the arcade
I think this would be a great game to port to calcs with Axe. :)
http://armorgames.com/play/10461/cube-droid-saves-the-galaxy
Quote
What about porting that iPod game to the calculator?  You know, the one with the turret and the helicopters? :D
Heavy Weapon? Someone just suggested that to me yesterday O.o I'm not going to take it, though.
Quote
How does that relate to the title?
PS: I want this thing to give people nightmares.
This is what else I have so far:
Therefore, it has to be dark. (For the nightmares thing)
That's going to be interesting, seeing as how white is transparent in Axe.
Definately going to need monsters.
Perhaps text adventure? But Axe isn't suited to text adventures...or is it?
Flashlight, or some other form of weak, fallible light source.
Maybe It's a maglite, that way the lightsource is also a weapon. But when using a maglite as a weapon, the light can't be pointed at the intended target. Hmmm....
Hmm.
I was going to use this in my game but have you considered using sonar like senses?
You can blacken the screen entirely except for the character. Then, using the corresponding number keys, you can send a sonic wave out in any direction.
If it hits something like a monster or a wall, that tile will light up.
Something like that.
I always feel most of my time debugging Axe/Basic code is spent scrolling all the way to the bottom of the program. (especially when dealing with errors in graphing vars)
How about something that searches for a label or certain short token-string and immediately jumps to it in the program editor? (none of that scrolling like a basic error gives, takes too long in some programs :P)
(maybe this could go in with a variable scanner? or maybe as a key hook only functional in the program editor? remembering the position in the program would be nice if possible, although then you'd need a way to jump to the very beginning :P)
I've already tried this and haven't the slightest idea how to do it, but I know Axe used to do immediate non-scrolling jumps into the program editor, so... ;)
I would like a search engine hook or something like on Casio calcs, because it can be helpful for that. Go up/down would be good too for large programs. Casio had this on their calc for over 15 years now. Maybe a future program editor, hook or Doors CS7 addition?
A patch for MSD8X, or a replacement, that orders the on-calc variables in a way that makes more sense than just reading from the VAT.

another one, also using usb8x
something like the ti-keyboard, but using usb8x so any normal usb keyboard can be used
I had a cool idea for a game that I want to do for computer, but not necessarily for calculator. Basically, you enter a dungeon with a lit torch and the object is to get to the other side of the maze. The main novel idea of the game is that a flame and a monster cancel each other out (the flame goes out as the monster dies). However, more torches line the wall, and you can light them to provide yourself with backup flame. Additionally, flames and monsters can be enhanced: a flame of a higher level does not go out when hitting a lower level monster, and vice versa. There could also be other cool ideas, such as annoying moths, trolls that bust through walls, wind chambers that snuff your flame out, dragons that breathe fire at you (which can light your torches if it doesn't incinerate you first) and stuff like that.
I would have on request. A replacement/alternative for NoteFolio, with PC support. NoteFolio is pretty good but I would like to see smoother scrolling and a smaller font, maybe zoom levels? .txt support would be nice too and imagine what you could do if you could make like these "chapters" so that if you open the file you can jump to one chapter or another, that would be truly great. It is not even that impossible....
Request:  A more user friendly Archive Undelete.
Uncompiler.
I know it sounds impossible, but as the commands use specified routines, I think it wouldn't be too bad.
It would still be good to have only a portion of it be uncompiled.
Idea:  A text to speech for calc.  It should be rather easy but time consuming.



New request: Something to add to the TIOS editor that lets you recall tokens on-the-fly.  Like, you enter 6 and out comes ?.
Maybe also something that converts between dec/hex/binary/stuff and vice-versa also on the fly.

Also I would appreciate something to jump directly to the end of a program, also in the TIOS editor.
don't feel like quoting, so...
Sudoku
Angry Birds btw what is that?


Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 25, 2011, 08:25:09 pm
Nice Darl, good organization there, thanks :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on March 25, 2011, 08:42:07 pm
I'm sure TC01 is glad. ;)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on March 25, 2011, 09:01:12 pm
Lol, nice job Darl :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on March 26, 2011, 03:19:33 am
Nice. Should they be added to the 1st post?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on March 26, 2011, 04:24:50 am
New request: Something to add to the TIOS editor that lets you recall tokens on-the-fly.  Like, you enter 6 and out comes ►.
Maybe also something that converts between dec/hex/binary/stuff and vice-versa also on the fly.


EDIT: i guess that can be put in the same category as the search engine :P

Also I would appreciate something to jump directly to the end of a program, also in the TIOS editor.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ZippyDee on March 26, 2011, 05:59:15 am
edit:--------------never mind--------------
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 26, 2011, 07:22:35 am
I'm sure TC01 is glad. ;)

Woooops, I'm so sorry, I meant Darl, I guess TC01 was in the IRC I was confused.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 26, 2011, 04:45:32 pm
Bump, an idea.

I know there are many Sudokus for the 83+ Series, but I want something not-basic, what do you think? I think if it were made in Axe or Assembly, it would be better :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on March 26, 2011, 04:59:00 pm
I'm sure TC01 is glad. ;)

Woooops, I'm so sorry, I meant Darl, I guess TC01 was in the IRC I was confused.
lol no prob
Sudoku with some sort of graphics would be cool.  Maybe grayscale blocks on the numbers shown at the beginning of the game?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on March 26, 2011, 05:01:00 pm
Angry Birds?

Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on March 26, 2011, 05:25:10 pm
Angry Birds?



I tried. The physics are insane O.O

If anyone's good at that stuff (Builderboy!), I'd really like to see a port.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on March 26, 2011, 05:25:56 pm
I'm sure TC01 is glad. ;)

Woooops, I'm so sorry, I meant Darl, I guess TC01 was in the IRC I was confused.
lol no prob
Sudoku with some sort of graphics would be cool.  Maybe grayscale blocks on the numbers shown at the beginning of the game?

I want thepenguin to do it, the same way he made Chess :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on March 26, 2011, 06:04:45 pm
Yeah, he'd make it perfect grayscale and everything.

I'm thinking after I finish Tio I might claim the Kill The Wabbits thing. Just a thought.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: leafy on March 28, 2011, 12:04:39 am
Somebody should make a faster program scroller. Like jump to row, jump to end, etc. ive been scrolling through this bloody map for over a minute and i still havent gotten to the end.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on March 28, 2011, 03:41:55 pm
Yeah this would be nice, like on Casio calcs.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on March 28, 2011, 06:26:03 pm
Have your calculator be a program.  You could do all the normal things such as math from the front screen, except you would have certain code run differently.
For example.
-The graphing doesn't update the screen every frame, thus making graphing at least 5 times faster.
-
Somebody should make a faster program scroller. Like jump to row, jump to end, etc. ive been scrolling through this bloody map for over a minute and i still havent gotten to the end.
- You could still run your programs as if it had No-shell running.
-and anything else you can think of.


Another suggestion.
Have a program that will change all your programs to "hidden","archived", or "unarchived"
Every time I get a ram clear, It will make all programs visible again :P.

Another suggestion :P
A program that will defragment your calc as if you just deleted an app.  (I have needed to make apps , just to delete them, before.  Defragmentation can really help some problems ;)/me winks at Builderboy
/me is remembering the time when all of his apps were named "Finance..."
/me was dumb and compiled and ram a subprogram instead of the main one.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on March 28, 2011, 06:37:30 pm
Have your calculator be a program.  You could do all the normal things such as math from the front screen, except you would have certain code run differently.
For example.
-The graphing doesn't update the screen every frame, thus making graphing at least 5 times faster.
-
Somebody should make a faster program scroller. Like jump to row, jump to end, etc. ive been scrolling through this bloody map for over a minute and i still havent gotten to the end.
- You could still run your programs as if it had No-shell running.
-and anything else you can think of.


Another suggestion.
Have a program that will change all your programs to "hidden","archived", or "unarchived"
Every time I get a ram clear, It will make all programs visible again :P.

Another suggestion :P
A program that will defragment your calc as if you just deleted an app.  (I have needed to make apps , just to delete them, before.  Defragmentation can really help some problems ;)/me winks at Builderboy
/me is remembering the time when all of his apps were named "Finance..."
/me was dumb and compiled and ram a subprogram instead of the main one.
All of these problems could be solved by writing a new version of the TI-OS. We could hack the OS code in order to optimize the OS routines (such as replacing the slow graphing routine with SafeCopy, and fixing all them bugs). However, note that all of the entry points would have to be in the same locations in order for our programs to work properly.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on March 28, 2011, 07:47:55 pm
I am going to email ti i think.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on March 29, 2011, 03:24:07 pm
I am going to email ti i think.
I don't think they will do anything about it. The best solution would be to dissassemble the OS and recode it yourself. But it's worth a shot.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on March 29, 2011, 09:30:57 pm
No, I think they might listen to something simple like that.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spyro543 on April 17, 2011, 06:09:18 pm
A simpler version of the iPod game Glass Tower? It's really fun and I think it would be cool on a calculator.

P.S. Could it be written in the programming language for Casio fx-9860G Slim? Or not?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on April 18, 2011, 06:09:49 am
[yotube]http://www.youtube.com/watch?v=6bEnM2zosyw[/youtube]

A simpler version of the iPod game Glass Tower? It's really fun and I think it would be cool on a calculator.

P.S. Could it be written in the programming language for Casio fx-9860G Slim? Or not?

Programming for the casio in Omnimaga focuses more on the PRIZM.

Also, the game looks very hard to code.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spyro543 on April 18, 2011, 06:38:03 am
The powerups would probably be very hard to code. :(
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on April 18, 2011, 06:43:11 am
The powerups would probably be very hard to code. :(

I mean all those cool physics/gravity effects.
Title: Ideas for projects on the ti-84
Post by: annoyingcalc on April 20, 2011, 07:44:02 pm
So I have a suggestion an exact replica of the NES Super Mario Bros like Super Mario 86 v0.95 SMB replica not like mario 2.0  ;D ;D ;D ;D ;D ;D on the ti-84 (not in color) or an NES :D :D :D emulator on ti-84 I know there is one for the ti-nspire but I don't have one :mad: I would really like that!!!

I would actually suggest either trying out Mario 2.0 on ticalc.org (its in the 20 most downloaded games section, along with 1.2) or waiting for project M (which is NOT a good idea if you don't have many months of patience).  I also think another member is trying to port SMB 2, iirc. 

But, if you wanna try to make one, I would encourage it ;) if so, good luck!


Well I use Mario 2.0 but I like nes better I am tring to make one but it will take me a llllllooooooooooooooooooonnnnnnnnnnnnnnnnggggggggggggggg time!!!


NES :D :D :D emulator on ti-84 I know there is one for the ti-nspire but I don't have one :mad: I would really like that!!!
this would be an insanely hard project, as the resolution is much, much higher on the NES, and it would probably require more space than the calculator has :P
If you were to try one of these projects, I would recommend ALOT of ASM knowledge.

well Super Mario Bros has been made on the ti-85 ti-86 ti-89 ti-92 and a NES emulator on the ti-nspire
Title: Re: Ideas for projects on the ti-84
Post by: Ashbad on April 20, 2011, 07:48:06 pm
I would actually suggest either trying out Mario 2.0 on ticalc.org (its in the 20 most downloaded games section, along with 1.2) or waiting for project M (which is NOT a good idea if you don't have many months of patience).  I also think another member is trying to port SMB 2, iirc. 

But, if you wanna try to make one, I would encourage it ;) if so, good luck!
Title: Re: Ideas for projects on the ti-84
Post by: turiqwalrus on April 20, 2011, 08:01:06 pm
NES :D :D :D emulator on ti-84 I know there is one for the ti-nspire but I don't have one :mad: I would really like that!!!
this would be an insanely hard project, as the resolution is much, much higher on the NES, and it would probably require more space than the calculator has :P
If you were to try one of these projects, I would recommend ALOT of ASM knowledge.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on April 20, 2011, 08:10:47 pm
A new idea for whoever, really big project: RC Pro Am.
http://en.wikipedia.org/wiki/Rc_pro_am
http://en.wikipedia.org/wiki/R.C._Pro-Am_II
http://en.wikipedia.org/wiki/Super_R.C._Pro-Am ← works with ti-boy, btw

Think TinyCarZ, but the viewpoint off to a side (sort of 3d, but not really) and with upgradable cars and weapons.  And drifting, probably the best aspect.
Good luck, and can't wait ;)

EDIT: screenies of what the game looks like, wasn't able to get an animated gif so oh well :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on April 21, 2011, 11:23:36 am
Quote
http://en.wikipedia.org/wiki/Rc_pro_am
http://en.wikipedia.org/wiki/R.C._Pro-Am_II
http://en.wikipedia.org/wiki/Super_R.C._Pro-Am ← works with ti-boy, btw

Only the latter one works?

It's an interesting project and this seem too hard.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on April 21, 2011, 07:41:50 pm
The first two are for the nes, so they aren't ti-boy compatible :P

Maybe the nes emulator on the nspire, tho...
Title: Re: Ideas for projects on the ti-84
Post by: annoyingcalc on April 22, 2011, 10:28:39 am
Ok I just played Mortal combat it just came out and it would be cool on a calc
Title: Re: Ideas for projects on the ti-84
Post by: Ashbad on April 22, 2011, 10:43:40 am
Try making it ;) I doubt it would be an exact port however -- remember calculators DO have limitations.
Title: Re: Ideas for projects on the ti-84
Post by: Munchor on April 22, 2011, 10:45:04 am
So I have a suggestion an exact replica of the NES Super Mario Bros like Super Mario 86 v0.95 SMB replica not like mario 2.0  ;D ;D ;D ;D ;D ;D on the ti-84 (not in color) or an NES :D :D :D emulator on ti-84 I know there is one for the ti-nspire but I don't have one :mad: I would really like that!!!

I would actually suggest either trying out Mario 2.0 on ticalc.org (its in the 20 most downloaded games section, along with 1.2) or waiting for project M (which is NOT a good idea if you don't have many months of patience).  I also think another member is trying to port SMB 2, iirc. 

But, if you wanna try to make one, I would encourage it ;) if so, good luck!


Well I use Mario 2.0 but I like nes better I am tring to make one but it will take me a llllllooooooooooooooooooonnnnnnnnnnnnnnnnggggggggggggggg time!!!


NES :D :D :D emulator on ti-84 I know there is one for the ti-nspire but I don't have one :mad: I would really like that!!!
this would be an insanely hard project, as the resolution is much, much higher on the NES, and it would probably require more space than the calculator has :P
If you were to try one of these projects, I would recommend ALOT of ASM knowledge.

well Super Mario Bros has been made on the ti-85 ti-86 ti-89 ti-92 and a NES emulator on the ti-nspire

Perhaps you should use this (http://ourl.ca/8726) topic...
Title: Re: Ideas for projects on the ti-84
Post by: yunhua98 on April 22, 2011, 10:46:13 am
Actually, you should probably start a little smaller unless you've had previous programming experience.

What language will this be in?
Title: Re: Ideas for projects on the ti-84
Post by: annoyingcalc on April 22, 2011, 07:48:40 pm
what mario? Axe
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on April 22, 2011, 08:14:12 pm
I merged both topics.

Also a NES emulator would probably be a bit hard, because it's a different processor to emulate than the z80. The Game Boy processor was closer to the z80 so it was easier to emulate.

That said, as Yunhua98 points out, you should start with a smaller project if you are new to TI programming. Mario is a huge project to undertake and is not recommended for anyone that has less than one year of programming and when I say one year, I really mean non-stop.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on April 22, 2011, 08:50:16 pm
I merged both topics.

Also a NES emulator would probably be a bit hard, because it's a different processor to emulate than the z80. The Game Boy processor was closer to the z80 so it was easier to emulate.

That said, as Yunhua98 points out, you should start with a smaller project if you are new to TI programming. Mario is a huge project to undertake and is not recommended for anyone that has less than one year of programming and when I say one year, I really mean non-stop.
I second what DJ said. Mario has complex stuff like gravity, powerups, and not to mention all those enemies. Perhaps the simplest game you could start with in any language is a number guessing game. Then you could move to something strategic/turn-based, because that doesn't require constant input. Then you can move to an action game.

EDIT: And I just realized I'm Level 5!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on April 22, 2011, 08:54:33 pm
Actually not necessarily, not even a quadratic solver or 2-player tic-tac-toe game. I personally started with an RPG, but it only had one single dungeon with room to room movement and no ability to explore the room.

Of course you could always try to do a platformer engine with no items nor enemy, then later try to make a game where you avoid enemies and grab items, then once you're comfortable enough with that, eventually you can attempt a Mario-like game.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on April 22, 2011, 08:59:38 pm
And also, quite frankly, there are over 9000 Mario clones already. The world needs something new and exciting. Soon, I'm going to start writing a little paper on applying Darwin's theory of evolution to game design.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on April 22, 2011, 10:15:26 pm
Yeah true too. If you make a Mario clone it's best that you offer features others don't have, such as a feather/cape, which Project M and Super Mario 1.2 currently lacks, the frog, Racoon Mario. Heck, maybe inspire yourself from Super Mario 64 and use the power up ideas from there.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: FinaleTI on April 22, 2011, 10:18:58 pm
Yeah true too. If you make a Mario clone it's best that you offer features others don't have, such as a feather/cape, which Project M and Super Mario 1.2 currently lacks, the frog, Racoon Mario. Heck, maybe inspire yourself from Super Mario 64 and use the power up ideas from there.
You could also draw some ideas from Super Mario Bros. 2, like pulling up stuff to throw. I've only seen one attempt at an SMB2 port, and it's not being worked on right now.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on April 22, 2011, 10:37:42 pm
Yeah true. That reminds me, I hope aeTIos resumes work on his Mario 2/Doki Doki Panic clone.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on April 23, 2011, 01:43:09 am
Just got another random idea.  Something like tic-tac-toe, but with sub-fields (a 3*3 grid for every square in the main board, maybe another layer beneath for a really long game) that you have to win to "gain" the larger square (put you mark on it, either an X or an O).  Maybe some fighting/arcade (or perhaps a random medley of simple arcade games) aspect or something fought against an AI or another player to gain the squares in the sub-fields can be added, or it could just be pure strategy.  Game is won if user gets three of their X/O in a row in the master grid.

Could be really complicated, but...thoughts?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on April 23, 2011, 10:13:41 am
Great idea!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on April 23, 2011, 04:23:09 pm
Just got another random idea.  Something like tic-tac-toe, but with sub-fields (a 3*3 grid for every square in the main board, maybe another layer beneath for a really long game) that you have to win to "gain" the larger square (put you mark on it, either an X or an O).  Game is won if user gets three of their X/O in a row in the master grid.

Could be really complicated, but...thoughts?
I've actually played this on a chalkboard. This sounds really cool to put on a calc. One thing I did observe, however, is if both players are skilled in Tic-Tac-Toe, winning in one square is virtually automatic, and so is the master grid as a whole. Thus, you would probably want some sort of chance or strategy thing in the little grid (maybe a different strategy game).

And another idea for a port: Plants vs. Zombies! For those of you who aren't familiar with this game, you plant different plants on your lawn to combat zombies. The plants have different abilites: sunflowers generate money, shooters shoot zombies, eggplants serve as hardy walls, etc.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spyro543 on April 23, 2011, 08:44:49 pm
I was just playing Bejeweled Twist on my DSi and I was thinking how awesome this would be on a calc.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ZippyDee on April 25, 2011, 04:29:26 am
I was just playing Quadratic Solver, on my piece of paper, and I was thinking how awesome it would be on calc!! :D

/spam
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on April 26, 2011, 02:57:39 pm
Do you mean a 3D tic-tac-toe?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on April 26, 2011, 06:02:45 pm
Do you mean a 3D tic-tac-toe?
No, he means what's described in this picture: People move in the small grids, and winning in a small grid creates a mark in the corresponding big grid. Winning in the big grid is the game.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on April 26, 2011, 06:28:11 pm
Yeah, that.  I was also thinking maybe some other aspect so it's not all just strategy, you have to fight for the squares and try to keep the AI from gaining the squares it decides it needs.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on April 26, 2011, 06:34:55 pm
Whoa, that sounds like an awesome game...

I love twists on the classics :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on May 01, 2011, 06:57:18 pm
I merged both topics.

Also a NES emulator would probably be a bit hard, because it's a different processor to emulate than the z80. The Game Boy processor was closer to the z80 so it was easier to emulate.

That said, as Yunhua98 points out, you should start with a smaller project if you are new to TI programming. Mario is a huge project to undertake and is not recommended for anyone that has less than one year of programming and when I say one year, I really mean non-stop.

Hey I have been programming for almost a year
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: JosJuice on May 02, 2011, 08:41:59 am
I merged both topics.

Also a NES emulator would probably be a bit hard, because it's a different processor to emulate than the z80. The Game Boy processor was closer to the z80 so it was easier to emulate.

That said, as Yunhua98 points out, you should start with a smaller project if you are new to TI programming. Mario is a huge project to undertake and is not recommended for anyone that has less than one year of programming and when I say one year, I really mean non-stop.

Hey I have been programming for almost a year
In what language?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on May 02, 2011, 08:43:55 am
Do you mean a 3D tic-tac-toe?
No, he means what's described in this picture: People move in the small grids, and winning in a small grid creates a mark in the corresponding big grid. Winning in the big grid is the game.

WOAH That sounds like a good idea :P

I merged both topics.

Also a NES emulator would probably be a bit hard, because it's a different processor to emulate than the z80. The Game Boy processor was closer to the z80 so it was easier to emulate.

That said, as Yunhua98 points out, you should start with a smaller project if you are new to TI programming. Mario is a huge project to undertake and is not recommended for anyone that has less than one year of programming and when I say one year, I really mean non-stop.

Hey I have been programming for almost a year

Personal experience: experience doesn't mean that much.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: leafy on May 03, 2011, 02:05:35 am
A top down platformer. Interesting concept.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on May 03, 2011, 02:29:13 am
It would actually be pretty cool to have something like a top-down metroid... :crazy:
or maybe top-down papijump, something like that sounds like it could be one of those simple, yet madly addictive games
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on May 05, 2011, 05:57:56 am
Um, maybe pyramid bloxx? http://www.addictinggames.com/pyramidbloxx.html
c00l game, huh?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on May 08, 2011, 08:19:02 am
Um, maybe pyramid bloxx? http://www.addictinggames.com/pyramidbloxx.html
c00l game, huh?

I've played on phones, it's pretty addicting and not too hard to be made in Axe.

Good idea!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on May 09, 2011, 10:32:36 am
Someone should make Plants vs. Zombies. For those of you who don't know, it is an iPhone game where you hide in your house and plant various plants in your yard to fend off zombies. Some plants generate "money", others shoot projectiles, some act as land mines, etc. There are also multiple backyards, such as pure lawns, pools, etc.

EDIT: If no one else takes this project before I finish Eitrix, I call it. :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on May 09, 2011, 10:37:08 am
There's a PC version of it too: http://www.popcap.com/download_full.php?oid=10374&url=PlantsVsZombiesSetup.exe
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on May 09, 2011, 02:37:28 pm
Haxball.  With AI.  'nuff said. ;)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on May 09, 2011, 02:39:15 pm
Just an idea: I discovered Haxball today, and I thought it would be cool to port to the calc. Ofc, not via internet, but with an AI.
EDIT: Crap, ninja'd
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on May 09, 2011, 03:07:50 pm
How about 2 plyer haxball.  It seems realistic.
Then with the squid cord thing you could have up to 8 players?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on May 09, 2011, 04:01:49 pm
Something that would allow daisy-chaining calcs to make >2player games
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on May 09, 2011, 04:02:46 pm
I've done it already Happybojr. It has two nets, two players, collision and counts scoring.

I don't have the program anymore, but I'll rewrite it if I have the time.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on May 21, 2011, 02:44:06 pm
Ice Hockey 83+ (maybe a NHL spinoff like the TI-89 one?)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on May 21, 2011, 03:03:49 pm
I had an idea last night: frogger, but instead of a frog it's a person.  Frog-ger → Man-ner →Manner.
Like papijump, but with stuff flying in between the platforms, and the platforms themselves moving.  Go over the edge and you die.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on May 22, 2011, 06:01:07 am
Manner =P I don't really know Frogger, but I'll dig on it.

I also have an idea: A game that looks like tunnel or helicopter games (side-scrolling) but you're a little car and there are other cars racing you, like a racing game, not sure of how to code that ;)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Ashbad on May 22, 2011, 09:06:32 am
Someone should make Plants vs. Zombies. For those of you who don't know, it is an iPhone game where you hide in your house and plant various plants in your yard to fend off zombies. Some plants generate "money", others shoot projectiles, some act as land mines, etc. There are also multiple backyards, such as pure lawns, pools, etc.

EDIT: If no one else takes this project before I finish Eitrix, I call it. :D

I Think you would do an awesome job at it, since your other projects like Eitrix look pretty fantastic ;) go for it! :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on May 24, 2011, 10:36:59 am
Someone should make Plants vs. Zombies. For those of you who don't know, it is an iPhone game where you hide in your house and plant various plants in your yard to fend off zombies. Some plants generate "money", others shoot projectiles, some act as land mines, etc. There are also multiple backyards, such as pure lawns, pools, etc.

EDIT: If no one else takes this project before I finish Eitrix, I call it. :D

I Think you would do an awesome job at it, since your other projects like Eitrix look pretty fantastic ;) go for it! :D
Thanks for the encouragement, Ashbad. I just started working on it. I already have a grid with Sunflowers, generating Sun Points. Next up, I'll add a Planting cursor, then Peashooters, and then Zombies. As soon as you can die, I'll post an alpha version.

EDIT:
Something that would allow daisy-chaining calcs to make >2player games
This has been created by Kerm Martin on Cemetech: CALCnet2.2. It is a linking system that comes with Doors CS 7.1, available on ticalc.org.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on May 24, 2011, 11:17:48 am
I also have an idea: A game that looks like tunnel or helicopter games (side-scrolling) but you're a little car and there are other cars racing you, like a racing game, not sure of how to code that ;)
I had thought of doing that at one point...idk how to code it either tho :P
I tried making an engine that when an arrow key was pressed it would change direction, but it crashed immediately...
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on May 26, 2011, 09:34:06 am
If someone still needs a game for the contest, this would be really neat:
http://armorgames.com/play/6300/black-and-white
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on May 26, 2011, 09:48:13 am
I just tried the first 7 or 8 levels and that thing is awesome, really awesome, would love it on calc.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ZippyDee on May 26, 2011, 10:46:06 am
Wow, yeah! That's perfect! Monochrome graphics and all! :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on May 26, 2011, 11:59:07 am
This one seems perfect for Axe.
http://armorgames.com/play/4518/hash (http://armorgames.com/play/4518/hash)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on May 26, 2011, 12:41:41 pm
Armor games are almost always pwnage ;D/me is doing one already
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: pianoman on May 26, 2011, 12:49:45 pm
If anyone could make a checkers game with AI for the Nspire using Lua, that would be amazing.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on May 26, 2011, 02:14:29 pm
If anyone could make a checkers game with AI for the Nspire using Lua, that would be amazing.

I'm also interested in a copter game for the nspire :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on May 26, 2011, 04:17:57 pm
Hash looks pretty cool.  I think it should be mandatory to collect all of the things before exiting, though. :-\
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: TIfanx1999 on May 27, 2011, 12:07:55 pm
Someone should make Plants vs. Zombies. For those of you who don't know, it is an iPhone game where you hide in your house and plant various plants in your yard to fend off zombies. Some plants generate "money", others shoot projectiles, some act as land mines, etc. There are also multiple backyards, such as pure lawns, pools, etc.

EDIT: If no one else takes this project before I finish Eitrix, I call it. :D

I Think you would do an awesome job at it, since your other projects like Eitrix look pretty fantastic ;) go for it! :D
Thanks for the encouragement, Ashbad. I just started working on it. I already have a grid with Sunflowers, generating Sun Points. Next up, I'll add a Planting cursor, then Peashooters, and then Zombies. As soon as you can die, I'll post an alpha version.

EDIT:
Something that would allow daisy-chaining calcs to make >2player games
This has been created by Kerm Martin on Cemetech: CALCnet2.2. It is a linking system that comes with Doors CS 7.1, available on ticalc.org.

I don't have an Ipod/phone, but I'll have to agree that this does sound like a cool game idea. ^^
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on May 27, 2011, 12:33:26 pm
A mix of BlockDude (http://www.ticalc.org/archives/files/fileinfo/147/14712.html) and Crates3D (http://www.ticalc.org/archives/files/fileinfo/192/19293.html), with grayscale if possible.  Blockdude 3D.
(http://www.ticalc.org/archives/files/ss/110/11074.gif)
+
(http://www.ticalc.org/archives/files/ss/210/21065.gif)
= ?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spyro543 on May 30, 2011, 12:33:00 pm
Non-contest related - I think a Newton's Cradle would be cool on calc
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on June 03, 2011, 09:21:13 am
What about an Axe sound library to make sound playing easier that would work like:

Code: [Select]
sub(NOTE,LEFT/RIGHT,LENGTH
Something that made playing sound more human.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on June 03, 2011, 11:17:34 pm
This would be really awesome ported to calcs. (http://www.addictinggames.com/that-gravity-game.html)  If I didn't already have a project for the contest, I'd do this. ;D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: leafy on June 03, 2011, 11:27:33 pm
Ztrumpet it's already in the works ^^ As in, secret project.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on June 04, 2011, 09:37:42 am
What about Cube Droid? D:
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on June 04, 2011, 11:57:28 am
What about Cube Droid? D:
That's my project for the contest. :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on June 04, 2011, 12:01:10 pm
Ah, afraid you were gonna give that up for the game you posted.

Crap, I textroll'd myself and lost. I wasn't even trying ??? My subconscious is creeping me out.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on June 04, 2011, 02:05:38 pm
I just finished Cube Droid, Planet 1, all 6 levels, it looks pretty cool, good luck ztrumpet, the gravity one is also really awesome.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on June 06, 2011, 07:02:44 pm
This is pretty cool: http://www.newgrounds.com/portal/view/570709
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spyro543 on June 06, 2011, 08:23:39 pm
No one wants to make a Newtons Cradle for calc?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: pianoman on June 06, 2011, 08:26:50 pm
That. Would. Be. Awesome.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spyro543 on June 06, 2011, 08:27:18 pm
I know it would be! They are so cool!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on June 06, 2011, 09:08:37 pm
Is newton's cradle a game?  After a google search I wasn't able to find anything but a bunch of
Spoiler For img:
(http://4.bp.blogspot.com/_CoEPGwpoChI/TTecRo0npbI/AAAAAAAAAJA/birDwt1ZptQ/s1600/NewtonsCradleLarge1.jpg)

Just don't simulate the part where they all get tangled :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spyro543 on June 06, 2011, 09:11:30 pm
http://www.flashkit.com/movies/Scripting/Physics/Newtons-Bryan_He-9109/index.php
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on June 06, 2011, 10:45:11 pm
Oh no, toats simulate the tangley part! Teh funz!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: JustCause on June 07, 2011, 11:00:25 am
Multi-layer Tron. Each layer is a different height and different shade of gray. You can move up and down within these layers, going under trails instead of around them.

I haven't really thought this through. :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on June 07, 2011, 11:06:09 am
Multi-layer Tron. Each layer is a different height and different shade of gray. You can move up and down within these layers, going under trails instead of around them.

I haven't really thought this through. :)
That's actually in the new Tron movie. For something like this, you would need Mode 7 esque graphics.
BTW, Tron is not just the lightcycle game, but is also the tank game and the disc fight.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: JustCause on June 07, 2011, 12:01:39 pm
I pretty much know what Tron is. I've seen the movie, too: however, no one's attempted this on calc IIRC.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on June 07, 2011, 01:38:20 pm
That would be epic. Last-minuete contest entry, anyone? :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on June 07, 2011, 02:35:37 pm
aeTIos has made a TRON game in Axe before with calc linking I think.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on June 07, 2011, 03:41:24 pm
That would be epic. Last-minuete contest entry, anyone? :D
Last minute?!  I haven't even started coding on my entry...
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: JustCause on June 07, 2011, 06:06:16 pm
That would be epic. Last-minuete contest entry, anyone? :D
Last minute?!  I haven't even started coding on my entry...
*applause*
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on June 07, 2011, 07:52:15 pm
New idea: one of the first ever computer games (older than pong even)...
http://en.wikipedia.org/wiki/Spacewar! (http://en.wikipedia.org/wiki/Spacewar!)
Quote from: page on wikipedia
The basic gameplay of Spacewar! involves two armed spaceships called "the needle" and "the wedge" attempting to shoot one another while maneuvering in the gravity well of a star. The ships fire missiles that are unaffected by gravity (due to a lack of processing time). Each ship has a limited number of missiles and a limited supply of fuel. Each player controls one of the ships, and must attempt to simultaneously shoot at the other ship and avoid colliding with the star. The hyperspace feature can be used as a last-ditch means to evade enemy missiles, but the reentry from hyperspace would occur at a random location and there is an increasing probability of the ship exploding with each use.
Original looks like
(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Spacewar%21-PDP-1-20070512.jpg/256px-Spacewar%21-PDP-1-20070512.jpg)

Something like that ;D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on June 07, 2011, 11:03:28 pm
That would be epic. Last-minuete contest entry, anyone? :D
Last minute?!  I haven't even started coding on my entry...

Net-five ;D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on June 08, 2011, 03:28:40 am
aeTIos has made a TRON game in Axe before with calc linking I think.
I didnt O.O Im not a genius lol
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on June 09, 2011, 08:05:51 pm
Grand Theft Auto in 3d O.O that would be cool maybe calc84 and others could team up to make it
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on June 11, 2011, 02:27:54 pm
Although a bit unrealistic as project... even the TI-Nspire barely renders polygon 3D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on June 11, 2011, 02:29:00 pm
/me bumps an old idea.
A mix of BlockDude (http://www.ticalc.org/archives/files/fileinfo/147/14712.html) and Crates3D (http://www.ticalc.org/archives/files/fileinfo/192/19293.html), with grayscale if possible.  Blockdude 3D.
(http://www.ticalc.org/archives/files/ss/110/11074.gif)
+
(http://www.ticalc.org/archives/files/ss/210/21065.gif)
= ?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on June 12, 2011, 02:16:07 am
Well, Crates 3D isn't really 3D. I mean it's not rotating like if it was 3D, but rather by 90° steps. It would be nice to see some sort of 3D ish block dude, though.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on June 15, 2011, 06:25:28 am
I've an idear for a new Game on TI:
I think a game like Tap Tap Revenge on TI would be cool.
http://en.wikipedia.org/wiki/Tap_Tap_Revenge_4 (http://en.wikipedia.org/wiki/Tap_Tap_Revenge_4)
There are millions of Players all over  the World.
Here's a video of TapTap Revenge 3:


Is it possible to make it so, thatz the screen is rotated 90° that you can see better, bhere the "Tappers" are coming?

Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on June 15, 2011, 06:30:54 am
yeah, but the TI has not really impressive sound...
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on June 15, 2011, 06:41:22 am
It needn't to have the best sound.
Sometimes, the modern music sounds like  the BEEEEP of a Windows98, if there's an Error.
Ive thought of sounds like the theme melodies of Tetrix or something like this.

But, Idon't know, if you could see it in the Videos, the Tappers have to be orientiering at the music.






If you want to see really adicted persons, search in youtube for "Duct Tape Smile Extreme FC"

Extreme is how difficult the TapTap-track is
FC means Full Combo (no tappers missed)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on June 15, 2011, 09:37:40 am
Seems like not too hard to create (using the f1-f5 buttons) but then you have to change the appearance a bit.
(also please avoid double-posting :))
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on June 15, 2011, 09:50:49 am
I thought of rotating the TI 90°
Then you can see it better, where the "Tappers" are coming.
Typing on TRACE, LEFT and VARS

would that be possible, too?



(I have deleted my other post - no double-posting) ;)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on June 16, 2011, 03:27:35 am
how many tappers are there?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on June 16, 2011, 04:48:25 am
EVERYTHING ABOUT TapTapRevenge


There are 3 lines, on which the tappers are coming down. ( \  I  and / )
At the top of the lines they appear and you must try to "tap" them if they are at the right place. (the X)
The more exactlier you tap them, the more points you get. (Exact is 50Points)
There's a sign how exact yout tapping was (on the Right)
It is:
           [  -  ]   too early
           [  -  ]
           [  o  ]  perfect
           [  -  ]
           [  -  ]   too late

Points are shown on the Top
Right of it is the TAP ACCURACITY (how exact you tap the tappers)

left of it can you see, how long your streak is (streak of not-missed tappers)

On the left you can see your Multiplayer.
Points per tapper with different dultiplayer:
1x=120
2x=240
4x=480
8x=960
You get it, if you don't miss tappers.
But you'll loose it, if you miss one.
If you get 8x, the theme changes.
[      ]  16x
[      ]  8x
[ [ ] ]  4x
[ [ ] ]  2x
[ [ ] ]  1x





Sometimes, the tappers aren't balls, they are stars.
ever 6 Stars are coming after another.
if gou miss no of then, a Star is on the left side. (+)
Tap it, and you get muldiplayer 16x for 12seconds.
there are 2 times where you can get the 16x in every track (song)

There are tap-streaks, too, where you must hold the tap.
This is an typical track on EASY:

In an track on Easy are 465 Tappers. max 650.000Points if you make all perfect) 3:18min was this song.
In medium 772 Tappers. Max 1.150.000Points (if all perfect) 3:18 (always the same song on easy/medium/hard/extreme)
Hard 974 tappers, Max 1.450.000Points (all perfect)
Extreme 1300 Tappers. Max 1.900.00Points(all perfect)
I think Extreme would be too difficult and hard for TI.

BUT:  This has an difficult track.
Such easy tracks like in the Video won't have so much tappers!!!
It was:





Quote
[20]   [20.180 POINTS]   [100%]

[   ]      \       I       /      [ - ]
[   ]       \      I      /       [ - ]
[   ]        \     I     /        [ o ]
[ o]         \    I    /         [ - ]
[ o]          \   I   /          [ - ]
                 \  I  /
+             [X  X  X]


And it should be possible, to load more tracks on your TI.
(tracks in special PRGMs or VARs )


Sometimes there are 2 or 3 tappers syncron (at the same Time)
especially in Hard and Extrem.
Is that possible, too?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on June 16, 2011, 07:46:00 am
Yes, that is possible.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on June 16, 2011, 09:18:58 am
Do you know someone who may do this?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Hayleia on June 16, 2011, 09:22:46 am
Jerros (http://ourl.ca/11510/218153) can, and Juju2143 (http://ourl.ca/11343) too.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on June 16, 2011, 09:24:54 am
I could do it too, but not right now.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on June 16, 2011, 09:29:22 am
Yes. :)
That's good. :D
Jerros has already made TI Hero and that's Like TapTap, but with 5 lines, and not with 3.

I think he could make it.
Has someone already asked him?





My brain is swimming in the Brain-Water in my head (what is Hirnflüssigkeit on English?)
My brain is shouting electric impulses to the rest of my body.
 ⇨ Is this my brain:   :w00t:
I hope not...
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Hayleia on June 16, 2011, 09:31:32 am
??? It is better with 5 lines no ?
But we shouldn't ask him to make it with 3 lines, he is already much busy, making a playable version.
EDIT: I found Juju's link, Goto Page17
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on June 16, 2011, 09:46:42 am
Whith 5 Lines it's not bad, too.
3 Lines is TapTapRevenge.  (originale)
4 Lines is TapTapMetallicaRevenge    (only songs from Metallica)
5 Lines is LinkinParkRevenge          (only songs from Linkin Park)



There are lots of such revenges:
CatCatRevenge
KathiePerryRevenge
MetallicaRevenge
LinkinParkRevenge
...


But 5 Lines..
Whitch keys should you use there?
My idea is, to rotate averything 90°
then you can see better, where the tappers are coming.
but rotatet - try to set one finger on ecch one key.
It would be too less room betwene them.
In cause of that I thought of VARS , LEFT and TRACE.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on June 16, 2011, 09:50:32 am
Ten lines!
LemonDemonRevenge!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Hayleia on June 16, 2011, 09:50:46 am
KatyPerryRevenge ???
With 5 lines, Jerros uses [Y=] to [graph], but the screen isn't rotated.

Ten lines!
LemonDemonRevenge!
Ok, but with which keys ? ;D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on June 16, 2011, 09:57:45 am
that's STUPID!!!
how to set 10 fingers on the case of the TI?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on June 16, 2011, 09:58:48 am
KatyPerryRevenge ???
With 5 lines, Jerros uses [Y=] to [graph], but the screen isn't rotated.

Ten lines!
LemonDemonRevenge!
Ok, but with which keys ? ;D
Y= through ON
that's STUPID!!!
how to set 10 fingers on the case of the TI?
You are not a piano player, are you?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on June 16, 2011, 10:00:32 am
A Piano has larger kays than a TI!!!!!!!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on June 16, 2011, 10:01:47 am
A Piano has larger kays than a TI!!!!!!!
I'm trying to see the problem here and...nope. Not seeing it. I suppose here could be an easy mode that only uses 8 buttons.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on June 16, 2011, 10:20:21 am
No way, I think that p2 is right. the keys are smaller, and with so many keys you make mistakes very fast.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on June 16, 2011, 10:21:09 am
Only Eight keys then? You could still have all the fingers on at once and not be a pianist.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Hayleia on June 16, 2011, 10:21:21 am
Don't care about mistakes, just have fun !!!!!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on June 16, 2011, 10:22:05 am
Ooh, Organ hero: Two rows of keys!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on June 16, 2011, 10:23:57 am
Just try to play a song like on Piano ON THE TI.
BUT FASTER!!!


OOh...
I can see in the future!
IT WON'T WORK!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on June 16, 2011, 10:24:40 am
I'll do it. I accept your challenge!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on June 16, 2011, 10:25:49 am
I faint from this weirdness. also @p2, I can type faster on the 84+ than on the PC.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on June 16, 2011, 10:26:35 am
I'll get started on this montrosity once the contest's over.
Whoo, interlaced sound!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on June 16, 2011, 10:26:52 am
Sounds cool.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Hayleia on June 16, 2011, 10:27:08 am
Ooh, Organ hero: Two rows of keys!
2 rows of 10 keys with 4 screens ?

Sounds cool.
lol
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on June 16, 2011, 10:28:07 am
Ooh, Organ hero: Two rows of keys!
2 rows of 10 keys with 4 screens ?
Uhh, maybe later.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on June 16, 2011, 12:12:59 pm
3 Rows will be the best.
There are over 15 TapTap-APPs on the Apple-store.

And wich is the most popular?
TAP TAP REVENGE WITH 3 ROWS!!!!
Millions of people are addicted to it.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on June 16, 2011, 03:20:02 pm
Well, you can do that, and I'll do this. I'm even gonna try for sound.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Ashbad on June 16, 2011, 07:30:50 pm
How about a JVM for TI-OS?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on June 17, 2011, 03:36:22 am
JVM  ???

What does that mean?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on June 17, 2011, 04:32:32 am
Java Virtual Machine ???
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on June 17, 2011, 03:35:17 pm
EVERYTHING ABOUT TapTapRevenge

Awesome post +1. How do you know so much about it?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on June 17, 2011, 07:20:56 pm
How about a JVM for TI-OS?

Sorry that's not so easy to do, especially because Z80 is very slow and even C is quite slow for Z80.

Oh and I mean by using pre-made Java/C Z80 Compilers.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: fb39ca4 on June 17, 2011, 07:33:52 pm
So you want to make a java compiler that compiles to z80 machine code?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: fb39ca4 on June 17, 2011, 07:34:42 pm
So you want to make a java compiler that compiles to z80 machine code?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on June 17, 2011, 07:35:19 pm
So you want to make a java compiler that compiles to z80 machine code?

I think it has to compile to Java Bytecode obligatory. What needs to be made is a Java Bytecode Interpreter (In fact, JITs) made in Z80 ASM.

Remember that java is compiled to java bytecode and ran with interpreters.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on June 17, 2011, 07:35:44 pm
So you want to make a java compiler that compiles to z80 machine code?
That WOULD be very cool I dought that is possible though

Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on June 17, 2011, 07:37:55 pm
So you want to make a java compiler that compiles to z80 machine code?
That WOULD be very cool I dought that is possible though

EDIT woah Scout posted .25 of a second before me!

Yap I ninja'd, what fb39ca4 suggested is impossible, unlike what I said, it's possible but highly unlikely to be done.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: fb39ca4 on June 17, 2011, 07:58:15 pm
I thought recompilers were impossible only from one low level to another low level language. Java is high level.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spyro543 on June 17, 2011, 08:18:06 pm
Still, Newton's Cradle, for calc? It would be awesomeness!!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: fb39ca4 on June 18, 2011, 01:10:11 am
I wonder how you would go about using it? Using keys to select the ball to pull, then using other keys to pull it in each direction? That would be a fun little axe project.

EDIT: 900th post! I just need to do this 9 times over and I'll be at 9000!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: yrinfish on June 18, 2011, 05:02:46 am
@Scout, What about Happy? But a language like java, without pointers, for the z80? No way. We need pointers!!
@fb39ca4 10 times lol 9*900 = 8100 IT'S UNDER 9000!

Edit: Hang on, stupid ;D 900 + 9*900 = 9000/me hides somewhere far far away
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Ashbad on June 18, 2011, 08:03:54 am
How about a JVM for TI-OS?
especially because Z80 is very slow and even C is quite slow for Z80.

Using SDCC, I'm getting pretty fast output code for TaNF ;) however, Java would be a bit out of the question I guess.  Someone porting Ada95 or *ug* C++ to z80 calcs would be cool though.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on June 18, 2011, 08:21:27 am
How about a JVM for TI-OS?
especially because Z80 is very slow and even C is quite slow for Z80.

Using SDCC, I'm getting pretty fast output code for TaNF ;) however, Java would be a bit out of the question I guess.  Someone porting Ada95 or *ug* C++ to z80 calcs would be cool though.

SDCC on Z80 is quite slow, much slower than Axe
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: yrinfish on June 18, 2011, 08:25:39 am
Would be a bit hard to code the 'cutter', second: moving the cutter around should be fast, and that makes it less precise...
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spyro543 on June 18, 2011, 09:36:37 am
I wonder how you would go about using it? Using keys to select the ball to pull, then using other keys to pull it in each direction? That would be a fun little axe project.

I was thinking of Y= through GRAPH to select a ball, then arrow keys to pull it, and 2nd to release it?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: fb39ca4 on June 18, 2011, 10:50:00 am
That works too.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Anima on June 23, 2011, 11:12:40 am
By the way, how about a simple Minecraft version for TI-84+? Do you think, this is possible? :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Ashbad on June 23, 2011, 01:08:12 pm
How about a JVM for TI-OS?
especially because Z80 is very slow and even C is quite slow for Z80.

Using SDCC, I'm getting pretty fast output code for TaNF ;) however, Java would be a bit out of the question I guess.  Someone porting Ada95 or *ug* C++ to z80 calcs would be cool though.

SDCC on Z80 is quite slow, much slower than Axe

...why can't people actually come up with real supporting facts, or at least compare two application samples that can be compared (not KOS and GOS -- they're too apart to even consider for comparing) before stating assertive statements?  It isn't slow whatsoever, from my tests, but I'm still not using it for TaNF nonetheless, I can get better help with just pure z80 assembly.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: fb39ca4 on June 23, 2011, 02:05:20 pm
By the way, how about a simple Minecraft version for TI-84+? Do you think, this is possible? :P
You mean in 2D? Like Terraria?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on June 24, 2011, 11:46:29 pm
Something like cube (http://www.ticalc.org/archives/news/articles/14/146/146814.html)runner (http://ourl.ca/7147) (one word, two links), but made into a racing game.

Maybe even with AI O.O (like TinycarZ?)
even something like megacar, with only tracks, would be win.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Anima on June 25, 2011, 12:29:52 pm
By the way, how about a simple Minecraft version for TI-84+? Do you think, this is possible? :P
You mean in 2D? Like Terraria?
Yes, of course in 2D. (I think, it isn't possible to make this game in 3D on a calculator. o.O)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on June 25, 2011, 12:33:07 pm
ya it is.  Just depends on what type.
Mode 7 3d has been done several times.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: fb39ca4 on June 25, 2011, 01:30:26 pm
I could probably make a port of cuberunner for nspire, but only after I finish my contest project.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on July 03, 2011, 01:03:12 pm
There's this website that's full of mostly monochrome puzzles...lots of ideas there. ;)
http://brainbashers.com/puzzles.asp (http://brainbashers.com/puzzles.asp)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Ashbad on July 03, 2011, 02:28:54 pm
ya it is.  Just depends on what type.
Mode 7 3d has been done several times.

That's a bit different than what would be needed for 3D mine craft on calc :P what would be needed would be an engine for drawing textures polygons in 3 spatial dimensions.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Scipi on July 03, 2011, 02:57:27 pm
Hey I have an Idea for an Axe game.

What about an Axe Parser Programming game like RubyWarrior is for Ruby.

http://dorkbyte.com/2010/12/ruby-warrior-learn-ruby-while-playing-games/ (http://dorkbyte.com/2010/12/ruby-warrior-learn-ruby-while-playing-games/)

Given the main purpose of Axe it would seem fitting.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: fb39ca4 on July 03, 2011, 04:03:31 pm
ya it is.  Just depends on what type.
Mode 7 3d has been done several times.

That's a bit different than what would be needed for 3D mine craft on calc :P what would be needed would be an engine for drawing textures polygons in 3 spatial dimensions.
Or raycasting, but it would have to be for every pixel of the screen, instead of every column which is unfeasible even on a nspire (it can't cast 76800 rays even @ 150mhz). Though on a computer, raycasting could be used to make minecraft playable for computers with fast processors but integrated graphics, by raycasting all of the solid blocks, while generating a z buffer, then transferring that to the graphics chip and letting it use the z buffer to draw the mobs and non cubic blocks with polygons.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on July 03, 2011, 05:59:42 pm
I say someone should try minecraft on calc.
Just saying.
It would be like classic mode though
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on July 03, 2011, 11:51:32 pm
I say someone should try minecraft on calc.
Just saying.
It would be like classic mode though
*.* lol no one could make that besides calc84maniac
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on July 03, 2011, 11:54:33 pm
There's plenty of capable people around here ;)

That being said it would have to be pretty limited...isometric monochrome of 4-level gs 2D would probably be the only ways to do it while keeping it at 6mhz :/
...unless some heavily modified raycaster in pure ASM were used, but that would be 15mhz :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: willrandship on July 04, 2011, 12:06:36 am
I think a raycaster with only 4-8 directions of view could pull it off. The only hard part is texture rendering, IMO. Well, that and the raycasting. :P

But it would work like this:

If inFrontOfFace=Occupied:
Draw lines around block
Draw texture
Else
If inFrontOfFace-1 (farther away) = occupied:
the same
elses repeat for desired view distance.
and you draw your front face. The hard part comes with detecting blocks exposed on the sides by other, missing blocks. also, transparent blocks would be harder.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: AngelFish on July 04, 2011, 12:12:18 am
I say someone should try minecraft on calc.
Just saying.
It would be like classic mode though

I'm not trying to bash the idea, but Minecraft's graphics are actually incredibly difficult to do (in spite of how simple they look). The fact that the world is entirely customizable means that almost all of the little shortcuts and cheats that are used to do normal graphics don't work. I would greatly love to be proven wrong about the chances of even a limited port of it, though.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Anima on July 04, 2011, 03:52:14 am
I say someone should try minecraft on calc.
Just saying.
It would be like classic mode though
^this
well, but finally it would be very hard to code, yes.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: z80man on July 04, 2011, 03:52:14 am
I say someone should try minecraft on calc.
Just saying.
It would be like classic mode though

I'm not trying to bash the idea, but Minecraft's graphics are actually incredibly difficult to do (in spite of how simple they look). The fact that the world is entirely customizable means that almost all of the little shortcuts and cheats that are used to do normal graphics don't work. I would greatly love to be proven wrong about the chances of even a limited port of it, though.
I'd agree with you on that. Normally the game world is static and only includes what the gamer can see. So if you were for some reason on the top of an inaccessible hill you would see emptiness behind you. Same thing if you poked a hole in a mountain. But in minecraft there are 10,000's of hidden polygons at any moment so special tricks must be used to determine which are to be sent to the gpu. But then this testing phase also takes many cycles too making coding the graphics so hard.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on July 04, 2011, 02:56:09 pm
Well it wouldn't have to be in grayscale at all.
It could be done just with different looking patterns for blocks.

Random calculation...
64 by 64 by 8 map run from ram?
That would be 8192 bytes if each block took 2 bits for a very simple version.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: fb39ca4 on July 04, 2011, 03:12:26 pm
Even if a working minecraft style engine was created, there just isn't enough memory to have a world large enough to be fun.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on July 04, 2011, 03:19:42 pm
have map in archive, and what what is in ram and what is in archive dependent on what chunk you are in?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ZippyDee on July 04, 2011, 03:22:04 pm
Yeah, you could have it function like RuneScape, which loads a 104x104 tile area and as you move too close to the edge of the visible area, it reloads the next 104x104 area (centered at you). That way it isn't keeping track of ALL objects and players, etc, all at the same time.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: leafy on July 04, 2011, 03:24:50 pm
Oh come on, I mapped out a 16x1087 map for TMJO.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Ashbad on July 04, 2011, 03:39:12 pm
Yeah, you could have it function like RuneScape, which loads a 104x104 tile area and as you move too close to the edge of the visible area, it reloads the next 104x104 area (centered at you). That way it isn't keeping track of ALL objects and players, etc, all at the same time.

Exactly what I was thinking :) plus, it doesn't really have to be THAT big to have fun :P 500x50 would be awesome.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on July 04, 2011, 04:48:23 pm
I would prefer a square world to a rectangular one :P.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on July 07, 2011, 01:08:48 pm
http://www.bored.com/game/play/150898/Ricochet_Kills_2.html
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ralphdspam on July 07, 2011, 03:29:10 pm
Someone should also try those block stacking type physics with rotation.  Hard but awesome.  :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: fb39ca4 on July 07, 2011, 03:41:07 pm
http://www.bored.com/game/play/150898/Ricochet_Kills_2.html
Good idea!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on July 07, 2011, 04:06:48 pm
http://www.bored.com/game/play/150898/Ricochet_Kills_2.html
Good idea!
umm..  thats why i was asking about line detection  >B)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on July 08, 2011, 09:31:05 pm
whack-a-mole
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ralphdspam on July 08, 2011, 09:38:46 pm
whack-a-mole
Someone could use the number keys for a nice game of whack-a-mole.
Also, that would be a good game for pre-rendered 3d.  ;)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on July 08, 2011, 09:53:48 pm
I have a nice Whack-A-Mole that I made in TI Basic sometime 2.25 years ago.

If anyone tries it, let me know what you think. :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Ashbad on July 08, 2011, 09:56:12 pm
Yeah, you could have it function like RuneScape, which loads a 104x104 tile area and as you move too close to the edge of the visible area, it reloads the next 104x104 area (centered at you). That way it isn't keeping track of ALL objects and players, etc, all at the same time.

Exactly what I was thinking :) plus, it doesn't really have to be THAT big to have fun :P 500x50 would be awesome.

I'm too lazy to say *bump* so instead I quote myself and give a thorough response

Anyways, since I won't finish UCTI in time for the contest I'm gonna probably make another attempt at making a 2D minecraft clone instead of getting further on UCTI, in which the bugs have bitten me half to death.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on July 09, 2011, 09:36:58 pm
Hi everyone,
I'm working on a set of programs called OfficeBox, I didn't post this on the 'projects and ideas' forum because it's pretty far in the future, two or three months, I'm thinking. Anyways it's a little bit like a watered down version of Microsoft Office Suite for windows. It includes, in concept, a text editor (@ephan - which could easily be converted into a program editor, no problem), a spreadsheet program with graphing and formulas, and a paint program. Work on the spreadsheet program is about half done, I haven't started the paint program yet and I finished the text editor but went through a horrible ram crash and somehow lost my source code and my backup...so yeah. check out some other ideas here: http://sites.google.com/site/mandosoftllc/products
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Scipi on July 11, 2011, 02:36:26 am
/me still wonders what people think of his Axe programming game idea :P

(Also, 300th post) XD
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Belberith on July 11, 2011, 04:05:09 am
Possible idea: A Nano Wars/Galcon/Galactic Conquest type game.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ZippyDee on July 11, 2011, 05:04:43 am
Possible idea: A Nano Wars/Galcon/Galactic Conquest type game.
Wow, you know a nano war game could be pretty damn awesome on calc!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: fb39ca4 on July 11, 2011, 01:12:24 pm
I read that as mario war, as in Super Mario War.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on July 11, 2011, 01:26:38 pm
A tower-defense-game for TI!!
Wouldn't that be possible?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Belberith on July 11, 2011, 02:15:37 pm
Yeah, should be. From what I've seen of the amazing programming coming out of you guys it's more than feasible if someone were to put their mind to it.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on July 11, 2011, 02:25:13 pm
A tower-defense-game for TI!!
Wouldn't that be possible?
I know thepenguin was working on one once; let's see if I can get him to notice this topic. ;D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: thepenguin77 on July 11, 2011, 02:26:51 pm
Yeah, I was making one, but I got bored, maybe someday I'll finish it. It was in grayscale of course, and I got all the way to the point where you could place towers. The enemies even moved. The only thing it really needs is the ability to shoot.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: leafy on July 11, 2011, 04:02:21 pm
I tried to make a tower defense but the sheer number of enemy, bullets, towers brought it to a screeching halt.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: p2 on July 12, 2011, 08:58:02 am
has someone ever made a shipshot-game for TI?
(for TI 84+ or for the Nspire or the Nspire_CX_CAS)

My brother was making one. But a ramclear has killed it - while he was saving his progres in a group)  :(
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: honchell12 on July 12, 2011, 10:58:38 am
is there the impossible game for nspire?  cuz penguins gif leads me to believe there is.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on July 12, 2011, 11:31:40 am
is there the impossible game for nspire?  cuz penguins gif leads me to believe there is.
Thepenguin's Impossible Game works on the Nspire on 84+ mode. :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on July 12, 2011, 11:37:41 am
is there the impossible game for nspire?  cuz penguins gif leads me to believe there is.
Thepenguin's Impossible Game works on the Nspire on 84+ mode. :)

Indeed, it works on mine, it should work on all :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on July 18, 2011, 02:00:41 pm
How about something like Stickman Sam (http://www.crazymonkeygames.com/Stickman-Sam.html)?

The aiming would prolly have to be 8-directional, but it looks doable..
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on July 18, 2011, 10:56:10 pm
I think Slice It! on calc would be incredible. :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: leafy on July 18, 2011, 11:53:44 pm
I think it's high time the ti-83 series got a real tower defense game./me looks at thepenguin777
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on July 19, 2011, 01:08:43 am
Plants vs Zombies?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on July 19, 2011, 01:12:04 am
/me ponts frey to http://omniurl.tk/8912

I"m not sure if i asked for this already...at least in this thread
Something to simulate TIOS linking (compatible with the normal linking on the other end) but with an option to switch the data lines.  This would allow casio cables to work with Ti cables ;D

EDIT: see bumped thread.
http://omniurl.tk/8184
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on July 19, 2011, 04:40:40 pm
I think some kind of Axe music creation program would be really cool. Mess around with notes in different staffs, maybe if we figure out how to do drum stuff, add that too.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on July 19, 2011, 05:00:19 pm
Buttsfredkin, you may want to check out this: http://ourl.ca/11129
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on July 19, 2011, 05:03:02 pm
That's pretty sweet. I was thinking of something more along the lines of Finale (http://www.finalemusic.com/default.aspx), though.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on July 19, 2011, 05:45:17 pm
That's pretty sweet. I was thinking of something more along the lines of Finale (http://www.finalemusic.com/default.aspx), though.
Alright, that'd be sweet.  I've thought about trying to do that before but never had, nor do I think I'll end up doing it.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on July 19, 2011, 05:48:08 pm
How many continuous lines of sound can I have going at once? I mean for like 6 different notes/instruments.

And also, does anyone how to make different types of sounds come out of the link port, like a trumpet noise being different from a clarinet noise or something like that? And what about percussion, like drums and stuff?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ben_g on July 19, 2011, 05:59:05 pm
How many continuous lines of sound can I have going at once? I mean for like 6 different notes/instruments.
You can only let one signal come out of the link port. You have to mix them in your code.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on July 19, 2011, 06:02:13 pm
Pretty much you alternate multiple notes really fast, and the sound kind of blurs together.

For something other than simple beeps is really complicated to do, tho :/
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ben_g on July 19, 2011, 06:07:44 pm
If you want to write a music composer for the calculator, you should limit it to beebs. You can make it sound realistic, but then you'll have to fill the entire memory with saved notes from different instruments.

You can do it like the ringtone composer of my celphone: every key stands for a tone and the two arrow keys are used to make tones longer/courter (my celphone only has 2 arrow keys). Ass the specs of my celphone are a lot worse than thespecs of an ti-83+ series calc, this should be perfectly doable.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on July 19, 2011, 06:51:16 pm
How many continuous lines of sound can I have going at once? I mean for like 6 different notes/instruments.
You can only let one signal come out of the link port. You have to mix them in your code.
Actually, you can do two: One from the right headphone and one from the left. ;)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ben_g on July 19, 2011, 06:56:57 pm
Depends of the type of adapter you use. I use an adapter with a tip with only 2 contact area's (one for the - and one for the signal), so you can't do right and left on that adapter, and if you would try this, it would sound horrible becouse it kinda works like an AND port (signal on when either lhe signal for left or right is on). This would totally mess up the frequency.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on July 20, 2011, 04:52:54 pm
You can do it like the ringtone composer of my celphone: every key stands for a tone and the two arrow keys are used to make tones longer/courter (my celphone only has 2 arrow keys). As the specs of my celphone are a lot worse than thespecs of an ti-83+ series calc, this should be perfectly doable.
Can you change the type of sound or is it just beeps at different pitches? And how many different notes can you have playing at once?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: chattahippie on July 20, 2011, 05:29:26 pm
If you check out the Axe Parser download, the example AXESOUND has multiple sounds effects, although they would be hard to assign different pitches too.
As ben_g and ztrumpet said, simple beeps would be the best way to create sounds with different pitches.

I had been wondering if someone was going to ever do a program similar to this, due to countless videos of Mario Paint, or even if someone had the same thought.
Glad to see that it isn't just me. :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on July 21, 2011, 12:19:56 am
Plants vs Zombies?
I actually started this, but never got around to finishing it:
http://ourl.ca/11509
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Munchor on July 24, 2011, 12:16:49 pm
Nspire Pacman, using the original C algorithm (coded in C too) like the one for 68K calcs that won the POTY
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on August 06, 2011, 07:19:31 pm
I've been thinking about a sort of platformer, but when you jump everything that's not a static object jumps.  That means the char, boxes, enemies, etc.  Different objects could bounce to different heights, maybe boxes or something could be used to crush the enemies.  Any contact with an enemy and health/a live is lost.

Perhaps have things on the ceiling, that jump down; or things on the sides that jump from the sides.

Adding more to the idea, make it so the boxes can only be moved horizontally while on the ground (can't be bumped around in mid-air) and they have the same jump height as the player so they make a sort of obstacle.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on August 07, 2011, 02:22:02 am
hmm that sounds like a great game Darl181 :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on August 07, 2011, 09:32:01 pm
yeah that sounds pretty cool.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on August 08, 2011, 12:18:05 pm
Would the things that jump sideways return to their spaces?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on August 14, 2011, 02:19:31 am
Well, the idea i had in mind was to make it a sort of puzzle aspect, to move the stuff to make steps or something.
It would probably have to be better thought out tho...maybe the larger the stack the less it jumps?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on August 15, 2011, 05:37:10 pm
Just got another random idea.  It's less of a game idea, but more of an aspect idea.
Instead of a currency exclusively of coins and gold and such, there could be a sort of system using letters which could be "joined together" to make objects.

Like, say you have an inventory containing A,D,E,I,I,J,L,L,N,O,S,W.
You could take a combination and make an object using those letters.  i.e. ADNW (W-A-N-D) would create a wand.

Maybe at the shop or something letters could be exchanged (scrabble points anyone?) to make different words.  About ammo and such, I'm not sure, maybe just have classic currency for that.

This would take up quite a bit of memory tho because it would need a word bank/dictionary somewhere...I'm not sure how practical it would be for an 8x game but maybe for the Prizm or CX?  or computer?
Just putting it out there :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on August 15, 2011, 06:47:47 pm
So, like Scribblenauts, but not really?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: leafy on August 15, 2011, 07:01:36 pm
I've been thinking about a sort of platformer, but when you jump everything that's not a static object jumps.  That means the char, boxes, enemies, etc.  Different objects could bounce to different heights, maybe boxes or something could be used to crush the enemies.  Any contact with an enemy and health/a live is lost.

Perhaps have things on the ceiling, that jump down; or things on the sides that jump from the sides.

Adding more to the idea, make it so the boxes can only be moved horizontally while on the ground (can't be bumped around in mid-air) and they have the same jump height as the player so they make a sort of obstacle.

I actually made an entire engine for this during the last contest but ditched it ^^
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on August 15, 2011, 09:29:01 pm
/me googles "Scribblenauts"
I guess sort of, but instead of drawing stuff (well, that's what it looks like on wikipedia) you collect letters over time and make stuff.

EDIT: another idea: http://www.mylostgames.com/play/nyan_cat_lost_in_space
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on August 16, 2011, 11:19:57 pm
haha lol
 
Quote
CRACKNYAN : run faster
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on August 16, 2011, 11:26:57 pm
Yeah, it's an interesting game :P
Quote
CRACKNYAN : run faster
(ie when you pick up the "pill" the screen flashes and shakes, and the cat goes like O.O.  Even the music changes..)

EDIT:
Quote from: Achievements
CRACK NYAN
Magic pill make you run and fly faster than light
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on August 17, 2011, 10:56:14 pm
I dot think making a sort of minecraft game where 8*8 it the size you can build in or a size around that I was going to but I need to learn optimized code first :(
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on August 18, 2011, 10:02:11 am
I dot think making a sort of minecraft game where 8*8 it the size you can build in or a size around that I was going to but I need to learn optimized code first :(
Do you mean like this (http://www.omnimaga.org/index.php?board=60.0) style of game?  (For the record, the game I linked to will never be finished; Hot Dog's computer was stolen and he lost the source to it.)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on August 18, 2011, 10:24:37 am
??? Uh the source code was released http://www.omnimaga.org/index.php?action=downloads;sa=view;down=686
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on August 18, 2011, 11:27:42 am
??? Uh the source code was released http://www.omnimaga.org/index.php?action=downloads;sa=view;down=686
That was his last backup of the source, which was from about a year before he lost his source.  Check this topic for more info: http://ourl.ca/10686
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on August 18, 2011, 11:37:51 am
I never was going to use SAD though
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ztrumpet on August 19, 2011, 12:01:53 am
I never was going to use SAD though
Right, but is that the style of game you were referring to?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on August 20, 2011, 03:45:24 pm
I never understood SAD so I dont know
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Yeong on August 26, 2011, 07:09:51 am
I believe SAD was supposed to be RTS game.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Ashbad on August 26, 2011, 08:25:00 am
I believe SAD was supposed to be RTS game.

S.A.D.ly, S.A.D. Is pretty much a dead project :/ (sorry, had to)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Yeong on September 07, 2011, 07:52:45 pm
come to think of it, someone should defenitely make a tower defence games.
I would love to play it XD
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: BalancedFury on September 07, 2011, 08:38:48 pm
come to think of it, someone should defenitely make a tower defence games.
I would love to play it XD
I second this... but it's just not becuz he's my bro.. I like TD games
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: thenyanpeople on September 14, 2011, 04:50:15 pm
You guys should make a subsets for the programs so its easier to navigate. (Ti 84 programs. Ti 83 programs, Ti nspire programs and so on)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on September 14, 2011, 09:01:03 pm
I don't understand.

83+ family calculators don't work on nspire and vise versa.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on September 14, 2011, 09:04:32 pm
I think he means something like separate topics for each type of calc.  The thing about ideas..they're completely open, not calc-specific ;D (for the most part)

And to continue the inspirations, Territory War (http://www.addictinggames.com/adventure-games/territorywar.jsp).  Was my favorite game for quite some time before I found the Shift series.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: chattahippie on September 14, 2011, 09:11:21 pm
I like the flash game robot wants kitty, it would make a nice calc platformer, although the level is huge
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Ashbad on September 14, 2011, 09:29:09 pm
Hmm, I'm thinking that after the contest judging is over, I'm going to start working on porting Robot Unicorn Attack to the prizm.  Should take maybe a few hours :P which I don't have ATM.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Yeong on September 14, 2011, 09:52:20 pm
as I said, I wish I had prizm but walmart doesn't sell it >.< #
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on September 18, 2011, 10:49:47 pm
ok so i had this idea while on a 30 mile boyscout kayaking trip.

FLATLAND!  the biggest untapped game idea ever.
so...
*insert name* in flatland.

Ok this would be like an RPG/Puzzle game like Zelda.
Basically it would be a 3d game where you went around flat land trying to help them solve their problems with your height. You could see over mazes and stuff like that.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: sqrt(Time) on September 19, 2011, 12:55:07 am
Well... in 4D you can solve any knot...
Hmm... MIEGAKURE FOR THE 84 ANYONE??
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spyro543 on September 19, 2011, 06:51:14 am
as I said, I wish I had prizm but walmart doesn't sell it >.< #

The Wal-Mart around where I live sells Prizms for $99.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Yeong on September 19, 2011, 07:24:09 am
as I said, I wish I had prizm but walmart doesn't sell it >.< #

The Wal-Mart around where I live sells Prizms for $99.
lucky you. :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on September 19, 2011, 09:49:15 am
ok so i had this idea while on a 30 mile boyscout kayaking trip.

FLATLAND!  the biggest untapped game idea ever.
so...
*insert name* in flatland.

Ok this would be like an RPG/Puzzle game like Zelda.
Basically it would be a 3d game where you went around flat land trying to help them solve their problems with your height. You could see over mazes and stuff like that.

...can you elaborate?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on September 19, 2011, 04:56:54 pm
Ok, flat land is a two dimensional world, where all shapes (except pentagons) live happily.
If you were to imagine yourself in flatland (as flat), all you would see is length and width.  Observing from a top view however (3d) you can see many shapes and ones behind others.

With this awesome ability, you could help the citizens of flatland solve their problems.  Of course you have to get them to understand you too ;)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: FinaleTI on September 19, 2011, 07:24:50 pm
I think Junkbot (http://www.lego.com/build/junkbot/junkbot.asp?x=x&login=0) would make an awesome calc game. Junkbot and it's sequel are really the only reason I visit the Lego site from time to time.

It require Shockwave to try it, though. Sorry to Linux users.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on September 19, 2011, 08:07:11 pm
Ok, flat land is a two dimensional world, where all shapes (except pentagons) live happily.
If you were to imagine yourself in flatland (as flat), all you would see is length and width.  Observing from a top view however (3d) you can see many shapes and ones behind others.

With this awesome ability, you could help the citizens of flatland solve their problems.  Of course you have to get them to understand you too ;)

Hmm...sounds interesting but I can't picture it, quite.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Compynerd255 on September 25, 2011, 02:33:53 am
Someone should port Cavestory. Not just the BASIC port that already exists, but the for real deal. It could be ported as a giant App. (For those of you who don't know what Cavestory is, it's this platformer game where you are a little amnesiac inside a floating island, which is inhabited by these rabbit-like humanoids called Mimigas. Basically, you walk around and carry awesome Space-Age guns to defeat enemies, but the story is so much deeper than that. For the latter reason, it has been rated as the best freeware game ever.)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on October 07, 2011, 10:24:43 pm
I have an idea Yu-Gi-Oh !
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Yeong on October 07, 2011, 10:26:16 pm
I think most people give up on making Yu-Gi-Oh becuase of the amount of data that people have to make for that XP
(So are some other TCGs)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on October 07, 2011, 10:27:31 pm
I've never watched yu-gi-oh.  :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Yeong on October 07, 2011, 10:28:01 pm
Me neither. I just heard about it.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on October 07, 2011, 10:28:50 pm
I have > 400 cards but dont watch the show that much
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on October 07, 2011, 10:29:16 pm
it is a card game?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Yeong on October 07, 2011, 10:29:45 pm
it is TCG.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on October 07, 2011, 10:30:14 pm
it is TCG.
elaborate?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on October 07, 2011, 10:30:42 pm
yes http://www.google.com/search?q=Yu-Gi-Oh+cards&hl=en&biw=1280&bih=709&prmd=imvns&tbm=isch&tbo=u&source=univ&sa=X&ei=07WPTp_VAsyFsAKr2uCsAQ&ved=0CIYBELAE
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Yeong on October 07, 2011, 10:32:07 pm
TCG stands for Trading Card Game
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on October 07, 2011, 10:32:24 pm
oh like pokemon?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: NecroBumpist on October 07, 2011, 10:32:30 pm
it is TCG.
elaborate?
Trading Card Game

I used to play Yu-Gi-Oh a few years back, but I was never good because I had bad decks, but it was fairly decent. I like Magic a little more though.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Yeong on October 07, 2011, 10:33:31 pm
@NecroBumpist: You just got ninja'd XD

Pokemon TCG, other way(GBC one) was awesome.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on October 07, 2011, 10:34:58 pm
Wow posts keep on coming and dont stop! soon there will be >9000 posts in this topic
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: NecroBumpist on October 07, 2011, 10:35:21 pm
@NecroBumpist: You just got ninja'd XD

Thanks for pointing out the obvious :'(
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Yeong on October 07, 2011, 10:36:30 pm
so back to topic...
Tower Defence games D:
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on October 07, 2011, 10:39:50 pm
you defend your tower against other towers or armies?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on October 07, 2011, 10:40:11 pm
How about OpenGL 84[url]  gets completed       






IM EVIL 666 posts! (http://ourl.ca/9394)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Yeong on October 07, 2011, 10:40:30 pm
no. What I mean is that I want TD games in calc D:
EDIT: OMG annoyingorange is evil D:  O.O  O.O D:
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on October 07, 2011, 10:41:36 pm
How about OpenGL 84[url]  gets completed
 (http://ourl.ca/9394)
I don't even know what they are talking about. ???
no. What I mean is that I want TD games in calc D:
EDIT: OMG annoyingorange is evil D:  O.O  O.O D:
whats TD?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on October 07, 2011, 10:42:38 pm
click on my the link in my post


Edit im not evil anymore D:


 (http://ourl.ca/9394)
How about [url=http://ourl.ca/9394]OpenGL 84[url]  gets completed
I don't even know what they are talking about. ???
no. What I mean is that I want TD games in calc D:
EDIT: OMG annoyingorange is evil D:  O.O  O.O D:
whats TD?
tower defense
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on October 07, 2011, 10:44:16 pm
click on my the link in my post


Edit im not evil anymore D:


 (http://ourl.ca/9394)
How about [url=http://ourl.ca/9394]OpenGL 84[url]  gets completed
I don't even know what they are talking about. ???
no. What I mean is that I want TD games in calc D:
EDIT: OMG annoyingorange is evil D:  O.O  O.O D:
whats TD?
tower defense
yeah, I read it but I don't know what ashbad is talking about.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on October 08, 2011, 12:16:56 am
Problem with TCGs is that they take an incredible amount of dedication to complete. Just look at UnitedTI's recent TCG contest :/
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: BalancedFury on October 08, 2011, 11:18:45 am
Problem with TCGs is that they take an incredible amount of dedication to complete. Just look at UnitedTI's recent TCG contest :/
Also, it's extremly complicated.
You need to program each and every card that has come out so far..... *shudders*
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on October 08, 2011, 11:28:03 am
Ball games ftw.
I'm going to restart Bounce :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: BalancedFury on October 08, 2011, 11:30:42 am
Ball games ftw.
I'm going to restart Bounce :D
Cool!
How long will it take?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on October 08, 2011, 11:36:02 am
dunno excact. 1 month, 2 months? Its just guessing, sir.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: BalancedFury on October 08, 2011, 11:37:04 am
dunno excact. 1 month, 2 months? Its just guessing, sir.
Sir?
I'm only 14 lol
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on October 08, 2011, 11:38:40 am
I was a bit kidding.
btw, did you see that the lower left text in your avatar is Axe? ;)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: BalancedFury on October 08, 2011, 11:42:52 am
I know
It's a GBC game called Power Quest...
IMAO he's the best of the 5(?) characters.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on October 08, 2011, 12:04:30 pm
Hmmmmm...
GBC game...
Sounds cool. maybe suggest it?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: BalancedFury on October 08, 2011, 12:05:18 pm
Hmmmmm...
GBC game...
Sounds cool. maybe suggest it?
ya i suggest it
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on October 22, 2011, 08:21:40 pm
aeTIos you should maybe continue or restart that game you had for the Omni Axe puzzle/platform contest you didn't finish. It was kinda cool.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on October 22, 2011, 08:45:52 pm
you were doing Continuity, right?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on October 22, 2011, 09:15:34 pm
Yeah he was making that game. Sadly he vanished before contest finished. I don't remember if he also lost all his data as well.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on October 22, 2011, 10:34:46 pm
I just got super castlevania IV for my snes and love it castlevania needs to be made for the 84
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: leafy on October 22, 2011, 11:28:47 pm
I believe it has been a couple of times :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Builderboy on October 22, 2011, 11:32:37 pm
/methinks someone should make an rts for teh calc  *.*
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: leafy on October 22, 2011, 11:33:09 pm
STARCRAFTFOURTI
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Anima on October 23, 2011, 04:56:50 am
STARCRAFTFOURTI
!!!

Does anyone know the game "iRunner" for Android smartphones?
You must run, slide and avoid things like candles. It's very funny and would be possible to make with Axe.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Yeong on October 23, 2011, 09:47:22 am
STARCRAFTFOURTI
that'll gonna be the axiom project :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Keoni29 on October 23, 2011, 09:50:14 am
Manga reader :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: epic7 on October 27, 2011, 08:23:09 pm
I'm going to attempt TD. Im not very advanced, but I think I might be able to pull it off. Maybe...
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on October 27, 2011, 08:24:09 pm
That would be sweet!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: TIfanx1999 on October 27, 2011, 08:29:10 pm
TD= Tower Defense?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: epic7 on October 27, 2011, 08:39:31 pm
Yus.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: C0deH4cker on November 02, 2011, 10:37:34 am
STARCRAFTFOURTI
!!!

Does anyone know the game "iRunner" for Android smartphones?
You must run, slide and avoid things like candles. It's very funny and would be possible to make with Axe.

Do you mean like Jailbreaker (a game, not a jailbreak :P) for iOS?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: njaddison on November 08, 2011, 06:17:18 pm
I'm a TI-Basic developer, but I thought that y'all could use lua to make a new nplayer. I already started a new topic about it.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: flyingfisch on November 08, 2011, 06:18:19 pm
I would like to see exit path from armor games on a calc 8)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: BalancedFury on November 08, 2011, 06:18:33 pm
I'm going to attempt TD. Im not very advanced, but I think I might be able to pull it off. Maybe...
I used to play this one TD for ti83+, and Ti-84+SE
It was freaking hard D:
EDIT: New page! :ninja:
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: njaddison on November 08, 2011, 07:07:23 pm
How about a Lua NES emulator?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: njaddison on November 08, 2011, 08:12:12 pm
I know this doesn't have to do with the topic, but I may be the youngest person here on omnimaga.com.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on November 08, 2011, 08:17:10 pm
Im probably younger
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 08:18:02 pm
how old are both of you?
EDIT: annoyingcalc's only 11 O.O
I'm the oldest :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on November 08, 2011, 08:20:51 pm
how old are you parser?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 08:21:24 pm
check my profile... ;D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on November 08, 2011, 08:23:16 pm
x.x
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 08:23:46 pm
JK I am really only 15 :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: saintrunner on November 08, 2011, 09:27:22 pm
15 and a half!! I win! .... Wait what are we talking about? lol I just saw this thread and saw ages, and thus I posted mine :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 09:28:33 pm
ok, I am almost 15 1/2 in January :P
Do you have your permit?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: epic7 on November 08, 2011, 09:29:56 pm
Are we blurting out ages? Thhhhuuuurtteen!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 09:31:14 pm
oooh you are a young lad :P
I was just a little kid when i was 13 ;)
so that makes you in 5th grade? ;)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: BalancedFury on November 08, 2011, 09:31:27 pm
FOURTEEEEEEEEENNNNNNNN!!!!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: BalancedFury on November 08, 2011, 09:31:54 pm
No im pretty sure 5th grade is 10 years old
Oops double post srry
:(
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 09:32:03 pm
man, you guys are all young... :P

EDIT: new page!!!!!!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: BalancedFury on November 08, 2011, 09:32:43 pm
:P
Im not young D:
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 09:33:11 pm
oh yes you are, check my profile age :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: epic7 on November 08, 2011, 09:33:33 pm
oooh you are a young lad :P
I was just a little kid when i was 13 ;)
so that makes you in 5th grade? ;)

8th...
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: BalancedFury on November 08, 2011, 09:36:10 pm
im supposed to be in 9th grade, but im in 8th cause when I first came to America, instead of going into 4th grade, I went in to 3rd grade cause of english
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 09:37:22 pm
dang that stinks....
I am 2 grades up from you...
so that makes you a young person :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: epic7 on November 08, 2011, 09:39:04 pm
And since I'm 2 years younger than you, you thought I was 5 grades lower than you? :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: BalancedFury on November 08, 2011, 09:39:13 pm
Your in 10th grade?
*laughs inappropriately*
Spoiler For for wuts inappropriate?:
'Your in' sounds like Urine XP
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 09:40:26 pm
And since I'm 2 years younger than you, you thought I was 5 grades lower than you? :P
ok, that was a small exaggeration...
but you are still small
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on November 08, 2011, 09:41:03 pm
hey, I'm fifteen too. Am I older or younger than you, Parser?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 09:41:23 pm
when is your birthday butts?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: epic7 on November 08, 2011, 09:42:46 pm
Well, I'm in 10th grade math.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on November 08, 2011, 09:43:06 pm
May. That's all I'm going to say for online. :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 09:43:34 pm
then yes you are 2 months older than me :P
EDIT: spelled older wong :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on November 08, 2011, 09:46:07 pm
oh cool.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 09:47:01 pm
oh yeah, look at my profile age :P








...now I am older than you...
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: epic7 on November 08, 2011, 09:47:16 pm
While we're going off topic, that fat potato computer dude is cool :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 09:48:12 pm
oh wow O.O
that made me lol epic7 ;D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on November 08, 2011, 09:49:10 pm
haha me, a fat computer potato dude?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 09:50:06 pm
which is ironic because you are like 100 lbs :P
hey butts you should also join the petition!!!!/me points to his sig ;D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on November 08, 2011, 09:51:27 pm
hm...I would, but the text on the right is too hard to read. If you make the font more readable, I will join.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on November 08, 2011, 09:53:04 pm
haha lol parser I just read that too nice :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 09:55:32 pm
hm...I would, but the text on the right is too hard to read. If you make the font more readable, I will join.
hmmmm, I will have to ask Fury, he's the one that made it...
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: epic7 on November 08, 2011, 09:56:12 pm
Can I have the link for the userbar?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 09:57:41 pm
just drag the userbar up to the website type-in box and release, then copy the web address and put it in your sig with [img] stuff
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: epic7 on November 08, 2011, 09:58:26 pm
I'm on my iPod. It doesn't work
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 10:00:33 pm
ok then:
http://img.removedfromgame.com/imgs/asdfg.png
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on November 08, 2011, 10:10:19 pm
To be on topic, I had another one of those convoluted ideas a couples days back.
I'm not sure how one would define it, but something like a courier (http://dictionary.reference.com/browse/courier) where you run back and forth "delivering" stuff.
It could be a large map, maybe some sort of plot, the idea can be worked on a bit.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: chattahippie on November 08, 2011, 10:11:11 pm
To be on topic, I had another one of those convoluted ideas a couples days back.
I'm not sure how one would define it, but something like a courier (http://dictionary.reference.com/browse/courier) where you run back and forth "delivering" stuff.
It could be a large map, maybe some sort of plot, the idea can be worked on a bit.

Kinda like a mailman RPG?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 08, 2011, 10:12:23 pm
ooh yay epic7 you put the userbar in your sig!!!!!! :D

EDIT: 600th post!!!!!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on November 09, 2011, 03:00:39 am
aeTIos you should maybe continue or restart that game you had for the Omni Axe puzzle/platform contest you didn't finish. It was kinda cool.
Yup I was thinking about restarting that.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: parserp on November 09, 2011, 04:36:40 pm
hm...I would, but the text on the right is too hard to read. If you make the font more readable, I will join.
now it is more readable ;D
anyway, back to the topic, somebody should make a 84+ tiny wings game! It would be awesome! :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: njaddison on November 09, 2011, 11:43:48 pm
How about angry birds for nspire?
And maybe an equivalent of MS-DOS so I can practice hacking on my nspire. We seriously need to find an easier way to hack this virtually unhackable calc.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: njaddison on November 09, 2011, 11:51:01 pm
Also, another ti-nspire linking program. TI-nspire student software sucks, since, like websense, it has so many restrictions.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: annoyingcalc on November 09, 2011, 11:56:44 pm
search ndless 3  this is the first step
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Freyaday on November 09, 2011, 11:58:13 pm
Welcome njaddison! Please be aware that we do not like double posting. If you need to add or change a post, there is an edit button in the post that you can use to do so. Also, websense sucks because it is very good at its job. Which is why it is used. The restrictions are placed by the people who set it up. It is very good at following them. People have bad memories of it. When they need web filtering, what are they gonna remember?
Vicious cycle, ain't it?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: njaddison on November 10, 2011, 12:05:22 am
sorry, I accidentally clicked post twice. I'm impatient :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: TIfanx1999 on November 10, 2011, 10:19:22 am
To be on topic, I had another one of those convoluted ideas a couples days back.
I'm not sure how one would define it, but something like a courier (http://dictionary.reference.com/browse/courier) where you run back and forth "delivering" stuff.
It could be a large map, maybe some sort of plot, the idea can be worked on a bit.

That could actually be really cool. I'd picture it kind of like crazy taxi. Instead of delivering passengers from point a to point b in a taxi, you could be a boy(or girl) on a bike delivering packages from point a to be within a time limit and having to return to the package delivery company after a successful delivery to get paid (based on how quickly it was delivered). All the while you'd have to avoid pedestrians, angry motorists, bikers, bullies and rabid dogs. =) You could use the money earned at a store for bike upgrades, temporary speed boosts in the form of energy drinks, bully deterrents like water balloons or treats to distract dogs.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: JosJuice on November 10, 2011, 10:58:57 am
Also, another ti-nspire linking program. TI-nspire student software sucks, since, like websense, it has so many restrictions.
There is already one - it's named TiLP. If you want to try it, I recommend the newest beta version since it has much better Nspire compatibility.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: njaddison on November 10, 2011, 07:32:09 pm
would it be possible to make minecraft using a raycasting engine? I know that someone already discussed this, but when will somebody get started? and can someone give me instructions on how to raycast, and make a 3d game using the nspire? I'm 12, so I have no clue on how to do this.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: shmibs on November 10, 2011, 08:51:55 pm
raycasting would not be suitable for minecraft, because it deals with two-dimensional level data rather than 3. it is, basically, a method of displaying this 2-dimensional level in a three dimensional manner. it does so by using virtual "rays" which are cast out from the player's position in the direction he is facing. these "rays" will continue to move until they reach the maximum distance he can see, or until they hit an object, like this:
(http://img.removedfromgame.com/imgs/raycasting.png)

one of these rays has to be cast for every pixel along the screen's width (or every other, if you're pressed for speed, but that results in approximations and less detail).

now, if this was all, our screen from above would look something like this:
(http://img.removedfromgame.com/imgs/raycasting3.png)

however, we need 3 dimensions, so this single row of pixels needs to be stretched out to look like this:
(http://img.removedfromgame.com/imgs/raycasting2.png)

this is done by making rays which hit objects sooner taller, and those which hit later shorter. textures are done by skewing images according to these heights, like this:
(http://img.removedfromgame.com/imgs/raycasting4.png)

raycasting has been done on the nspire already, but making a good game with it, like wolfenstein (http://www.youtube.com/watch?v=C00n4rDUMNo), for example, is very difficult to do. full 3d, like one would need for minecraft, is practically impossible.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: njaddison on November 11, 2011, 01:43:23 am
Thanks Smhibs! by the way, i found a way to make lua scripts for older oses compatible with a newer os. I did this with nfighter 2.1, because it is an awesome game. if i would have known about ndless, i would have redownloaded os 3.0, and removed the boot 2, so I could downgrade.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: njaddison on November 11, 2011, 01:45:00 am
I used ti-nspire scripting tools to add the script to the clipboard, and then I pasted the script inside of ti-nspire file.
you may have already known how to do this. OF course, you probably do, because lua is new to me.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: njaddison on November 11, 2011, 01:55:53 am
But....I was thinking, I am an extreme fan of Rambo, and I was wondering if someone could make a clone of the classic game. Or i could just wait for a few months and make one myself. No, I take that back. I mean, when would i have time to do it? To be honest, I am lazy. I am supposed to be working on schoolwork... Woah it's 1:56! I have to get to bed! I always go to bed at 9:00!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: shmibs on November 11, 2011, 03:06:48 am
firstly: i know nothing about lua, and nearly nothing about nspires
secondly, i know you're new, but please avoid posting twice in a row in a topic unless
Quote from: The Rules
there has been 6 hours since your last post, 3 hours if your thread has been bumped out of the New Posts page, 1 hour if it's a project update or immediately if you need to upload more than 10 file attachments at once. Otherwise, update the last post using the "EDIT" button. It will be marked as unread for all members (altough it won't bump the thread).
i'm not angry or anything; it just makes everything more clean and orderly and helps people to help one another if everything is clean and orderly.
thirdly, is this (http://www.youtube.com/watch?v=sVs7yggUxvg) the Rambo you mean? if so, that looks a little boring, but it would definitely be doable in Lua, and i doubt it would take that much work either. you should try it =)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: TIfanx1999 on November 11, 2011, 08:40:35 am
Oh, wow... that game looks pretty bad x.x. There were a lot of old low quality NES games like that back in the day ;D. On the plus side, the music was pretty good! :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: epic7 on November 19, 2011, 10:25:32 pm
I have a game idea Im going to make

There are two statues and you have to guide them both to their destinations simultaneously. But if you push an arrow, one goes in that direction and the other goes in the opposite direction. It's like a level from Zelda, twilight princess.

Any ideas for a title?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: saintrunner on November 19, 2011, 10:43:36 pm
statues, dual, switch, or slide....I'm not good with names lol that's all I got
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: epic7 on November 19, 2011, 10:48:59 pm
Dual slide-switch statues? :P
.... Nah.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: saintrunner on November 19, 2011, 10:51:17 pm
or just "Dual Slide"
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: epic7 on November 20, 2011, 05:41:34 pm
I'm just going to use Statues.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: saintrunner on November 20, 2011, 05:50:41 pm
cool! atleast that was still one of my ideas!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: njaddison on December 09, 2011, 10:57:09 pm
A program that removes the ti-84 os from your nspire os. And, ndless ti-84 emulation for the nspire cx.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on December 17, 2011, 09:04:21 pm
This might get pretty crazy graphic-wise, but how about Luminara (http://jmtb02.com/luminara/) for one of the color calcs O.O
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on December 17, 2011, 09:25:46 pm
I got a 500 Internal Server error... ???
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: epic7 on December 17, 2011, 09:29:37 pm
This might get pretty crazy graphic-wise, but how about Luminara (http://jmtb02.com/luminara/) for one of the color calcs O.O
That would be intense.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on December 17, 2011, 09:31:45 pm
I got a 500 Internal Server error... ???
Works for me...?
Try http://armorgames.com/play/46/luminara ?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on December 17, 2011, 09:34:13 pm
Wow, that's pretty intense. It's like Pixel Purge (also on armorgames) but IMO Pixel Purge is a little better.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on December 27, 2011, 02:36:07 am
That reminds me Asteroid, but on steroids. :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: TIfanx1999 on December 27, 2011, 08:53:21 am
Yea, it really does now that you mention it. O.o
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: flyingfisch on December 27, 2011, 10:54:10 am
It would be awesome to have this on calc!!

Also for color calcs, how about neon rider?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Blue Raven on December 28, 2011, 12:18:34 pm
Hey ! Luminaria is one of my favorite games, and I'm trying to adapt it on calcs with Axe !
(but with grayscales only :( ).
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on December 28, 2011, 12:24:08 pm
Heya Blue Raven and welcome here. :) Keep in mind that if you are new to Axe it might be not a good idea to start with such complex project, since it requires a lot of experience in Axe due to all the rotation and movement algorithms involved plus the complex collision detection, otherwise it might be fine. In any case good luck and feel free to ask help if you need any for programming in general. :)

(Also I like your avatar :P)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: saintrunner on December 28, 2011, 12:45:27 pm
Heya Blue Raven and welcome here. :) Keep in mind that if you are new to Axe it might be not a good idea to start with such complex project, since it requires a lot of experience in Axe due to all the rotation and movement algorithms involved plus the complex collision detection, otherwise it might be fine. In any case good luck and feel free to ask help if you need any for programming in general. :)

(Also I like your avatar :P)

well, DJ, he said in his introduce post that he has coded in Axe for two years. so I think he'll be good :) Good Luck Raven!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Blue Raven on December 28, 2011, 12:48:58 pm
Thanks, and don't worry I'll be fine.  ;) It has been a bit hard but now I have a rotating and moving turret that can fire in 16 directions. !  :D Maybe I'll post a beta when I'll finish the ennemy stuff.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on December 29, 2011, 03:20:37 am
Ah that's good to hear :). I can't wait to hear more about your project. Make sure to create a new topic about it when it's ready for showcase. :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: LincolnB on December 29, 2011, 04:01:44 pm
Hey that's kind of like Base 671! Haha I'll work on that again, eventually, it's not dead. (yet) Hopefully it never will die
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Anima on January 02, 2012, 06:42:17 am
What about "Minicraft (http://www.youtube.com/watch?v=0gy-fBnxaIY)" in Axe? ;D
It's not in 3D, so it couldn't be impossible?


http://ourl.ca/14602/275314 (http://ourl.ca/14602/275314) :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on January 25, 2012, 11:15:02 pm
Crystal Towers 2 would be a nice game to port to the TI-Nspire (assuming the author would be fine with it, since the full version is not free). http://www.clickteam.info/davidn/ct2/



The paid version is super ultimate mega friggin long, though, so maybe it would overwhelm the project author, not to mention I completed 9% of the game and I already find it pretty hard.

I think some tilemaps and completion guides are even available on the forums there so it would probably make things a bit easier for someone who wants to port the game.

A TI-84+ version would be doable too but only if stripped down from some levels. It would have to be much smaller to fit.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: njaddison on February 01, 2012, 10:21:11 pm
How about raze for the nspire? It's an awesome game. Here's a video:

if you want to play the game yourself, find it at:
https://6501228532666364510-a-1802744773732722657-s-sites.googlegroups.com/site/nelsonaddisoncom/stuff/raze.swf?attachauth=ANoY7cr9llzRABks9bxvUkW7WNaJaqCA0UuhLUHooNyZvMsJgbbEks7D3IEebGpDD1hxfKRjo6XgE6vAlD8ZwYO2wdhpOvwfBWYElTPAFgb6KLeSHDQq_fqEifa0gdpj2OosRz_MGrDZCbht0LwCry4PXR6fKQFzzkrX6Nc93WDHRT5OCFqMdEagwRNbHc4WDvjb38OyV2q7VOmUdk_kl7Hiz8pqlkgp-A%3D%3D&attredirects=0
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on February 24, 2012, 11:16:08 pm
Found this in a ticalc.org news article.
As far as I can tell you're a car that drives along a road, running over people and avoiding other cars.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Hayleia on February 25, 2012, 09:46:14 am
Found this in a ticalc.org news article.
As far as I can tell you're a car that drives along a road, running over people and avoiding other cars.

??? I don't get the aim of that game. I guess you must not hit other cars but do you have to hit pedestrians ?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ZippyDee on February 25, 2012, 01:40:24 pm
How about raze for the nspire? It's an awesome game. Here's a video:

if you want to play the game yourself, find it at:
https://6501228532666364510-a-1802744773732722657-s-sites.googlegroups.com/site/nelsonaddisoncom/stuff/raze.swf?attachauth=ANoY7cr9llzRABks9bxvUkW7WNaJaqCA0UuhLUHooNyZvMsJgbbEks7D3IEebGpDD1hxfKRjo6XgE6vAlD8ZwYO2wdhpOvwfBWYElTPAFgb6KLeSHDQq_fqEifa0gdpj2OosRz_MGrDZCbht0LwCry4PXR6fKQFzzkrX6Nc93WDHRT5OCFqMdEagwRNbHc4WDvjb38OyV2q7VOmUdk_kl7Hiz8pqlkgp-A%3D%3D&attredirects=0

This game would be incredibly difficult to port. Not only graphically, but free motion platformer AI is really hard to write. Trajectory planning for jumping paired with timing for shooting...I'm afraid this one's not gonna make it.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on March 03, 2012, 06:56:36 pm
How about some sort of paratrooper game?  An idea I had earlier was to use Zedd or similar to get swinging-from-parachute physics and such, and/or maybe instead of controlling a turret you control a tank.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spenceboy98 on March 15, 2012, 08:33:11 pm
Someone should make a port of Puzzle Farter for the Prizm. http://puzzlefarter.com/ (http://puzzlefarter.com/)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on March 16, 2012, 05:34:44 am
Why for prizm?
It could also be ported for the 84+.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Jonius7 on March 26, 2012, 09:31:11 am
Wow, I have not ever posted in this topic (at least I think so) and did not know it was a general topic about calc concepts and ideas and stuff.

Well I have some concept ideas for making a Lua Terraria, but that is down the track when I get good at Lua and comfortable at graphical stuff.
Also some of the Sim games (like SimAnt) is also what I thought of.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on May 26, 2012, 04:04:11 pm
Temple Run.

After looking around a bit, it actually looks pretty simple.  The hardest part would be the graphics, but I'm guessing it could be some sort of raycaster?
Then with trees and stuff added on..

Edit:
[ Invalid YouTube link ]
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Sorunome on May 26, 2012, 04:05:11 pm
Maybe not so much background stuff would make it easier to make... :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Nick on May 27, 2012, 07:39:19 am
can raycasting/3D be drawn that fast? since temple run is very fast.. it could be slown down, and simplified, but it still must have the gameplay of it, so it think it's harder than it seems xs
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: TIfanx1999 on May 27, 2012, 09:29:02 am
That temple run game seems pretty cool. I'm not sure about using  raycasting, but I think a mode 7 implementation might be interesting. :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Sorunome on May 27, 2012, 05:21:20 pm
can raycasting/3D be drawn that fast? since temple run is very fast.. it could be slown down, and simplified, but it still must have the gameplay of it, so it think it's harder than it seems xs
Maybe it could be made with a top-view? Then it would be just 2D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: nxtboy III on May 28, 2012, 10:53:53 am
DEAD SPACE
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Sorunome on May 28, 2012, 10:54:43 am
DEAD SPACE
What is that?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on May 28, 2012, 10:55:48 am
A name to inspire ppl?
I got some ideas for the name.
(So ye he shouldnt explain)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: nxtboy III on May 28, 2012, 10:58:59 am
You don't know what dead space is?
The game is really.... gory
It's where you are in space (duh :P) and you kill scary "aliens", with many weapons (extremely gory)
Here's some pics:
http://web-vassets.ea.com/Assets/Richmedia/Image/Screenshots/deadspace-x360-screenshot2_656x369.jpg?cb=1334003816
http://ll.assets.ea.com/nawp/na/u/f/GPO/eagames/deadspace/deadspace2/games/screens/DS1_screen2.jpg

EDIT: More: http://ll.assets.ea.com/nawp/na/u/f/GPO/eagames/deadspace/deadspace2/games/screens/prod_ds2_3.jpg
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on May 28, 2012, 10:59:24 am
You made me lose. D:
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: nxtboy III on May 28, 2012, 11:00:24 am
Haha look at pics: ^
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Sorunome on May 28, 2012, 11:00:59 am
You don't know what dead space is?
The game is really.... gory
It's where you are in space (duh :P) and you kill scary "aliens", with many weapons (extremely gory)
Here's some pics:
http://web-vassets.ea.com/Assets/Richmedia/Image/Screenshots/deadspace-x360-screenshot2_656x369.jpg?cb=1334003816
http://ll.assets.ea.com/nawp/na/u/f/GPO/eagames/deadspace/deadspace2/games/screens/DS1_screen2.jpg

EDIT: More: http://ll.assets.ea.com/nawp/na/u/f/GPO/eagames/deadspace/deadspace2/games/screens/prod_ds2_3.jpg
Haha, looking nice :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on May 28, 2012, 11:01:43 am
How would you be creating this O.o
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: nxtboy III on May 28, 2012, 11:02:30 am
So would that be possible for calc? But it would have to be either isometric (very hard to do), platform, or RPG view (like zelda + pokemon). Or..... it could be 3D like Elimination by Hot_dog
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: TIfanx1999 on May 28, 2012, 08:05:20 pm
The stills don't show that much. It depends on which platform you are considering as well. If you want it more 3d esque, that's going to be better suited to the 68k calcs (FAT engine), Casio Prizm, or Nspire. You have much more speed and resolution to work with. If you are considering Z80, your resolution and graphics will be much more limited. 3d can be done with raycasting (with ASM), but results might not be that great.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: chiefpiggy on August 15, 2012, 02:30:27 pm
SLENDER FOR THE NSPIRE CX!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Eiyeron on August 15, 2012, 02:31:03 pm
My bleeding eyes... X_x
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on August 15, 2012, 02:31:34 pm
My bleeding eyes... X_x
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: AzNg0d1030 on August 15, 2012, 10:45:07 pm
SLENDER FOR THE NSPIRE CX!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
(Took out the cause of the bleeding eyes)
This would be a great idea, however, how hard would it be to make?  The controls wouldn't be that bad, touchpad for looking and numbers for moving, but the whole point of slender is the creepy music that builds up.  Without sound output on the CX CAS (color calculator would be best I'm assuming) all of that will be lost, making the game much less suspenseful. Not to mention how long I think porting that game would take... (It is a computer game after all, and a new one at that.  Most ports of games on Ndless are all older like GB, GBA, NES, Dodgin', etc.)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: leafy on August 15, 2012, 11:30:20 pm
Well, considering that dead space runs on an actual 3d engine, I don't think it's a very feasible option for the calculator. The basis of the game might still hold valid, however, and it's definetely something I'd think would be cool.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Wayne on August 16, 2012, 08:10:54 am
Chess for nspire would be great ;)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Hayleia on August 16, 2012, 08:13:03 am
Chess for nspire would be great ;)
True. If you have a CX, I think there are some chess games for GBA that you could run. But they don't work on regular Nspires so this would definitely be a good idea ;)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: ExtendeD on August 16, 2012, 09:26:48 am
There's http://chessforeva.blogspot.fr/2011/02/lua-chess-engine.html , but not sure if the performance will be good on Nspire.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Eiyeron on August 16, 2012, 09:36:22 am
My bleeding eyes... X_x
What do you wanted to say?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: chiefpiggy on August 17, 2012, 07:52:45 pm
Sorry guys for the weird emoticons i just came to this website and im still a noob learning as i go super sorry

Thanks :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on August 17, 2012, 08:12:40 pm
Sorry guys for the weird emoticons i just came to this website and im still a noob learning as i go super sorry
Don't worry, we've all been new at one point. Thanks for fixing the problem :)

By the way, excessive caps/exclamation marks are usually considered bad netiquette too, because they sound like shouting and can get annoying.

Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: squidgetx on August 17, 2012, 10:57:08 pm
Temple Run.

After looking around a bit, it actually looks pretty simple.  The hardest part would be the graphics, but I'm guessing it could be some sort of raycaster?
Then with trees and stuff added on..


I might take this up...going on vacation this week but once the summer's over, we'll see
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deep Toaster on August 18, 2012, 04:20:35 pm
Raycasting wouldn't work for Temple Run because the view isn't flat (perfectly horizontal), and in fact you can see over "walls" in many cases (such as here (http://mediaserver.pulse2.com/uploads/2012/08/temple-run.jpg), where you can tell the torches and shelves appear above one another). The view also moves up and down, anyway. Mode 7 might look nice for the ground—maybe you could treat everything as "ground," since there aren't too many walls anyway.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Anima on October 12, 2012, 05:03:56 pm
Yesterday I found a cool game called "Not Tetris 2" written in Lua. It's similar to Tetris but with physics, so the blocks are rotating and it's more difficult to complete a row than in the original version.
Now I thought it could be possible to create a clone of "Not Tetris 2" for a calculator like the TI-84 Plus. But it seems like BASIC is not enough because of performance reasons, so in my opionion Axe or Assembly would be a better choice. What do you think? Personally I'm neither very experienced in Axe nor Assembly.

By the way, here's the project homepage of the developer: http://stabyourself.net/nottetris2/ (http://stabyourself.net/nottetris2/)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Sorunome on October 12, 2012, 06:13:07 pm
That would be awesome! But wouldn't it be rather complicated and run a bit slow?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spyro543 on November 16, 2012, 09:28:30 am
I would really like to see this game on calc. http://armorgames.com/play/55/tba (http://armorgames.com/play/55/tba)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Deathrider on March 28, 2013, 09:06:57 am
I suggest an application to make a custom menu, as I have explained in this post:

http://ourl.ca/18601/343007;topicseen#new
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Keoni29 on March 28, 2013, 09:14:31 am
Super hexagon, anyone?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: leafy on March 28, 2013, 10:38:52 am
Super hexagon, anyone?
shhhhhhh
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Dapianokid on March 28, 2013, 03:17:24 pm
How about a new calcnet game?
A Genesis emu for Nspires :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spenceboy98 on March 28, 2013, 03:49:48 pm
How 'bout Puzzle Farter?
http://www.puzzlefarter.com (http://www.puzzlefarter.com)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Augs on March 28, 2013, 06:03:53 pm
How about a simple tanks game?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Happybobjr on March 28, 2013, 07:54:38 pm
^ Kerm made one
iirc it was made to demonstrate an 8 calc multiplayer game
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spyro543 on March 28, 2013, 09:27:59 pm
Super hexagon, anyone?
yesyesyesyesyesyesyesyes!
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Keoni29 on March 29, 2013, 05:13:05 am
How about a new calcnet game?
A Genesis emu for Nspires :)
The sega genesis had both a 7Mhz 68000 CPU and a 3,6Mhz z80 coprocessor (if I recal the cpu speeds correctly.) I think it's more difficult to emulate two CPU clocked at different speeds. I think they communicate asynchonously, so the emulator has to be multithreaded, yet the threads have to be able to swap out information asynchronously. If the timing is not right this can lead to inaccurate emulation.
The genesis and the Nspire have the same resolution: It's 320x240 at most in ntsc regions.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Augs on March 29, 2013, 01:18:27 pm
What about a ZX spectrum emulator?

Or a BBC micro?(Since I think they had the same Z80 microprocessor)

Edit: Some versions of the BBC micro had the Z80. There were many models. But two main models (A and B).
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: pimathbrainiac on March 29, 2013, 02:22:39 pm
I had this idea a while back, but I didn't quite understand what I was getting in to, so I stopped the project: How about a MOBA?

And instead of a DOTA/LoL-type MOBA, how about an Awesomenauts-type game?

Edit: Using gCn, of course
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Augs on March 29, 2013, 03:00:37 pm
I would love to help but I only know how to program LUA for the nspire CX
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Dapianokid on April 01, 2013, 05:45:04 pm
How about a new calcnet game?
A Genesis emu for Nspires :)
The sega genesis had both a 7Mhz 68000 CPU and a 3,6Mhz z80 coprocessor (if I recal the cpu speeds correctly.) I think it's more difficult to emulate two CPU clocked at different speeds. I think they communicate asynchonously, so the emulator has to be multithreaded, yet the threads have to be able to swap out information asynchronously. If the timing is not right this can lead to inaccurate emulation.
The genesis and the Nspire have the same resolution: It's 320x240 at most in ntsc regions.

I just noticed that it has a Z80 at 3.8 Mhz and a 68k at 7.6 Mhz. The Z80 looks clocked at about 1/2 the 68k, maybe a bit less, and I just find it funny that it's CPU's are both the types used in Ti calcs today :) Now, the ARM7 in the Nspire is the type used in Wiis! hahaha

yeah it's doable, dude.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: TIfanx1999 on April 01, 2013, 06:35:06 pm
Yes, and the GBA has a Z80(well an 8080 with some of the changes made in the z80) and an ARM. Go figure.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Dapianokid on April 01, 2013, 06:56:34 pm
Which makes this project even more of a possibility. I have people here who can help if I ever run into a major problem. :)
This topic actually inspired me to write the Genesis Emu. Wish me luck.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: TIfanx1999 on April 01, 2013, 07:08:52 pm
Go for it! :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on April 06, 2013, 02:24:55 pm
This might end up limited to the nspires because it kind of needs a touchpad unfortunately, but how about super hexagon?

bonus points for music :P

Another random idea with the touchpad - some sort of OS integration where moving a finger along the side scrolls stuff.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on April 09, 2013, 05:23:27 am
Eh, why does super hexagon need a touchpad?
/me plays SH on computer with keyboard or mouse
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Hayleia on April 09, 2013, 10:39:40 am
Also, Super Hexagon was already suggested at the previous page :P
But, yeah for the lazy ones who didn't bother checking what it was about, at least your post includes a video :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on April 09, 2013, 12:21:34 pm
Ah, didn't see that on the last page :P

And for the touchpad thing, not many calcs have the ability to use a mouse (84, maybe nspire eventually), and doing with the keyboard is quite the different experience afaict?  Guess it could be done like that regardless, tho.

Or maybe Fruit Ninja and/or Geometry Wars style..hm.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on April 09, 2013, 01:10:47 pm
Darl: well you use the mouse buttons so it could be done with just 2 keys.
Maybe the function keys.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Dapianokid on April 09, 2013, 06:11:32 pm
I am going to port ESword bible reader to Nspires.

Why not add a clock to the top bar on Nspires?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on April 09, 2013, 06:30:51 pm
The clock's already been done. ;)
http://ourl.ca/15831
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Augs on April 09, 2013, 09:20:34 pm
The clock's already been done. ;)
http://ourl.ca/15831

If you use Emulators and things like Nover. I do not recommend using Nclock because when your calculator crashes it will have to reset.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Darl181 on April 09, 2013, 09:45:46 pm
Nover shouldn't crash/cause crashes if you take heed of the warnings and know what you are doing. Personally I haven't had any because of it.
In an emulator, there's 9/10 chance of a (accurate) clock already being on the computer screen.

Anyway, if one's calc is crashing, keeping a clock set is probably going to be the least of their concerns :P
(tho if it's put in /startup it'll ask if it has the time right, iirc)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Hayleia on April 13, 2013, 09:14:26 am
Anyone to write a program editor that is not slow as hell for the 84+CSE ? Seriously, the test program I wrote is only 28 lines but it still takes ages to scroll to an error o.o°
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Dapianokid on April 13, 2013, 12:43:15 pm
Augs, I actually overclock my base CPU to 324 when I play gpSP-Nspire because it doesn't crash
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on April 13, 2013, 04:11:23 pm
Dapiano: that does not work. You have to up your CPU frequency, not your base frequency.

Also I would LOVE a commodore 64 emu. Incidentally, there are some emus written in SDL... *hint hint*
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Dapianokid on April 13, 2013, 08:07:49 pm
aeTIos, one step at a time, my friend. Genesis is fully written and designed to be portable.
Upping the base CPU ups the actual CPU, so it's okay. Otherwise, it says danger immediately lol.

commodore 64 is a bit of a challenge because it's out of my comfort zone hardware wise, but I'll do it after Genesis if I deem it possible for me.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: TheBassetHound on May 04, 2013, 10:06:26 pm
A Picross pack! :) I like Picross...
And maybe a conversation AI like Cleverbot where you could have a talk with your calculator. That would be an epic feat. ;D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: TIfanx1999 on May 05, 2013, 12:27:33 am
There are a couple of Picross games already:

http://www.ticalc.org/archives/files/fileinfo/95/9545.html
http://www.ticalc.org/archives/files/fileinfo/390/39099.html
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Roboman on September 17, 2013, 08:30:37 pm
ftl: faster than light
also any tower defence game :)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Legimet on September 17, 2013, 09:38:11 pm
An AI Chatbot for Nspire (http://ourl.ca/16803) already exists. :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Roboman on September 17, 2013, 10:14:24 pm
does [Fake] mean anything to you...?
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Spenceboy98 on September 17, 2013, 10:56:19 pm
Someone's probably already suggested this, but...

Fruit Ninja for Nspire with touchpad support. :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: XiiDraco on September 17, 2013, 11:25:26 pm
I think people have already said this, but how about a tower defense game?

Anyway, I think a top down port of skyrim would be kinda cool.  ::) (It would take a lot of work though)
I don't know why but I've always wanted to make a top down port of skyrim or another rpg... :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Keoni29 on September 18, 2013, 06:42:11 am
Emulators of non-z80 machines on a z80 calc are tricky with such a low clock frequency. The MSX and MSX2 are both z80 machines. They are like the home-computer equivalent of the pc as there are many versions by different manufacturers with different specs, but they are mostly compatible. My msx1 has 80k or ram I think,but not all games use all of that.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: 123outerme on May 09, 2014, 09:37:10 pm
Maybe, someone could make either a dungeon raider and collection game or a port of "Punch-Out!!"?
Scratch that, I'm making the dungeon raider (http://forum.pixbits.com/images/smilies/asd.gif)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on August 29, 2014, 09:09:28 pm
One idea I had a long while ago and that I remembered this evening was not a game, but rather a text string converting tool that would run through a BASIC program then optimize every string of text so that whenever possible and smaller, letters get replaced by tokens, so that for example, in the string "Answer", instead of A followed by 2-byte large individual lowercase letters, it would become Ans followed by the remaining lowercase letters.

The downside of such converter is that people who have language apps installed would need to disable their hooks before using the BASIC program so that the text doesn't look messed up (for example, Answer with the Français app installed would become Repwer), but some people might prefer to do everything possible to keep their game size minimal :P.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Sorunome on August 30, 2014, 07:26:51 am
That's a pretty sweet idea! Would probably be easier to make it a computer program, as there you can have huge lookup tables.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on August 30, 2014, 11:18:27 pm
Yeah that and it would maybe have guides to make it easier to distinguish what was changed. It would definitively speed things up since looking at each possible matchups one by one makes it easy to miss stuff.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Sorunome on August 31, 2014, 06:43:31 am
Maybe i'll write a web-app eventually :P *maybe*
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on August 31, 2014, 10:54:40 am
I guess a web-app would be fine (providing an offline version is also available in case it goes down *looks at Aichi's sprite/map editor*)
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Ivoah on September 01, 2014, 08:40:08 am
I would like to suggest that someone port Supertux (http://supertux.lethargik.org/) to the TI nSpire, I think it uses SDL
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on September 01, 2014, 09:20:37 am
At first I thought it was the karting game and I was concerned that the Nspire lacked the power to run it but then I saw it was a platformer so I guess it should be fine providing the game isn't GFX-intensive or something. :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Matrefeytontias on September 01, 2014, 03:36:19 pm
I would like to suggest that someone port Supertux (http://supertux.lethargik.org/) to the TI nSpire, I think it uses SDL

Someone is already working on it : https://www.github.com/Choups314/supertux-nspire
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on September 01, 2014, 03:38:09 pm
We need to try to get some of the Nspire coders to share more of their stuff over Omni, Cemetech, TI-Planet and other sites so that they are not forgotten in the void. :P I did not even know that this project existed until now.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: 123outerme on September 01, 2014, 05:57:29 pm
Could someone make a program that allows you to go to any Lbl command in any given program? That would be really cool  ;D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Hayleia on September 02, 2014, 01:50:48 am
zStart does that already (on monochrome z80 calcs), among a lot of other things.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: 123outerme on September 04, 2014, 05:37:00 pm
zStart does that already (on monochrome z80 calcs), among a lot of other things.
Oh, thanks :P

By the way, TI-Thrash was inspired by one of my previous projects, a menu-based fighting game. SSB Open somewhat gave me the idea to make it real-time, though :P
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: DJ Omnimaga on September 14, 2014, 12:23:13 am
Yeah to be honest, unless you go for an RPG, I think fighting games are more attractive when real time, even if it means slower speed. In RPG form it's fine, though, although some people prefer graphics.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: 123outerme on November 18, 2014, 04:30:20 pm
If anyone wants to make this, someone should make a computer game where you use the calculator as a controller. Some advantages that you'd have to think about also would be having two screens to work with.
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: aeTIos on November 18, 2014, 04:34:25 pm
That would be really interesting :D
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Sorunome on November 19, 2014, 01:18:10 am
.....pc <-> calculator communication via usb isn't even hard with gCn ^.^
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Choup314 on December 29, 2014, 12:50:39 pm
I would like to suggest that someone port Supertux (http://supertux.lethargik.org/) to the TI nSpire, I think it uses SDL
I have started to port the game a few months ago (It is the repo matref quoted ;)).
But I have really started working on it a few days ago, and I think it is almost playable. Here is the current result :

And the git repo link : https://github.com/Choups314/supertux-nspire
Title: Re: Calculator Programs/Games Ideas/Requests - Inspiration
Post by: Princetonlion.tibd on February 03, 2015, 01:00:46 am
Necro-ish bump

Someone should try to clone stockfish on a calc. Then set it against Carlson :P