I started working on adding a score to the game to keep track of how many times x or o has one and I feel like it would work for the most part if I could get select html elements more easily. I had given them id's but apparently you can only call an html element through its id with "document.getElementById" so I'll just try some other selectors next time.
No comments:
Post a Comment