From 6f91de58faa3436a5c59fddaccb7418bd579117b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 25 Aug 2025 13:44:00 +0200 Subject: checkpoint --- .gitignore | 2 + README.md | 46 +- build/handmade.so | Bin 200664 -> 263712 bytes build/linux_handmade | Bin 87408 -> 83224 bytes code/build.sh | 5 + code/handmade.cpp | 749 ++++++++++--------- code/handmade.h | 54 +- code/libs/linuxhmh | 2 +- code/libs/stb_sprintf.h | 1906 +++++++++++++++++++++++++++++++++++++++++++++++ misc/package_linux.sh | 16 +- project.4coder | 2 +- 11 files changed, 2383 insertions(+), 399 deletions(-) create mode 100644 code/libs/stb_sprintf.h diff --git a/.gitignore b/.gitignore index 97c30f3..139f0fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ build/*.hmi +build/*.zip +build/*.tar.gz game.zip *.o *.json diff --git a/README.md b/README.md index db435fe..bc083ec 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,30 @@ ## Overview `Wordled` is a GUI application that lets you draw patterns such that you can later input them in the [Wordle](https://www.nytimes.com/games/wordle/index.html) game. It will then generate the guesses to achieve the required pattern. - -## Showcase -