главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/clicker-ncurses.c
AgeCommit message (Collapse)Author
2025-04-26Remove a delay that did not work and initialize the score variableHEADmasterIvan Davydov
2025-04-12Make the game more verboseIvan Davydov
2025-04-07Major changes to code readability and balanceIvan Davydov
Use curses instead of ncurses Make game harder to play, see source code for changes Print score normally (not like in implementations of classic vi) Run free() right before the end the program (valgrind still complains) Remove unnecessary get_* and set_* functions and refer to structure members directly
2025-04-05Minor improvementsIvan Davydov
2025-04-05Add clicker-ncurses.hIvan Davydov
2025-04-05Code style improvementsIvan Davydov
2025-04-05Initial commitIvan Davydov