Timeline for Tic-Tac-Toe game in C++
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 15, 2023 at 11:41 | comment | added | depperm | technically, but the loop is 3 long. In larger applications for sure, but for this app its basically negligible | |
| Jan 14, 2023 at 17:34 | comment | added | Noby | I've actually been wondering about something. Wouldn't it be slightly better to put diagonal check before row and column? Since that way if it is diagonal, then there would be no need to go through the for loop before the program realises that | |
| Jan 14, 2023 at 17:28 | vote | accept | Noby | ||
| Jan 3, 2023 at 12:26 | history | answered | depperm | CC BY-SA 4.0 |