DEV Community

Cover image for tic-tac-toe game using javascript,html,css
aishwaryavasu0509
aishwaryavasu0509

Posted on

tic-tac-toe game using javascript,html,css

plan to build the tic-tac-toe game

tic-tac-toe

before we actually jump into building the application we need to break the big task into subtasks. The frontend of the application is very important to give an impression and to intrigue the user to give the application a try.i have attempted to make the frontend of the application simple yet appealing.so after deciding on the layout of the application i divided the home page into several boxes. the "wrapper" is what i called the box consisiting of the entire page.Next, the wrapper can be divided into left and right subparts after which each subparts can be subdidvided according to their components.by approaching a problem with divide and conquer approach we can concentrate better in developing the details of the application.The styling of the page is done with css and the logic of the game is built with javascript.

find the source code here!!

Top comments (2)

Collapse
 
01apoorva10 profile image
01apoorva10

πŸ‘πŸ‘Front end looks simple and amazing!!

Collapse
 
aishwaryavasu0509 profile image
aishwaryavasu0509

thank you