From b8d371f981acaa744252b41e6b12bba056945a7c Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 15 Nov 2025 15:33:20 +0100 Subject: Fix github showcase --- .gitignore | 5 ++--- README.md | 20 ++++++++++---------- build/build | Bin 30688 -> 0 bytes build/linux_handmade | Bin 88880 -> 88880 bytes build/win32_handmade.exe | Bin 0 -> 367104 bytes code/build.bat | 8 ++++---- 6 files changed, 16 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..1c72879 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,31 @@ # Wordled: Impress your friends with Wordle drawings! +Link to the [original](https://git.spacehb.net/wordled/about/?h=main) repository. ## 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 -