forked from blek/world
1
0
Fork 0

add blek! Wordle

This commit is contained in:
b1ek 2024-01-08 18:51:48 +10:00
parent ec3f49d539
commit fd7b9d87a6
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 26 additions and 0 deletions

View File

@ -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. It is built on a bunch of shell scripts and dockerfiles.
### 6. blek! Wordle ### 6. blek! Wordle
[Project page](/projects/wordle)
A FOSS copy of the [wordle game](https://www.nytimes.com/games/wordle/index.html). A FOSS copy of the [wordle game](https://www.nytimes.com/games/wordle/index.html).
Built with Svelte. Built with Svelte.

View File

@ -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 <me@blek.codes>'
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.