- Nov 20, 2022
- Nov 19, 2022
-
-
ERKEN EFE authored
Added commit emoji legend in README.md with meanings of each emoji.
-
ERKEN EFE authored
Ignore list now has project archive name to be ignored.
-
ERKEN EFE authored
Added way more information to README.md about project and author.
-
ERKEN EFE authored
Makefile is now easier to read. Also added more clean targets.
-
ERKEN EFE authored
Added documentation and commentary to test.c
-
ERKEN EFE authored
Added documentation and commentary to main.c
-
ERKEN EFE authored
The game is at a working state with a CLI
-
ERKEN EFE authored
Made creer_level() error message more clear in file grid.c
-
ERKEN EFE authored
Updated ignore list with .vscode/ directory
-
ERKEN EFE authored
Added all new documentation to structs in player.h
-
ERKEN EFE authored
Added documentation to struct attributes in grid.h
-
- Nov 18, 2022
-
-
ERKEN EFE authored
Introducing organized folder structure and config changes to go along.
-
ERKEN EFE authored
Fixed makefile for compilation, updated ignore list for dependencies.
-
ERKEN EFE authored
Reworked makefile with new paths, variables for project structure.
-
ERKEN EFE authored
Updated game level paths in test functions to suit new structure.
-
ERKEN EFE authored
Added project name to Doxyfile as well as changed some options.
-
ERKEN EFE authored
Ignore list updated to suit the new folder structure of the project.
-
ERKEN EFE authored
Source and header files as well as Doxyfile are reorganized.
-
- Nov 17, 2022
-
-
ERKEN EFE authored
Added complete documentation to grid.h and player.c.
-
ERKEN EFE authored
Added documentation folders to ignore list.
-
ERKEN EFE authored
Added complete doxygen documentation to grid.c.
-
ERKEN EFE authored
-
ERKEN EFE authored
Removed overcomplications for a more streamlined makefile.
-
ERKEN EFE authored
Formatted makefile for a more standard and readable look.
-
ERKEN EFE authored
Added functionality to the move_player function and fixed its test.
-
ERKEN EFE authored
Renamed init_level subfunctions and updated enum CaseType structure.
-
ERKEN EFE authored
Added new function to move the player and some tests to go along.
-
ERKEN EFE authored
Fixed issue where two header files included each other recursively.
-
ERKEN EFE authored
Fixed display function bugs.
-
ERKEN EFE authored
Added test executable file to ignore list.
-
ERKEN EFE authored
Added tests for the newly written functions.
-
ERKEN EFE authored
Added display functions and player related structures.
-
ERKEN EFE authored
Fixed makefile "clean" target and added -lncurses compiler option.
-
ERKEN EFE authored
Filled blanks in file grid.c to add function which parses level file.
-
ERKEN EFE authored
Fixed various main.c formatting and indentation.
-
ERKEN EFE authored
Makefile is improved with more standardized look.
-
ERKEN EFE authored
Added testing file to test each project function before release.
-