24 lines
553 B
Markdown
24 lines
553 B
Markdown
+++
|
|
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. |