3D Workspace
Home
Assets
Affiliate Program
Creator Program
Sign up/Log in
View Plans
DCC Bridge
Anonymous1784767403
07-23 01:14
Model Name
halloween tic-tac-toe 3d model
Tags
game asset
game asset realistic
props
props game asset
props game asset realistic
props realistic
realistic
Prompt
// // Halloween Tic-Tac-Toe // OpenSCAD File // Ready to Render (F6) -> Export STL // $fn=64; //======================== // SETTINGS //======================== board_size = 120; board_height = 8; wall = 4; cell = 36; piece_height = 8; //======================== // GAME BOARD //======================== module board(){ difference(){ cube([board_size,board_size,board_height]); translate([wall,wall,-1]) cube([board_size-wall*2, board_size-wall*2, board_height+2]); } for(i=[1:2]){ translate([i*40-2,0,0]) cube([4,board_size,board_height]); translate([0,i*40-2,0]) cube([board_size,4,board_height]); } } //======================== // PUMPKIN //======================== module pumpkin(){ union(){ scale([1.05,1,0.8]) sphere(14); translate([0,0,10]) cylinder(h=5,r1=2,r2=1); translate([0,0,15]) rotate([25,0,0]) cylinder(h=5,r=1.2); } } //======================== // GHOST //======================== module ghost(){ union(){ translate([0,0,8]) sphere(12); transla
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!