| 12:28 23-08-2024 | set cursor shape to block at exit | Martin Kloeckner | 1 | +2 | -1 |
| 21:59 27-04-2024 | update `game_check_status` function | mjkloeckner | 1 | +42 | -85 |
| 21:58 27-04-2024 | move vars from `main` to `game_initialize_board` | mjkloeckner | 1 | +6 | -15 |
| 21:43 27-04-2024 | remove `break` on `switch` case | mjkloeckner | 1 | +1 | -4 |
| 21:39 27-04-2024 | remove `player_won` variable | mjkloeckner | 1 | +1 | -4 |
| 21:37 27-04-2024 | change `player_status` string assign style | mjkloeckner | 1 | +2 | -2 |
| 21:36 27-04-2024 | start counting `player_t` enumeration from `1` | mjkloeckner | 1 | +2 | -4 |
| 21:32 27-04-2024 | remove extra whitespace | mjkloeckner | 1 | +6 | -6 |
| 21:30 27-04-2024 | make `tui_total_height` a constant | mjkloeckner | 1 | +5 | -3 |
| 23:31 08-04-2024 | Add missing `void` in arguments of function declaration | Martin Kloeckner | 1 | +8 | -8 |
| 17:50 02-04-2024 | Fix game not entering `WIN` status | Martin Klöckner | 1 | +4 | -3 |
| 17:04 01-04-2024 | Use a `switch` case to handle game status | Martin Kloeckner | 1 | +15 | -6 |
| 17:03 01-04-2024 | Delete `goto` statement | Martin Kloeckner | 1 | +5 | -5 |
| 01:00 01-04-2024 | Include `cstdlib` because of `EXIT_FAILURE` macro | Martin Kloeckner | 1 | +1 | -0 |
| 00:59 01-04-2024 | Remove unnecessary comma at end of enumerator list | Martin Kloeckner | 1 | +1 | -1 |
| 00:59 01-04-2024 | Remove unused variable | Martin Kloeckner | 1 | +1 | -1 |
| 00:39 01-04-2024 | Add gif Screencast of the game | Martin Kloeckner | 1 | +2 | -0 |
| 00:25 01-04-2024 | Update README.md | Martin Kloeckner | 1 | +3 | -2 |
| 00:22 01-04-2024 | Add MIT LICENSE | Martin Kloeckner | 2 | +25 | -0 |
| 00:21 01-04-2024 | Add README.md | Martin Kloeckner | 1 | +25 | -0 |
| 00:10 01-04-2024 | First commit | Martin Kloeckner | 1 | +345 | -0 |