aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Fixed not being able to read the sentences.txt file, fixed linter ↵srdusr2024-03-08
| | | | diagnostics messages with test file, better handling of exiting the game and going back to terminal by sending ANSI escape sequences to clear terminal
* Restart project with clean slatesrdusr2024-03-04
|
* Add initial unit tests for App functionalityAdded basic unit tests for App ↵srdusr2024-03-04
| | | | struct:- New App creation- Resetting state- Input handling- Timer functionality- Words per minute calculation- Reading sentences from file- Drawing typing game UI
* Removed unused imports, simplify code and implemented render_widgetssrdusr2024-02-27
|
* Fixed not showing paragraphs to typesrdusr2024-02-27
|
* Changed in-game titlesrdusr2023-03-30
|
* First compile without errors, still not working as expected, #TODO: Many fixessrdusr2023-03-22
|
* Pseudo code for typing gamesrdusr2023-03-22
|
* Initial commit of empty filessrdusr2023-03-22