Author Topic: YAMGT  (Read 86903 times)

0 Members and 1 Guest are viewing this topic.

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: Tio
« Reply #345 on: May 02, 2011, 02:48:00 am »
That code looks like it should work.  But since its not, there is some problem and you need to do a little debugging to figure out what it is.  Some possibilities: r6 got modified somewhere else, maybe as a 6th argument?  P at some point incremented or decremented by a number that was not a multiple of 383?  P got set somewhere else unintentionally?  You could figure these out by textual runtime debugging like I suggested, that's my primary way of fixing bugs in Axe at least.
« Last Edit: May 02, 2011, 02:48:12 am by Quigibo »
___Axe_Parser___
Today the calculator, tomorrow the world!

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: Tio
« Reply #346 on: May 02, 2011, 03:05:43 am »
Thanks, I'll try that.

EDIT: getkeyr? I'm guessing that waits. using axe 0.5.0 atm, so yeah :/
« Last Edit: May 02, 2011, 10:34:46 am by Darl181 »
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: Tio
« Reply #347 on: May 02, 2011, 10:34:20 am »
Got it figured out to the point that it works, except in the level design somehow a byte slipped between the level and the 31337 placed at the end (atm it's 384 bytes for level, 1 or 2 bytes empty and then the 31337), so that's causing a host of problems in regards to level switching in the editor, and possibly the game as well.
For the record the number 31337 placed at the very end of the appvar tells the program where the set ends so it doesn't do on, and suddenly you're playing in the VAT.

And I have lost something like three times in the past two days while typing out these posts...
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: Tio
« Reply #348 on: May 02, 2011, 10:46:33 pm »
I've run into a few problems, nothing major.
The way the New( works somehow made the levels form backwards, the last level being first and the first being last.  This is hopefully fixed with a pointer move.
Also, i changed 31337 to 181 so the levelsets could be one byte smaller :P
Still have to finish fixing the problem from before, but progress is being made.

Soon.
« Last Edit: May 02, 2011, 10:46:41 pm by Darl181 »
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: Tio
« Reply #349 on: May 06, 2011, 07:38:10 pm »
Still having problems with inserting...fsr it makes a new "181" after each level, making it so the game and editor thinks it's reached the end of the level.  Also there still seems to be empty bytes :P

I'm wondering, which commands count from zero and which don't.  The tokens in question are Copy( and the memkit tokens New( and Delete( .  I'm pretty sure they all count from zero, I'm just asking here to make sure ;)
Vy'o'us pleorsdti thl'e gjaemue

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Tio
« Reply #350 on: May 08, 2011, 08:30:37 am »
O.O Quadruple Post. Darl181, I'm very sorry you're running into so many issues, I hope you can solve them.

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: Tio
« Reply #351 on: June 06, 2011, 05:39:43 pm »
Have you ever got those issues worked out by the way? Also sorry for not checking often, I was kinda sidetracked by other stuff.

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: Tio
« Reply #352 on: June 06, 2011, 06:40:31 pm »
I have these worked out for the most part, it was just fool-proofing...and a bit of debugging :P
This is kind of on hold for the contest, but it's still alive ;D
Vy'o'us pleorsdti thl'e gjaemue

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
Re: Tio
« Reply #353 on: June 06, 2011, 06:46:16 pm »
Yay! Hopefully I can navigate the labyrinth of TI's education site and get an 84+ keypad "for free" for my Nspire so I can play your arcade-style games and Tio!

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: Tio
« Reply #354 on: June 06, 2011, 08:13:46 pm »
Cool to hear :D

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: Darl181's Projects
« Reply #355 on: June 30, 2011, 10:29:34 pm »
Imma just leave this here.
I'm not sure if I should release it just yet, b/c I plan (actually, I'm working on) putting the explosion effect into DS.

Anyway, this game is called Recon.
Spoiler For recon=?? :
RECON - Reconnaissance (literately French "recognition" • from Middle French reconoissance; Old French reconoistre; "-to recognize"), is a military term denoting a preliminary survey; especially: an exploratory military survey (also scouting) conducted to gain, or collect information.
                -Google dictionary
The object is to cover, or "chart", the most area possible.  Unfortunately the player can only travel on the light-colored "plains" and not the dark-colored...um..."hills."
Fortunately you somehow lug around an infinite supply of explosives (Nethams?...idk) with you...which in turn can blow up the hills and make them plains.  Isn't that handy.



One can see how some people would play the game...

...but as you can see running around like that gives you a high score something like -1000 in the end.  Maybe one could aim for -1337 :P

So yeah, expect some effects like that and a game like this released around the end of the contest ;D
(btw I coded the majority of this engine in one night, still working hard on DS most of the time ;) )

Also, I'm not sure If I'm going to continue Tio, I might stay with DS which seems a lot more promising..and is pretty much Tio with realistic gravity and on steroids anyway...

2nd to make thing go boom, Alpha align to grid so 2nd works,  Mode to finish, Clear to quit
« Last Edit: January 25, 2012, 11:46:45 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
Re: Darl181's Projects
« Reply #356 on: July 01, 2011, 09:37:37 am »
Darl, I have horrible news. Remember how I was making a pack of your arcade-style games? Dad got a new computer and every thing was copied over EXCEPT for the DarlPack file...
:banghead: :banghead: :banghead: :mad: :mad: :mad:

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: Darl181's Projects
« Reply #357 on: July 01, 2011, 01:18:42 pm »
x.x
Is the old computer still around or did he recycle it or something?
Vy'o'us pleorsdti thl'e gjaemue

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
Re: Darl181's Projects
« Reply #358 on: July 01, 2011, 01:20:25 pm »
x.x
Is the old computer still around or did he recycle it or something?

It's at the computer shop, he traded it in for a new one X_X

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: YAMGT
« Reply #359 on: July 19, 2011, 01:23:48 pm »
Apparently I've had this on my msd8x drive since 1/1/01 for a few months now...about the same time as spacerun and such.
Going with the super-creative titles, "DotRun" and a newer variant: "DotRun2".

Basically you try to get to a spot as 10 other dots are trying to do so as well.  All those random circles (the static ones at least) are the places there's an AI dot headed.  You go for the square.  Get hit by another dot and you lose.  Sit still for too long and get rushed by all the dots at once for some reason.

The newer variant is basically the same thing, but with Tag-esque physics.  (No, not leafiness' Tag)  Pretty much everything else is the same.

EDIT: btw "YAMGT" stands for "Yet Another MiniGames Thread"

EDIT2: I plan on adding a sort of scoring thing, kind of like the recon one.  Prolly some sort of thing where the more times you reach the target in a shorter amount of time, the score is higher.

« Last Edit: July 19, 2011, 04:27:25 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue