project gabungan untuk membuat game dengan bahasa pemograman C. Project ini menggunakan library raylib.
masuk kedalam folder
cd /gameee
buat game dengan make
make .Jalankan game
- linux
./gameee- windows
./gameee.exeDokumentasi terkait game, mekanik bisa dilihat di docs Excalidraw_docs.md
cek contribute md
saran pesan commit
- Changes relevant to the API or UI:
featCommits that add, adjust or remove a new feature to the API or UIfixCommits that fix an API or UI bug of a precededfeatcommit
refactorCommits that rewrite or restructure code without altering API or UI behaviorperfCommits are special type ofrefactorcommits that specifically improve performance
styleCommits that address code style (e.g., white-space, formatting, missing semi-colons) and do not affect application behaviortestCommits that add missing tests or correct existing onesdocsCommits that exclusively affect documentationbuildCommits that affect build-related components such as build tools, dependencies, project version, ...opsCommits that affect operational aspects like infrastructure (IaC), deployment scripts, CI/CD pipelines, backups, monitoring, or recovery procedures, ...choreCommits that represent tasks like initial commit, modifying.gitignore, ...