add blek! Wordle
This commit is contained in:
parent
ec3f49d539
commit
fd7b9d87a6
|
@ -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.
|
||||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue