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

Pages: 1 ... 32 33 [34] 35 36 ... 81
496
Fruit Ninja / Re: Fruit Ninja
« on: February 06, 2012, 03:31:13 pm »
You should add score and different game-play modes just like in the original :)

497
TI Z80 / Re: Cellular Automata (Assembly)
« on: February 06, 2012, 03:23:35 pm »
No, not really. You'd just need the following things from the user:
How many cells have to be around the cell currently being checked to live to the next generation:
1 thru 8
How many cells have to be around the cell currently being checked to become alive:
1 thru 8
How many cells have to be around the cell currently being checked to die:
1 thru 8

498
TI Z80 / Re: Cellular Automata (Assembly)
« on: February 05, 2012, 07:52:48 pm »
Yay more cellular automata! Ever thinking about making 2D cellular automata?

499
News / Re: Ndless 3.1 adds support for file associations
« on: February 05, 2012, 01:50:06 pm »
Wow, this is just getting better and better.

500
TI Z80 / Re: Grammer Cellular Automata
« on: February 04, 2012, 12:00:50 pm »
That is just AWESOME!

501
TI Z80 / Re: Grammer Cellular Automata
« on: February 04, 2012, 11:41:42 am »
Wow, that is cool! :D I have to download that!

502
Grammer / Re: Grammer Animations
« on: February 04, 2012, 10:29:42 am »
Oh. If you want to try it, this is rule 90:

503
Grammer / Re: Grammer Animations
« on: February 04, 2012, 10:25:52 am »
Do you know what the rule set is for Autocell? Nice work btw, I could watch it forever :)

504
Grammer / Re: Grammer Animations
« on: February 04, 2012, 10:22:00 am »
What rule set is that? My favorite is rule 90 :3

505
Casio Calculators / Re: New ClassPad 330 Plus does NOT have a color display
« on: February 02, 2012, 05:16:07 pm »
Even though it doesn't have a color screen, who cares? A calc with a touchscreen is always awesome :)

506
Art / Re: Photoshop banners I did for SunkenServers
« on: February 01, 2012, 02:27:58 pm »
That's just how 3D on a computer works. The image is skewed at the edges.

507
Other / Re: electronic project
« on: February 01, 2012, 02:19:19 pm »
If you're going to go with a development board, it'll be more software than anything. With my PICkit, all I have to do to light up an LED is put
Code: [Select]
TRISD = 0b01111111;
LATDbits.LATD7 = 1;
in my code. No actual hardware modding. But it's still a fun and educational experience :)

508
Elimination / Re: Would you enjoy playing Elimination in its current state?
« on: February 01, 2012, 02:17:01 pm »
Instead of stretching the screen, why don't you just use only a part of the screen? Sure you'll have a lot of blank area, but I'll look so much better.

509
Other / Re: Spyro gots a pickit 2 starter kit
« on: February 01, 2012, 02:14:05 pm »
well, isn't every program you write for a pic a bit of an OS?
Yes that is true. But I'm making a program that actually behaves like an OS, with program launching and stuff.

well, isn't every program you write for a pic a bit of an OS? since there is (afaik) only a bootloader and boot available, so...

but still it is nice, i really love the screen, but is it B/W, or was that just the pong game being only B/W?
Yes the screen is only B/W but you can adjust the brightness (if I'm not mistaken, you can adjust brightness for a single pixel but I'm not sure).

510
Computer Projects and Ideas / Re: After Dark [Mindstorm NXT]
« on: February 01, 2012, 08:11:23 am »
Is that Mario?

Pages: 1 ... 32 33 [34] 35 36 ... 81