i know javascript is not rly for this type of thing but its for a project
im trying to make a basic tic tac toe game using this type of set up
button button button
button button button
button button button
__l____l___
l l
``l````l````
with 9 buttons up top and the actual tic tac toe board below..
could someone explain how i would set up the display like this? i understand the logic of making this work i just cant figure out how to make the display look like this
thanks