- Sep 03, 2023
-
-
ERKEN EFE authored
Added new job to GitLab CI/CD to automatically create a release upon the addition of a new tag to the repo.
-
ERKEN EFE authored
Updated TODO.md according to project goals and achievements.
-
ERKEN EFE authored
Bumped version number in preparation for new release.
-
ERKEN EFE authored
Added GitLab CI/CD pipeline to generate the documentation for the latest version on main and publish it on GitLab Pages automatically.
-
- Jan 27, 2023
-
-
ERKEN EFE authored
Updated todos according to advances made.
-
ERKEN EFE authored
Added compiler option to specify C standard for the project.
-
ERKEN EFE authored
Added new file to keep track of project goals.
-
ERKEN EFE authored
As own SDL2 library is phased out, deleted related ignore entries.
-
ERKEN EFE authored
Got rid of own SDL2 library, project depends on system installed one.
-
ERKEN EFE authored
Added GPLv3-or-later license to project.
-
ERKEN EFE authored
Added how to play and license info to README.md
-
- Jan 26, 2023
- Jan 25, 2023
- Jan 05, 2023
- Dec 29, 2022
-
-
ERKEN EFE authored
-
ERKEN EFE authored
Bumped version number in Doxyfile for new release.
-
ERKEN EFE authored
Updated README.md by adding more descriptive install instructions.
-
ERKEN EFE authored
Added documentation to function pointers in grid.h.
-
ERKEN EFE authored
Structured main.c for better modularity, less repetition.
-
ERKEN EFE authored
Simplified and structured move_player() function for less repetition.
-
ERKEN EFE authored
Added new function to be called at any program exit situation.
-
ERKEN EFE authored
Changed display_sdl2() function to draw differently, no more weird borders.
-
ERKEN EFE authored
Added keyrepeat to SDL2 display method, (h, j, k, l) keys also added.
-
- Dec 25, 2022
-
-
ERKEN EFE authored
-
ERKEN EFE authored
Updated README.md with newer information about new release.
-
ERKEN EFE authored
Updated version number in Doxyfile to reflect new release.
-
ERKEN EFE authored
Added new gifs to reflect the functioning of the new release.
-
ERKEN EFE authored
Added SDL2 installation clean rule to makefile, updated cleanall.
-
ERKEN EFE authored
Added main function parameter explanations in documentation.
-
ERKEN EFE authored
Added command line argument parsing and implemented two display methods.
-
ERKEN EFE authored
Added new tests for command line argument parsing.
-
ERKEN EFE authored
Added documentation and commentary to new struct in grid.h.
-
ERKEN EFE authored
Formatted files to match project syntax and added documentation.
-
ERKEN EFE authored
Added SDL2 graphics, event handlers into the game loop.
-
ERKEN EFE authored
Added tests for new display, event functions.
-