Page 1 of 1

Nice things to do on Oric with sequences (of numbers)

Posted: Tue Mar 11, 2008 5:20 pm
by waskol
All the explanations are here :
http://mathworld.wolfram.com/BinaryPlot.html

That can be nice and easy to implement for a demo :wink:

Posted: Tue Mar 11, 2008 9:59 pm
by Dbug
The (n k) one looks like a serie of alien sprites for a space invaders :)

Posted: Wed Mar 12, 2008 1:06 am
by waskol
Dbug wrote:The (n k) one looks like a serie of alien sprites for a space invaders :)
yes, you are right !
I also see here the possibility to have a nice animation a spaceship blast or something like that :P

What is interesting is that if you choose your values correctly is that you can do some quick and nice graphics with pokes (or some asm) of blocks of "six pixels bytes" in hires. 8)

Posted: Sun Mar 23, 2008 12:41 pm
by Twilighte
I do remember ages ago when we naively thought we could write a game using the group talents of Fabrice Frances, Dbug, me (apparently) and a few others that we should program Worms. And that the general idea was to use number sequencing to artificially generate a landscape from a single number. All very clever stuff. Dbug can probably exaplin if you are interested?

Posted: Wed Apr 09, 2008 9:23 am
by carlsson
I like the binomial coefficients too, in particular how Spades becomes a Space Invader, further evolves to a creepy guy in sunglasses and ends like a space ship or some complex Chinesesque pictogram.

Posted: Thu Apr 10, 2008 1:42 pm
by waskol
Twilighte wrote:to use number sequencing to artificially generate a landscape from a single number.
you make me think that I have a few listings in BASIC where you can generate this kind of things like that :
- you can generate a landscape (background decoration)
- you can generate a whole terrain in 3D
Twilighte wrote: Dbug can probably exaplin if you are interested?
Why not ! :P

Posted: Thu Apr 10, 2008 1:44 pm
by waskol
carlsson wrote: a creepy guy in sunglasses
ho yes !! I see him now ! :lol:

Posted: Tue Jul 28, 2009 9:45 am
by Twilighte
Dbug wrote:The (n k) one looks like a serie of alien sprites for a space invaders
I remember way back in the late 80's using a similar technique to generate random aliens. I think i used this (or pre-rendered) for an old OUM game called HYPACLAUSE.

http://twilighte.oric.org/twinew/oldgames.htm

Its actually extremely easy to generate these images, since they can be done simply by mirroring a randomly generated byte. Some pretty amazing stuff can be generated.