Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-20 | Create linked list data structureHEADmaster | Johnny Richard | |
We will need to have a list to traverse game entities. The first idea is to implement a mutable list. In case of mutable list get too bad or error prone. We can easily change it to immutable. Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2022-12-17 | CI: Add checkstyle checking to workflow | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2022-12-17 | styling: Add target checkstyle to Makefile | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2022-12-17 | styling: Reformat the entire code base based on clang-format | Johnny Richard | |
The following command has been executed: clang-format -i src/*.c src/*.h test/*.c Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2022-12-17 | Add clang-format based on Mozilla style code | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2022-12-16 | Add .editorconfig to root dir | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2022-12-16 | docs: Add contribution instructions on README | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2022-12-15 | styling: Fix screen missing semicolon | Johnny Richard | |
This patch fixes the warnings raised by *make* command. Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2022-12-13 | refactor: extract screen management from main into a module | Fabio Maciel | |
2022-12-08 | adjust gitignore | Fabio Maciel | |
2022-12-08 | fix: adjust a player coord to use negative values | Fabio Maciel | |
2022-12-07 | Merge remote-tracking branch 'johnny/master' | Fabio Maciel | |
2022-04-20 | TODO: Add TODO list | Johnny Richard | |
2022-04-20 | player: Introduce player object | Johnny Richard | |
2022-04-20 | Add screen limit collision | Johnny Richard | |
2022-04-20 | main: Define SDL_RenderSetLogicalSize | Johnny Richard | |
2022-04-20 | main: Start using renderer and set 60 fps | Johnny Richard | |
2021-11-14 | main.c: Rename surface variable | Johnny Richard | |
2021-11-14 | main.c: Fix SDL initializaiton error message | Johnny Richard | |
2021-11-14 | main.c: Set window title to Blast Attack | Johnny Richard | |
2021-11-14 | controller_t: Reduce memory usage using bitwise | Johnny Richard | |
2021-11-05 | polish: Reformat main.c to not exceed 80 columns | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2021-11-05 | docs: Rename repository url on README file | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2021-11-02 | docs: Add AUTHORS files | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2021-11-02 | docs: Add BSD 3-Clause License | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2021-10-28 | docs: Fix poject name on README.md | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2021-10-28 | Fix README.md title | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2021-10-28 | Add download instruction to README file | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2021-10-28 | Add submodule munit version v0.2.0 | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2021-10-28 | Add microunit test framework | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2021-10-28 | Move controller update to a new update function | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2021-10-28 | Add controller to its own header file | Johnny Richard | |
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2021-10-28 | Create simple red rect controlled by arrow keys | Fabio Maciel | |
Signed-off-by: Fabio Maciel <fabiomsdev@gmail.com> Co-authored-by: Johnny Richard <johnny@johnnyrichard.com> | |||
2021-04-17 | Add microunit test framework | Johnny Richard | |
2021-04-13 | Move controller update to a new update function | Johnny Richard | |
2021-04-13 | Add controller to its own header file | Johnny Richard | |
2020-05-30 | Create simple red rect controlled by arrow keys | Fabio Maciel | |
Co-authored-by: Johnny Richard <1640200+johnnyrichard@users.noreply.github.com> |