From a152eeff351fc632053a674afcebcac7ba59f671 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 15 Nov 2025 16:22:54 +0100 Subject: checkpoint --- .gitignore | 5 ++--- README.md | 19 +++++++++---------- build/build | Bin 30688 -> 0 bytes build/linux_handmade | Bin 88880 -> 88880 bytes build/win32_handmade.exe | Bin 0 -> 367616 bytes code/build.bat | 8 ++++---- 6 files changed, 15 insertions(+), 17 deletions(-) delete mode 100755 build/build create mode 100755 build/win32_handmade.exe diff --git a/.gitignore b/.gitignore index c2cc545..dd21bd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ code/libs/hm_linux -build/*.hmi -build/*.zip -build/*.tar.gz +code/libs/hm_win32 +build/ game.zip *.o *.json diff --git a/README.md b/README.md index 7e8b11c..f84de49 100644 --- a/README.md +++ b/README.md @@ -4,28 +4,27 @@ `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 -