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

0 Members and 2 Guests are viewing this topic.

Offline chattahippie

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 358
  • Rating: +27/-0
  • Super Member! :D
    • View Profile
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #345 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

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 #346 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
« Last Edit: July 21, 2011, 12:20:10 am 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 Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #347 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

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 #348 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.
« Last Edit: August 06, 2011, 07:20:50 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #349 on: August 07, 2011, 02:22:02 am »
hmm that sounds like a great game Darl181 :D
This used to contain a signature.

Offline LincolnB

  • Check It Out Now
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1115
  • Rating: +125/-4
  • By Hackers For Hackers
    • View Profile
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #350 on: August 07, 2011, 09:32:01 pm »
yeah that sounds pretty cool.
Completed Projects:
   >> Spacky Emprise   >> Spacky 2 - Beta   >> Fantastic Sam
   >> An Exercise In Futility   >> GeoCore

My Current Projects:

Projects in Development:
In Medias Res - Contest Entry

Talk to me if you need help with Axe coding.


Spoiler For Bragging Rights:
Not much yet, hopefully this section will grow soon with time (and more contests)



Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #351 on: August 08, 2011, 12:18:05 pm »
Would the things that jump sideways return to their spaces?
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

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 #352 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?
Vy'o'us pleorsdti thl'e gjaemue

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 #353 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 :)
« Last Edit: August 15, 2011, 05:40:02 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #354 on: August 15, 2011, 06:47:47 pm »
So, like Scribblenauts, but not really?
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #355 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 ^^
In-progress: Graviter (...)

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 #356 on: August 15, 2011, 09:29:01 pm »
* Darl181 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
« Last Edit: August 16, 2011, 10:25:44 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline LincolnB

  • Check It Out Now
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1115
  • Rating: +125/-4
  • By Hackers For Hackers
    • View Profile
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #357 on: August 16, 2011, 11:19:57 pm »
haha lol
 
Quote
CRACKNYAN : run faster
Completed Projects:
   >> Spacky Emprise   >> Spacky 2 - Beta   >> Fantastic Sam
   >> An Exercise In Futility   >> GeoCore

My Current Projects:

Projects in Development:
In Medias Res - Contest Entry

Talk to me if you need help with Axe coding.


Spoiler For Bragging Rights:
Not much yet, hopefully this section will grow soon with time (and more contests)



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 #358 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
« Last Edit: August 16, 2011, 11:31:04 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Calculator Programs/Games Ideas/Requests - Inspiration
« Reply #359 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 :(
This used to contain a signature.