Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.41 KB

File metadata and controls

49 lines (36 loc) · 1.41 KB

Project gabungan

project gabungan untuk membuat game dengan bahasa pemograman C. Project ini menggunakan library raylib.

How to run

masuk kedalam folder

cd /gameee

buat game dengan make

make .

Jalankan game

  • linux
./gameee
  • windows
./gameee.exe

Dokumentasi game

Dokumentasi terkait game, mekanik bisa dilihat di docs Excalidraw_docs.md

How to contribute

cek contribute md

saran pesan commit

  • Changes relevant to the API or UI:
    • feat Commits that add, adjust or remove a new feature to the API or UI
    • fix Commits that fix an API or UI bug of a preceded feat commit
  • refactor Commits that rewrite or restructure code without altering API or UI behavior
    • perf Commits are special type of refactor commits that specifically improve performance
  • style Commits that address code style (e.g., white-space, formatting, missing semi-colons) and do not affect application behavior
  • test Commits that add missing tests or correct existing ones
  • docs Commits that exclusively affect documentation
  • build Commits that affect build-related components such as build tools, dependencies, project version, ...
  • ops Commits that affect operational aspects like infrastructure (IaC), deployment scripts, CI/CD pipelines, backups, monitoring, or recovery procedures, ...
  • chore Commits that represent tasks like initial commit, modifying .gitignore, ...