Thingiverse
Four in a Line
di guberti
29
Download
14
Likes
0
Makes
Asle known as Connect Four, Four in a line is a game where you try to use your pieces to get a row of four. The rules can be found at http://en.wikipedia.org/wiki/Connect_Four. My thing also has two tubes on each side of the board for easy storage of pieces. I made this thing in OpenSCAD with the following code:
Board:
difference() {
cylinder(8,55,55);
translate([0,0,1])cylinder(7,53,53);
}
//cylinder(8,40,40); //Comment out this line before pressing F6
difference(){
translate([56,0,0])cylinder(100,6,6);
translate([56,0,0])cylinder(100,5,5);
translate([57,0,10])cylinder(3,6,6);
}
difference(){
translate([-56,0,0])cylinder(100,6,6);
translate([-56,0,0])cylinder(100,5,5);
translate([-57,0,10])cylinder(3,6,6);
}
translate([-57,0,9])cylinder(1,6,6);
translate([57,0,9])cylinder(1,6,6);
difference() {
translate([-52,-2,15])cube([104,4,85]); //Change 20 t0 10?
translate([-52,-1,20])cube([104,2,85]);
translate([45,6,65])rotate([90,0,0])cylinder(
Board:
difference() {
cylinder(8,55,55);
translate([0,0,1])cylinder(7,53,53);
}
//cylinder(8,40,40); //Comment out this line before pressing F6
difference(){
translate([56,0,0])cylinder(100,6,6);
translate([56,0,0])cylinder(100,5,5);
translate([57,0,10])cylinder(3,6,6);
}
difference(){
translate([-56,0,0])cylinder(100,6,6);
translate([-56,0,0])cylinder(100,5,5);
translate([-57,0,10])cylinder(3,6,6);
}
translate([-57,0,9])cylinder(1,6,6);
translate([57,0,9])cylinder(1,6,6);
difference() {
translate([-52,-2,15])cube([104,4,85]); //Change 20 t0 10?
translate([-52,-1,20])cube([104,2,85]);
translate([45,6,65])rotate([90,0,0])cylinder(
Hai stampato questo modello? Accedi e condividi il tuo make!
Accedi per lasciare un commento
AccediAncora nessun commento – sii il primo!