Author Topic: Rogue Z80  (Read 27938 times)

0 Members and 1 Guest are viewing this topic.

Offline mapar007

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 550
  • Rating: +28/-5
  • The Great Mata Mata
    • View Profile
Re: Rogue Z80
« Reply #45 on: March 24, 2010, 10:13:17 am »
(sorry for double post)

Guys, you can haz demo. (there are also some items floating around, they don't do anything yet)

Controls:
Number keypad: move around
COS: 'secret' list of items on the level. (WPN ('|'): weapon, ARM ('('): armour , POT ('!'): potion, SCR ('?'): book/scroll, JNK ('~'): worthless junk)
PRGM: Equipment list
STATS: stats, duh.

Tell me everything about your crash/bug experience. I can't test everything exhaustively.

(yes, it's normal that monsters like fighters and stags always kill you, your hp doesn't start full and those monsters are pretty strong for a little @-guy with a rusty sword)

Offline trevmeister66

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1009
  • Rating: +14/-5
    • View Profile
Re: Rogue Z80
« Reply #46 on: March 24, 2010, 12:08:16 pm »
Downloading and testing now.
Projects:    nameless RPG: 1.0%  |  Reverse Snake v1.5: 100%  |  Secret Project: 5%  |  DUNGEON: 70%

My MW2 Blog <-- Please visit :)

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
Re: Rogue Z80
« Reply #47 on: March 24, 2010, 02:20:29 pm »
Not bad.
Not bad at all.
:)
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm







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: Rogue Z80
« Reply #48 on: March 24, 2010, 03:14:11 pm »
wow pretty nice and fast ^^

Are you planning to have the character centered, though?

Also it crashes when hitting enemies, nothing responds anymore. Is it supposed to happen at the moment?

When pressing CLEAR, calc turns OFF, then RAM Cleared.

And I'm happy you also implemented arrow keypad support ^^, much eaiser to play on emulators :)

Love the old-skoolness

Tested on TI-84+ Silver Edition OS 2.41 btw under Wabbitemu
« Last Edit: March 24, 2010, 03:16:20 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline mapar007

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 550
  • Rating: +28/-5
  • The Great Mata Mata
    • View Profile
Re: Rogue Z80
« Reply #49 on: March 24, 2010, 04:10:21 pm »
Aaah, no that isn't a crash, I forgot to tell. You press ENTER there.
* mapar007 hides.

Yes I intend to center the character, but it's not a priority.

For clear: sorry, I modified that bit and forgot to adapt the exit routine. That's a one-line fix.
« Last Edit: March 24, 2010, 04:11:06 pm by mapar007 »

SirCmpwn

  • Guest
Re: Rogue Z80
« Reply #50 on: March 24, 2010, 04:17:17 pm »
I like it, very nice!  Also quite fast, which is good, too.

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: Rogue Z80
« Reply #51 on: March 24, 2010, 11:07:10 pm »
Aaah, no that isn't a crash, I forgot to tell. You press ENTER there.
* mapar007 hides.
Lol ok thanks ^^, I am so used to press 2nd in games now x.x... quite ironic considering all my old games used ENTER
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline mapar007

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 550
  • Rating: +28/-5
  • The Great Mata Mata
    • View Profile
Re: Rogue Z80
« Reply #52 on: March 25, 2010, 01:48:29 am »
OK, any more votes in favour of 2nd? :P I'll change it if you want.

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: Rogue Z80
« Reply #53 on: March 25, 2010, 01:58:57 am »
well, the thing is that the numpad is used for movement and also supports diagonals, so maybe people would prefer using the bottom. I guess you could always have the user choose?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline mapar007

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 550
  • Rating: +28/-5
  • The Great Mata Mata
    • View Profile
Re: Rogue Z80
« Reply #54 on: March 25, 2010, 07:38:40 am »
I could of course map both 2nd and enter to that function.

Btw, I was testing on a real calc and I found some interesting/damn annoying memory leaks and cleanup bugs... I haven't got a clue on how to eliminate those, though... Got to think about it.
Also, there probably won't be any major updates till next Wednesday, when my exams are over.

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: Rogue Z80
« Reply #55 on: March 25, 2010, 09:28:51 am »
Good luck with your exams! (Hoping this remains alive afterward though :O)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

SirCmpwn

  • Guest
Re: Rogue Z80
« Reply #56 on: March 25, 2010, 09:35:24 am »
Yeah, good luck on those tests!  I expect more updates, though - no abandoning!

Offline mapar007

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 550
  • Rating: +28/-5
  • The Great Mata Mata
    • View Profile
Re: Rogue Z80
« Reply #57 on: March 25, 2010, 10:46:01 am »
No worries, during the Easter break (do you have that in the US?) I'll probably have plenty of time for coding, except for a few days of work/scouts/school trip. That's all.

SirCmpwn

  • Guest
Re: Rogue Z80
« Reply #58 on: March 25, 2010, 10:49:33 am »
No worries, during the Easter break (do you have that in the US?)
We have spring break, but more or less the same.  We are just too damn politically correct here ;)
Enjoy your scouts trip, and good luck on those tests again!

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: Rogue Z80
« Reply #59 on: March 25, 2010, 05:40:26 pm »
Over Quebec there's easter break in some school (which is also the start of the last term). You get thursday through monday free most of the time. However, I think Easter in Western part of the world is one month earlier, right? (I read somewhere than in the East it could be as far as May?)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)