From fd7b9d87a68d8bd191adb8a0830d5ac6ead26d5b Mon Sep 17 00:00:00 2001 From: b1ek Date: Mon, 8 Jan 2024 18:51:48 +1000 Subject: [PATCH] add blek! Wordle --- content/projects/_index.md | 2 ++ content/projects/wordle.md | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 content/projects/wordle.md diff --git a/content/projects/_index.md b/content/projects/_index.md index 64dae9d..cb4610f 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -70,6 +70,8 @@ This one is a single docker container that runs your laravel app with production It is built on a bunch of shell scripts and dockerfiles. ### 6. blek! Wordle +[Project page](/projects/wordle) + A FOSS copy of the [wordle game](https://www.nytimes.com/games/wordle/index.html). Built with Svelte. diff --git a/content/projects/wordle.md b/content/projects/wordle.md new file mode 100644 index 0000000..e26f617 --- /dev/null +++ b/content/projects/wordle.md @@ -0,0 +1,24 @@ ++++ +template = 'custom/project.html' + +title = 'blek! Bin' +description = 'A pastebin copy' +date = '2024-08-01' +slug = 'wordle' +year = 2024 +month = 1 +day = 8 +lang = 'en' + +[extra] +git_repo = 'git.blek.codes/blek/wordle.git' +demo_url = 'wordle.blek.codes' +author = 'b1ek ' +license = 'None' ++++ + +A FOSS [wordle game](https://www.nytimes.com/games/wordle/index.html) copy. + +The project isn't really good since it was built as a speedrun in under 4 hours and has a lot of bugs but it was pretty fun. + +You can play it via the "online demo" link. \ No newline at end of file