Author Topic: Calculator Programs/Games Ideas/Requests - Inspiration  (Read 195550 times)

0 Members and 1 Guest are viewing this topic.

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Ideas for projects on the ti-84
« Reply #150 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
This used to contain a signature.

Ashbad

  • Guest
Re: Ideas for projects on the ti-84
« Reply #151 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.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Ideas for projects on the ti-84
« Reply #152 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 topic...

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Ideas for projects on the ti-84
« Reply #153 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?

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Ideas for projects on the ti-84
« Reply #154 on: April 22, 2011, 07:48:40 pm »
what mario? Axe
This used to contain a signature.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #155 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.
« Last Edit: April 22, 2011, 08:16:34 pm by DJ_O »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Compynerd255

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +53/-4
  • Betafreak Games
    • View Profile
    • Betafreak Games
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #156 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!
« Last Edit: April 22, 2011, 08:51:23 pm by Compynerd255 »
The Slime: On Hold, preparing to add dynamic tiles

Axe Eitrix: DONE

Betafreak Games: Fun filled games for XBox and PC. Check it out at http://www.betafreak.com



Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #157 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.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Compynerd255

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +53/-4
  • Betafreak Games
    • View Profile
    • Betafreak Games
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #158 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.
The Slime: On Hold, preparing to add dynamic tiles

Axe Eitrix: DONE

Betafreak Games: Fun filled games for XBox and PC. Check it out at http://www.betafreak.com



Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #159 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.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline FinaleTI

  • Believe in the pony that believes in you!
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1830
  • Rating: +121/-2
  • Believe in the pony that believes in you!
    • View Profile
    • dmuckerman.tumblr.com
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #160 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.


Spoiler For Projects:

My projects haven't been worked on in a while, so they're all on hiatus for the time being. I do hope to eventually return to them in some form or another...

Spoiler For Pokemon TI:
Axe port of Pokemon Red/Blue to the 83+/84+ family. On hold.

Spoiler For Nostalgia:
My big personal project, an original RPG about dimensional travel and a few heroes tasked with saving the world.
Coding-wise, on hold, but I am re-working the story.

Spoiler For Finale's Super Insane Tunnel Pack of Doom:
I will be combining Blur and Collision Course into a single gamepack. On hold.

Spoiler For Nostalgia Origins: Sky's Story:
Prequel to Nostalgia. On hold, especially while the story is re-worked.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #161 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.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #162 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?
« Last Edit: April 23, 2011, 01:39:29 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #163 on: April 23, 2011, 10:13:41 am »
Great idea!
I'm not a nerd but I pretend:

Offline Compynerd255

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +53/-4
  • Betafreak Games
    • View Profile
    • Betafreak Games
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #164 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.
The Slime: On Hold, preparing to add dynamic tiles

Axe Eitrix: DONE

Betafreak Games: Fun filled games for XBox and PC. Check it out at http://www.betafreak.com