I want to develop human player vs human player tick tac toe game using javascript any suggestions and guidelines please... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

I want to develop human player vs human player tick tac toe game using javascript any suggestions and guidelines please...

21st May 2018, 10:14 PM
VamsiKrishna
VamsiKrishna - avatar
2 Answers
+ 1
Just learn the basics of javascript. A tic-tac-toe game has a very easy game logic. For the output you can use 1 main div container with 9 children div-containers as the field with 9 images loading in and bind 1 clickevent to the parent div-container.
26th May 2018, 9:52 AM
BraveHornet
BraveHornet - avatar
0
toc tac toe was gonna be my pet project, too, but i have no clue where to start. i suppose i need to design it first before starting to code, but what Herobrine suggested doesnt yet make sense to me. maybe there are (even) easier projects to start with (and how do i find the easy ones on sololoearn??)?
1st Jun 2018, 8:40 PM
RexMayhem
RexMayhem - avatar