• 3/9/12 9:36 pm
- 479 views • 0 today
- Progress
- 80% complete
- 1
- 0
- 3
0
This is a project that is the product of my boredom. To fix this I came up with this project. It is 2 player pong in minecraft using redpower since not many people do much with redpower and instead use insane amounts of time making things like this with vanilla redstone. Now this might seem like you could never understand anything like this. Its actually quite simple if you can get around names like RS-nor lach array which just means something that has several outputs and remembers witch one it was set last to power.
The way it works is a RS-nor lach array stores where the paddle is and uses some buffer gates to power the adjacent blocks so you see a paddle. The ball is just 2 of these lach arrays and a and 2D AND gate array to single out one point on the board. from there a timer pulses to increment/deincremented the 2 lach arrays depending on witch way the ball should be going. The balls direction is stored by 2 RS-nor lach arrays wich control weather or not the timer pulses the increment of deincremented on the 2 lach arrays. a 1 axis AND gate array detects weather or not the ball is colliding with the paddle by just seeing if a block of paddle and the ball are next to each other and if not and the ball is at the edge, it sets the lach arrays to the middle and adds 1 to the score counter of that player.
The way it works is a RS-nor lach array stores where the paddle is and uses some buffer gates to power the adjacent blocks so you see a paddle. The ball is just 2 of these lach arrays and a and 2D AND gate array to single out one point on the board. from there a timer pulses to increment/deincremented the 2 lach arrays depending on witch way the ball should be going. The balls direction is stored by 2 RS-nor lach arrays wich control weather or not the timer pulses the increment of deincremented on the 2 lach arrays. a 1 axis AND gate array detects weather or not the ball is colliding with the paddle by just seeing if a block of paddle and the ball are next to each other and if not and the ball is at the edge, it sets the lach arrays to the middle and adds 1 to the score counter of that player.
More like this
655762
2

Have something to say?