TheOdinProject / curriculum

The open curriculum for learning web development
https://www.theodinproject.com/
Other
10.13k stars 13.58k forks source link

Tic-tac-toe: Explicit the game's independence from user input #29028

Closed nekosoffy closed 3 weeks ago

nekosoffy commented 3 weeks ago

Because

Because they imagine a person playing tic-tac-toe, students usually think that they require something to take their input (prompt) for the game to work (like they did in RPS), which isn't true. I think a reminder that this isn't needed at all would be useful so that they don't have to refactor the code when they reach the DOM stage because they introduced an unneeded step earlier.

This PR

Issue

Closes #XXXXX

Additional Information

Pull Request Requirements