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 - willrandship

Pages: 1 ... 167 168 [169] 170 171 ... 208
2521
The reason I used the word "engine" is because I really suck at making good games, but I tend to do well at the technical design, the inner function. What would be ideal would be for this to support someone writing up a story, draw all the sprites, maps, etc. then drop them into a second axe file as a data set. Sort of like Game Maker. But, the source would be uncompiled, allowing for ultimate flexibility.

2522
I was thinking of having XY coordinates for where Monsters move to, and where the camera focuses. You also turn off collision for movement to starting positions.

I've never played Chrono Cross :P what would you like?

2523
Other / Re: Anyone use Logisim?
« on: December 02, 2010, 12:07:37 am »
Ternary (trinary, right? both are correct) has disadvantages, namely that it isn't easily compatible with binary or hex. quaternary is easily converted to either. Other than that, I can't really think of any reason to choose either except that higher base=more data for components.

2524
Other / Re: Anyone use Logisim?
« on: December 02, 2010, 12:00:44 am »
 ;D ;DI just happen to be doing exactly this, with a twist: It's my own CPU, with its own handbuilt gates. It also runs in base 4.

I designed and built all the gates, and an adder, last year. I built an AND, OR, and NOT gate. ANDs comprise an OR and three NOTs, two on in, one on out. It works.


It really works, even in binary :P it also follows all proofs applied to Binary logic. XORs can't exist, really, unless someone can come up with a way.

base 4 computing is the way of the future. This design will be expandable to any base you want, but higher bases mean higher voltages, and base 4 is already reaching fairly unsafe (~36 V in the adder) levels anyways.

I made the first gates for a State Science fair project, got second place. This year I'm making a programmable CPU.  ;D

You may be wondering-why base 4?
Spoiler For Spoiler:
because base 4 gives you ^2 power for your components. A 4-bit quaternary CPU has as many options as a binary 16-bit processor, but has a similar component count to a 4-bit binary CPU. This is because base 4's 4 bit would be like 0231 for commands, while binary 4-bit would be 0110.

By the way, my logic in base 4 works like this:
AND=take lower number
Or=Take higher number
Not=invert number across middle

I just wish it was easier. This design stuff is hard! My first design used lots of opamps, but my OR gate now only needs 2 components.

2525
For those among us who have played Chrono Trigger, I think you'll know what I'm referring to.

The Chrono Trigger battle engine was a very interesting piece of work. You had time-based turns, and menus similar to FF games, but you also had the battles in the areas you walked around in. Attacks would hit different enemies based on position, enemies would move around. Unfortunately, It didn't have your movement (you only moved if a monster moved you)

There are other things you could change as well.

What do you think? I think it would make a nice Framework for an original Rpg.

2526
Axe / Re: Ion Table
« on: December 01, 2010, 11:44:51 pm »
Yeah, they're just funny little OS calls, that TI probably have available in the official (and rather pathetic) SDK.

Axe is better, and it's on-calc.

2527
Humour and Jokes / Re: If TI made a microwave...
« on: December 01, 2010, 11:16:10 pm »
81: The food that comes in its suite will be fancy-looking but tasteless.

2528
KnightOS / Re: KnightOS
« on: December 01, 2010, 10:00:47 am »
That definitely sounds handy. Is there a way programs could lock a portion of the screen RAM? That way, two programs could use the scren at the same time, without conflict.

2529
KnightOS / Re: KnightOS
« on: November 30, 2010, 05:56:14 pm »
Plus, since all your files are already in the archive, it should already be much more safe for your files, right? The RAM is reserved for running programs.

2530
Other Calculators / Re: TI-84+ Keypad TI-84+Keypad
« on: November 29, 2010, 07:07:07 pm »
yep, the touches didn't come with it in package (probably hoped they would save money by forcing people to jump through hoops :P)

2531
KnightOS / Re: KnightOS
« on: November 29, 2010, 06:36:23 pm »
The axe version did :P It crashed my nspire bad enough to need a battery pull. It crashed outside the emu.

I would assume processes could still crash the calc if they're naughty and have too much power, though, right?

So, could a ROM of KnightOS be legally distributed? I mean, the ROM's mainly used for the OS, and since this is going to be a free OS we should be able to distribute the ROM as well, right? Or, are there other copyrighted parts of the ROM that remain?

2532
KnightOS / Re: KnightOS
« on: November 28, 2010, 09:11:22 pm »
Cool! That sounds really useful, and definitely power-saving. (speed-wise at least)

2533
OTcalc / Re: [OTZ80] Poll results! (Hardware)
« on: November 19, 2010, 10:25:20 pm »
@Xeda:
Well, we've suggested: (not sure which got voted in or out)
Color Screen
Backlight
.....
Not sure what else the GBC and gba bring to technology :P sound is not going to have an integrated speaker, maybe through the link port, one of the voted-on things.

2534
TI Z80 / Re: Program Combination
« on: November 17, 2010, 07:20:05 pm »
So, this is to overcome the 8800 byte limit for asm? cool! Axe can still only do single pages, if I remember correctly (or can it do 2 now?) so this would help a lot.

So, do all the pages always have to be in RAM, or can they be archived/unarchived by the current program when not being used?

2535
Other Calc-Related Projects and Ideas / Re: Nspire OS Risk/Weakness
« on: November 17, 2010, 04:36:27 pm »
If they padded lower numbers, wouldn't it no longer be prime?

I see your point now, Galandros.

Pages: 1 ... 167 168 [169] 170 171 ... 208