Cookieclicker using Raylib
Find a file
assembly 63160b4af2 revert 27f3ae3832
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 ).
2025-08-06 17:59:01 +02:00
assets initial commit 2025-08-06 17:28:25 +02:00
.gitignore initial commit 2025-08-06 17:28:25 +02:00
button.c initial commit 2025-08-06 17:28:25 +02:00
LICENSE initial commit 2025-08-06 17:28:25 +02:00
main.c initial commit 2025-08-06 17:28:25 +02:00
README.adoc revert 27f3ae3832 2025-08-06 17:59:01 +02:00

= 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]