summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-20Create linked list data structureHEADmasterJohnny Richard
2022-12-17CI: Add checkstyle checking to workflowJohnny Richard
2022-12-17styling: Add target checkstyle to MakefileJohnny Richard
2022-12-17styling: Reformat the entire code base based on clang-formatJohnny Richard
2022-12-17Add clang-format based on Mozilla style codeJohnny Richard
2022-12-16Add .editorconfig to root dirJohnny Richard
2022-12-16docs: Add contribution instructions on READMEJohnny Richard
2022-12-15styling: Fix screen missing semicolonJohnny Richard
2022-12-13refactor: extract screen management from main into a moduleFabio Maciel
2022-12-08adjust gitignoreFabio Maciel
2022-12-08fix: adjust a player coord to use negative valuesFabio Maciel
2022-12-07Merge remote-tracking branch 'johnny/master'Fabio Maciel
2022-04-20TODO: Add TODO listJohnny Richard
2022-04-20player: Introduce player objectJohnny Richard
2022-04-20Add screen limit collisionJohnny Richard
2022-04-20main: Define SDL_RenderSetLogicalSizeJohnny Richard
2022-04-20main: Start using renderer and set 60 fpsJohnny Richard
2021-11-14main.c: Rename surface variableJohnny Richard
2021-11-14main.c: Fix SDL initializaiton error messageJohnny Richard
2021-11-14main.c: Set window title to Blast AttackJohnny Richard
2021-11-14controller_t: Reduce memory usage using bitwiseJohnny Richard
2021-11-05polish: Reformat main.c to not exceed 80 columnsJohnny Richard
2021-11-05docs: Rename repository url on README fileJohnny Richard
2021-11-02docs: Add AUTHORS filesJohnny Richard
2021-11-02docs: Add BSD 3-Clause LicenseJohnny Richard
2021-10-28docs: Fix poject name on README.mdJohnny Richard
2021-10-28Fix README.md titleJohnny Richard
2021-10-28Add download instruction to README fileJohnny Richard
2021-10-28Add submodule munit version v0.2.0Johnny Richard
2021-10-28Add microunit test frameworkJohnny Richard
2021-10-28Move controller update to a new update functionJohnny Richard
2021-10-28Add controller to its own header fileJohnny Richard
2021-10-28Create simple red rect controlled by arrow keysFabio Maciel
2021-04-17Add microunit test frameworkJohnny Richard
2021-04-13Move controller update to a new update functionJohnny Richard
2021-04-13Add controller to its own header fileJohnny Richard
2020-05-30Create simple red rect controlled by arrow keysFabio Maciel