Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: PC5LeGeND on May 31, 2012, 12:40:35 pm

Title: TJAR game
Post by: PC5LeGeND on May 31, 2012, 12:40:35 pm
!!! TI-84/TI-83 !!!

i one lvl pre-release game wooh  :P :w00t:

sure in the future there will be more lvl

-- IMPORTANT --

2nd = jump

arrow keys = move

door = end

 :hyper: --- EVEN MORE IMPORTANT ---  :hyper:

when you start the game go in one of the doors pl means play so go in that door not in the other

AND
after you go in the door type 1 and press enter (this is just a lvl select)

and the game you find in the attachement

the game is in asm Axe



 tell me what you find of it  

Edit By Qwerty: Made it clear that this is written in Axe, not Assembly to avoid confusing people
Title: Re: TJAR game
Post by: Hayleia on May 31, 2012, 02:19:39 pm
I have problems running it.
I don't even find the pl door so I tried both but none work :(

edit: Wait, I didn't see you edited your post -.-°
Gonna try to type 1 and press enter
Title: Re: TJAR game
Post by: PC5LeGeND on May 31, 2012, 02:22:05 pm
Oh... **** i think i take the wrong prog this is the lvl editor i will upload the right one in about 20 min
Title: Re: TJAR game
Post by: Hayleia on May 31, 2012, 02:23:46 pm
No, in fact it was the right one, I just didn't see I had to press 1 then enter. It works :)
However, you should not use Input like that, I thought the calculator came back to the homescreen D:

This is great for a beginning though :)
Title: Re: TJAR game
Post by: PC5LeGeND on May 31, 2012, 02:26:23 pm
Thanks but can you give me a tut to make a menu ??
Title: Re: TJAR game
Post by: parserp on May 31, 2012, 03:08:49 pm
There is no "Menu" command in axe, so you will have to make a custom menu for your game.

EDIT: is this in axe or asm? Either way it is in the wrong section :P
Title: Re: TJAR game
Post by: squidgetx on May 31, 2012, 03:10:25 pm
Why is this in the Axe Project subforum? Moving.

To make a menu I'm guessing you'll have to do it by hand...
Code: [Select]
Loop until 2nd is pressed
if key pressed up
variable decrement
if key down
increment
use variable to draw an arrow sprite/character next to text options
end
if variable = 1
do option 1
if var = 2
etc
Title: Re: TJAR game
Post by: shmibs on May 31, 2012, 09:11:48 pm
squidget, whenever you use "code=" instead of just "code," it comes out looking like this for me:
(http://img.removedfromgame.com/imgs/omnimaga.org%202012-5-31%2018:10:50.png)
Title: Re: TJAR game
Post by: DJ Omnimaga on May 31, 2012, 09:51:46 pm
You still use IE6? O.O
Title: Re: TJAR game
Post by: parserp on May 31, 2012, 09:57:03 pm
You still use IE6? O.O
It's the same in firefox :P
Title: Re: TJAR game
Post by: squidgetx on May 31, 2012, 09:57:28 pm
I just realized that with the new code box things, code= doesn't even do anything anymore :(
Title: Re: TJAR game
Post by: PC5LeGeND on June 01, 2012, 04:29:02 am
i got firefox but i dont got that problem
Title: Re: TJAR game
Post by: aeTIos on June 01, 2012, 04:35:21 am
He edited his post. You better read carefully <_<
Title: Re: TJAR game
Post by: PC5LeGeND on June 01, 2012, 04:41:45 am
Really? i didnt see that. XD
Title: Re: TJAR game
Post by: AngelFish on June 04, 2012, 02:52:53 pm
Moved and edited :)
Title: Re: TJAR game
Post by: DJ Omnimaga on June 04, 2012, 04:19:19 pm
I shall give this a try now.

EDIT: When going through the right door, it exits the game, I can't rerun it, all entries (2nd+ENTER) are gone and I can't access the PRGM menu. O.O

EDIT Nvm I figured out the Input command was launched. My bad X.x.