Cookieclicker using Raylib
- C 100%
revert Fix link to license file to work on codeberg Codebergs handling of Asciidoc links is even worse than that of Markdown links( https://codeberg.org/forgejo/forgejo/issues/6360 ). |
||
|---|---|---|
| assets | ||
| .gitignore | ||
| button.c | ||
| LICENSE | ||
| main.c | ||
| README.adoc | ||
= Cookie clicker using raylib :toc: A simple cookieclicker game made using raylib == Building There is no build system yet, just run `gcc main.c -lraylib -lm -o a.out -Wpedantic -Wextra -Wall -std=c99` and then run `./a.out`. == License The code is licensed under GPLv3 as specified in link:LICENSE[LICENSE file]. The assets(all files under `/assets`) are custom-made and licensed under link:https://creativecommons.org/licenses/by-nc-sa/4.0/[CC BY-NC-SA 4.0]