tictactoe

Tic Tac Toe on the terminal using ANSI Escape Codes
Index Commits Files Refs README LICENSE
DateCommit messageAuthorFiles+-
12:28 23-08-2024set cursor shape to block at exitMartin Kloeckner1+2-1
21:59 27-04-2024update `game_check_status` functionmjkloeckner1+42-85
21:58 27-04-2024move vars from `main` to `game_initialize_board`mjkloeckner1+6-15
21:43 27-04-2024remove `break` on `switch` casemjkloeckner1+1-4
21:39 27-04-2024remove `player_won` variablemjkloeckner1+1-4
21:37 27-04-2024change `player_status` string assign stylemjkloeckner1+2-2
21:36 27-04-2024start counting `player_t` enumeration from `1`mjkloeckner1+2-4
21:32 27-04-2024remove extra whitespacemjkloeckner1+6-6
21:30 27-04-2024make `tui_total_height` a constantmjkloeckner1+5-3
23:31 08-04-2024Add missing `void` in arguments of function declarationMartin Kloeckner1+8-8
17:50 02-04-2024Fix game not entering `WIN` statusMartin Klöckner1+4-3
17:04 01-04-2024Use a `switch` case to handle game statusMartin Kloeckner1+15-6
17:03 01-04-2024Delete `goto` statementMartin Kloeckner1+5-5
01:00 01-04-2024Include `cstdlib` because of `EXIT_FAILURE` macroMartin Kloeckner1+1-0
00:59 01-04-2024Remove unnecessary comma at end of enumerator listMartin Kloeckner1+1-1
00:59 01-04-2024Remove unused variableMartin Kloeckner1+1-1
00:39 01-04-2024Add gif Screencast of the gameMartin Kloeckner1+2-0
00:25 01-04-2024Update README.mdMartin Kloeckner1+3-2
00:22 01-04-2024Add MIT LICENSEMartin Kloeckner2+25-0
00:21 01-04-2024Add README.mdMartin Kloeckner1+25-0
00:10 01-04-2024First commitMartin Kloeckner1+345-0