'Added comments'

This commit is contained in:
Arkadiusz Hypki 2024-03-22 09:19:56 +01:00
parent 0a6aa61dd5
commit 62bb417cee
1 changed files with 5 additions and 0 deletions

View File

@ -97,12 +97,17 @@ int main(void) {
// logic
while (1) {
// TODO REMARK, if there is no reading an input
// from the user there will be here inf loop
// 1. TODO ask user for the move
// TODO validate the move (field has to be empty)
// TODO check if user wins, then print and exit
// the loop
// 2. TODO computer makes the move
// TODO the computer's move does not have to
// clever, but it has to be correct
// 3. TODO print the board