[ ] phase 1 - create a method allowing users to interact with a certain point on the map. I'm going to have 9 different buttons with POST on each form submit so they can access each point and enter either a square or circle for each box
[ ] create code that allows the front end to display the x's and circles of the back end where the user enters it. Markers should not disappear so I'm going to use the SQL database
[ ] create java class to figure out a method that allows the code determine if there are 3 in a row. If there are 3 in a row in any pattern, then the java code will find out if a player has won the game or not