Author Topic: The Impossible Game  (Read 68467 times)

0 Members and 2 Guests are viewing this topic.

ASHBAD_ALVIN

  • Guest
Re: The Impossible Game
« Reply #195 on: October 27, 2010, 07:43:50 pm »
...so is this stable on an 84+ (not nspire keypad)?

If so, I'm downloading right now.

Offline dman2073

  • LV3 Member (Next: 100)
  • ***
  • Posts: 60
  • Rating: +0/-0
    • View Profile
Re: The Impossible Game
« Reply #196 on: October 27, 2010, 07:49:36 pm »
So dman, I've learned that you have an Nspire. Does the game just hang as soon as the level appears?
Yes that is exactly what happens
Virus Loading...

ASHBAD_ALVIN

  • Guest
Re: The Impossible Game
« Reply #197 on: October 27, 2010, 07:51:31 pm »
that's very interesting...

I wonder (completely random guess) if teh nspire doesn't support some z80 instruction or something?

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: The Impossible Game
« Reply #198 on: October 27, 2010, 07:53:03 pm »
Not very stable on TI Nspire w/84+ Keypad.

Why is it 84+ Keypad, TI Connect says it is a Silver Edition Calc...

ASHBAD_ALVIN

  • Guest
Re: The Impossible Game
« Reply #199 on: October 27, 2010, 07:53:32 pm »
sorry for the double post, but...

HOLY SHIT THIS NEW IMPOSSIBLE GAME IS THE BOMB!

I wonder what the unlockable is though... ;)

but yeah, the heaven level I got 25% on my first try, seems easy in the beginning, does it suddenyl spike up in difficulty ???

EDIT: thanks to scoutdavid it is actually not a double post ;)
« Last Edit: October 27, 2010, 07:55:17 pm by ASHBAD_ALVIN »

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: The Impossible Game
« Reply #200 on: October 27, 2010, 09:28:30 pm »
I don't think the crystal timers are emulated on the Nspire 84+ emulator. You might be able to treat it like an 83+. A simple method to check for TI-Nspire emulation is:
Code: [Select]
di
xor a
ld r,a
ld a,r
cp 2
jr nz,RunningOnNspire
There are two ways that the R register has been handled on the Nspire emulator. The first way was that R was increased by 1 before each read of it, in which case R is 1. The second way is that R is loaded with a random value after each read, in which case R is 0 when read. On real hardware, R is 2 (because it is increased for every opcode fetch). I doubt TI will ever properly emulate this.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55943
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: The Impossible Game
« Reply #201 on: October 27, 2010, 11:34:27 pm »
I need to download this, I've been actually kinda anticipating it... ;D

And dman, welcome to omnimaga!  you might wanna fix your signature, though -- I don't think the HTML is working.  Signatures can only be coded (as far as I know) with BBcode.
Yeah, I pretty sure only Admins and Coders of Tomorrow can use HTML.

Can't wait to try out v1.9 of the Impossible Game! ;)
Yeah it was disabled for regular members like on most other forums, because using an iframe tag with a link to a virus is very easy in this case.

Also I don,t have time to try that game now but I shall try on my 83+ when I do. :)

Nice to see this updated!

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: The Impossible Game
« Reply #202 on: October 28, 2010, 03:13:01 pm »
v1.91:
-Fixed the Nspire glitches. The Nspire is now just treated as an 83+.


The reason that v1.0 works is because I screwed up the detection process and all calculators were detected as 83+'s. Meaning that the crystal timers were never used.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: The Impossible Game
« Reply #203 on: October 28, 2010, 03:13:38 pm »
awesome game thepenguin77!

51% on lvl 2; 44% on lvl 3 ;D

ASHBAD_ALVIN

  • Guest
Re: The Impossible Game
« Reply #204 on: October 28, 2010, 03:20:10 pm »
awesome game thepenguin77!

51% on lvl 2; 44% on lvl 3 ;D

N00B (jk) :P

67% on lv 2; 75% on lv 3 :D :D :D :D

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: The Impossible Game
« Reply #205 on: October 28, 2010, 03:21:46 pm »
woah, nice :) :P

ASHBAD_ALVIN

  • Guest
Re: The Impossible Game
« Reply #206 on: October 28, 2010, 03:22:26 pm »
I love this game so MUCHHHHH

I wonder what the unlockable level is though, and If I'll be able to get to it today ;)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: The Impossible Game
« Reply #207 on: October 28, 2010, 03:23:48 pm »
100% Crash on all levels =P

Offline dman2073

  • LV3 Member (Next: 100)
  • ***
  • Posts: 60
  • Rating: +0/-0
    • View Profile
Re: The Impossible Game
« Reply #208 on: October 28, 2010, 04:23:12 pm »
v1.91:
-Fixed the Nspire glitches. The Nspire is now just treated as an 83+.


The reason that v1.0 works is because I screwed up the detection process and all calculators were detected as 83+'s. Meaning that the crystal timers were never used.
Thanks! works perfectly now.
Virus Loading...

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: The Impossible Game
« Reply #209 on: October 28, 2010, 04:34:05 pm »
v1.91:
-Fixed the Nspire glitches. The Nspire is now just treated as an 83+.


The reason that v1.0 works is because I screwed up the detection process and all calculators were detected as 83+'s. Meaning that the crystal timers were never used.
Thanks! works perfectly now.
Great, will download newest version right away


EDIT:

OMG IT WORKS, I DID 40% the first time in HEaven and already saw the awesome effects, GREAT JOB!
« Last Edit: October 28, 2010, 04:37:04 pm by ScoutDavid »