Need help coding a tic tac toe game

need help making a 2 player tic tac toe game using functions and arrays. should be pretty simple, around 30 lines of code. any tips would be very helpful!

Do you have any experience with the R language? If you are trying to use R for the first time, a good learning approach is to workth rough the swirl package. http://swirlstats.com/

If you wish to nicely present a graphical user interface for your user to interact with I would recommend learning the shiny framework.https://shiny.rstudio.com/

I wouldn't recommend learning shiny before learning basic R first however. Good luck on your journey.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.