Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - program4

Pages: 1 [2] 3 4 ... 12
16
TI Z80 / Re: Quasilat
« on: March 23, 2011, 03:53:49 pm »
Yeah. I'm a little busy this week, so it might be a while.

17
[OTcalc] Z80-Software / Re: OT Basic
« on: March 20, 2011, 09:13:26 pm »
Oh oops, it looks like I forgot my Java.  :-[

18
TI Z80 / Re: Control Scheme
« on: March 20, 2011, 08:28:03 pm »
Okay, I see. I guess using [Enter] will be fine for game selection.  :D

19
TI Z80 / Re: Homescreen Game Pack
« on: March 20, 2011, 08:22:50 pm »
Thanks! Actually, I spend like 2 hours optimizing each game (more like 10 in the case of Gravity, since I did that when I was not quite as good at programming), since it's fun :).

20
TI Z80 / Re: Control Scheme
« on: March 20, 2011, 08:14:41 pm »
I chose option 3. It's probably the easiest for someone not used to this to learn the controls. However, I think 2nd and Enter should both be used from the main menu. (So, kind of both option 1 and 3).

21
TI Z80 / Re: Homescreen Game Pack
« on: March 20, 2011, 08:12:14 pm »
I made 3 games over the past few days. I don't think Reaction will make it into the pack, though  :P (though it could replace Guess the Number)

Reaction and Laser both have a menu that you can get rid of easily.

In Reaction, you are given a number, and you have to push the key corresponding to that number (getKey-wise).
In Laser, you use up and down to avoid the laser(s). Harder level=more lasers to avoid. 2nd activates the shield, and you start flickering (not very good attempt at grayscale :P), but you lose points, and once you reach 0, the shield automatically deactivates. The score is the number in the top left corner.
Avoid is self-explanatory.

EDIT: Many of these games were not specifically created for this game pack. Some of them were just to teach others how to program. So, they might seem somewhat weird. (Like, in Avoid, you can wrap around from top to bottom and vice versa, but not from left to right and right to left.)

22
[OTcalc] Z80-Software / Re: OT Basic
« on: March 17, 2011, 09:05:04 pm »
I agree, too. This would also essentially allow digit to string conversion, if say char(62) corresponds to 1 then char(61+x) corresponds to x. But, number to string conversion would still have to be added separately.

23
TI Z80 / Re: Quasilat
« on: March 16, 2011, 09:29:30 pm »
Well, as long as no one has any suggestions or bugs, this might be the final.

24
[OTcalc] Z80-Software / Re: OT Basic
« on: March 16, 2011, 09:06:41 pm »

edit in my example code it is seemingly impossible to include the ":" token in a string, this exmaple below however does so:
Code: [Select]
Disp "M says : ": : "Hello

which combines the strings "M says", ":" and "Hello".
maybe "&" is better after all...

Maybe the ability to add quotation marks to a string would be nice, like using escape code or whatever it's called. Like, the " symbol means you type
Code: [Select]
/" and the / symbol means you type
Code: [Select]
// just like in Java. This would also allow for escape sequences like newline
Code: [Select]
/n

25
TI Z80 / Re: Quasilat
« on: March 16, 2011, 08:39:55 pm »
Okay, I included that in this version.


Quasilat v1.4

*Option to choose Normal or Hard mode from the start
*Shows your score after you lose
*Shaved off some bytes

My high scores:
Normal-1231
Hard-756

26
News / Re: Ultimatum
« on: March 14, 2011, 08:41:29 pm »
I was just going to suggest that. Maybe have one version that everyone can read, and one filled with legalese (the "official" one).

27
Math and Science / Re: Happy Pi Day
« on: March 14, 2011, 07:15:57 pm »
Today at school I just used a pi symbol on my assignments when writing the date.

I was going to write "Pi Day" for the dates on my assignments too, but decided not to.

22/7 is a (very inaccurate) approximation of pi.

Actually, Pi Day should be 3/5/5113.

28
News / Re: BatLib officially released
« on: March 14, 2011, 07:06:57 pm »
That's so amazing! It looks like ASM, except it's interpreted. I never knew how fast non-compiled programs could go! I really should start learning Recode now.  ;D

29
BatLib / Re: BatLib Demo Programs
« on: March 13, 2011, 11:47:29 am »
Nice!  :D

I haven't really looked into it yet, but how about giving the power to manipulate groups, programs, and appvars?

I really hope this gets finished. It'll hopefully be just as popular as Axe!

30
BatLib / Re: BatLib Demo Programs
« on: March 13, 2011, 11:41:17 am »
That looks nice! :D And, it's so fast, too!

Pages: 1 [2] 3 4 ... 12