Page 3 of 4

PostPosted: Thu Jul 26, 2007 3:00 pm
by TomHD
that makes sense if its a binary calculator

PostPosted: Fri Jul 27, 2007 5:37 am
by Ikerous
I tried making a machine that could multiply two 4 bit binary values before realizing im really fucking lazy.

PostPosted: Fri Jul 27, 2007 11:20 am
by FF
Ikerous wrote:I tried making a machine that could multiply two 4 bit binary values before realizing im really fucking lazy.

Oh, you Rock!
My machine now can only sum 3 1-bit values and it's crazy enought.

Ok, you made me work more. Multipling rules! I'll think about that.
P.S. I cant imagine the size of that crazy machine. Substracting machine is really big.
For example, multiply two 2 bit numbers scheme is smth like that:

[ABxCD=abcd], there A,B,C,D,a,b,c,d are bits.
Code: Select all
d= (B & D)
c= (A & D) xor (C & B)
b= (A & C) xor ((A & D) & (C & B))
a= ((A & D) & (C & B))


// Untweaked scheme

Even this is not easy to realize
And 4 bit multiply is much, much bigger :/

It's not hard to draw a cheme on a shit of paper, but hard to make it in-game.

PostPosted: Fri Jul 27, 2007 9:32 pm
by Teh Flan
i-im sorry i have no idea what we're supposed to be making for the contest,sorry if i sound like an idiot :oops:

PostPosted: Sun Jul 29, 2007 12:23 am
by FF
Oh, one more thing ^_^
Can someone explain me who win design contest? oO
I guess here is the same problem as with creativity medal...

PostPosted: Sun Jul 29, 2007 12:55 am
by Ikerous
FF wrote:Oh, one more thing ^_^
Can someone explain me who win design contest? oO
I guess here is the same problem as with creativity medal...

All of the submitted levels are posted and people vote using a poll on which one they like best. The winner gets the medal.

PostPosted: Sun Jul 29, 2007 12:58 am
by FF
Ikerous wrote:
FF wrote:Oh, one more thing ^_^
Can someone explain me who win design contest? oO
I guess here is the same problem as with creativity medal...

All of the submitted levels are posted and people vote using a poll on which one they like best. The winner gets the medal.

And what about self-voting? ;)
Maybe "open" election (i mean posting your opinion) is better way? :oops: :roll:

PostPosted: Sun Jul 29, 2007 11:30 am
by Dark Lord Pickles
This is the first step to building a computer within armadillo run. God that would lag.

PostPosted: Sun Jul 29, 2007 12:18 pm
by McGinge
yeah lol; think of the possibilities!

PostPosted: Sun Jul 29, 2007 9:28 pm
by Dark Lord Pickles
FF wrote:And what about self-voting? ;)

If everyone votes for themselves than they all have 1 vote each so it still equal.

PostPosted: Sun Jul 29, 2007 10:57 pm
by JonathanF
I wanna see FF's multi machine :D

PostPosted: Sun Jul 29, 2007 10:58 pm
by McGinge
I wanna see some RESULTS!!! :D

PostPosted: Sun Jul 29, 2007 10:58 pm
by JonathanF
it takes a couple of weeks :P There's a poll.

PostPosted: Sun Jul 29, 2007 11:00 pm
by McGinge
well you know... i wanna see the solutions so i can vote! YEAH!!!

PostPosted: Mon Jul 30, 2007 1:58 am
by FF
Dark Lord Pickles wrote:
FF wrote:And what about self-voting? ;)

If everyone votes for themselves than they all have 1 vote each so it still equal.

Hrrrr! I will note vote for myself. It's not polite! :?


GTA2 wrote:And remember, respect is everithing

:roll: