Zero clientside JavaScript Wordle clone, using Eleventy Edge

Overview

Eleventy Edge Wordle

Yet another Wordle clone

Play the hosted Wordle game!


Recently, the Eleventy started unveiling its Eleventy Edge plugin, which allows you to leverage Netlify's Edge Functions to - among other things - customize the site to individual users by their location or by way of web APIs such as cookies.

This repo leverages Eleventy and cookie-powered Edge Functions to create a Wordle clone that serves zero clientside JavaScript. It's crude in many ways, but it served as an interesting proof of concept.


Setup & Running

git clone https://github.com/BenDMyers/eleventy-edge-wordle.git
cd eleventy-edge-wordle
npm install
npx netlify dev
You might also like...

WORDLEBOARD prototype: Show your Wordle game on a Vestaboard as you play.

WORDLEBOARD prototype: Show your Wordle game on a Vestaboard as you play.

WORDLEBOARD prototype Show your Wordle game on a Vestaboard as you play. Copyright (c) 2022, Scott Schiller. MIT license. Made with love and fun in mi

Dec 20, 2022

CLI to to solve your Wordle puzzle daily

CLI to to solve your Wordle puzzle daily

📟 CLI to to solve your Wordle puzzle daily. Learn to build Node.js CLI apps. wordle-solved-cli 📦 CLI that solves Wordle puzzles for you 🤯 Automatic

Feb 2, 2022

A Wordle-like game where you have to guess the unsigned 8-bit binary number

A Wordle-like game where you have to guess the unsigned 8-bit binary number

Bytle A Wordle-like game where you have to guess the unsigned 8-bit binary number! Game coded in 2h 14m 50.570s, but it's not like I'm counting how lo

Jun 30, 2022

Latin Wordle is a free and open-source project that aims to provide a fun and interactive way to learn Latin.

Latin Wordle Live Game Here Inspiration Latin Wordle is a free and open-source project that aims to provide a fun and interactive way to learn Latin.

Dec 16, 2022

The extension to help you when you badly don't want to mess up your wordle streak

Your last resort in woordle to maintain your woordle win streak

Feb 3, 2022

🟩 in case you want to cheat on your wordle games

Wordle Solver How to use Enter each right guess in the first grid Enter all letters that you know aren't in a certain position in the second grid For

Feb 7, 2022

Wordle but it's on your Terminal!

Wordinal Wordle but it's on your Terminal! What's Wordle? 🤔 Wordle is a classic word guessing game developed by Josh Wardle. Players have six attempt

Apr 12, 2022

I found 'WORDLE' game is hackable . we get solution on localStorage. I just prevented this.

WordleGame() Demo: https://shobdokhela.vercel.app Go play the real Wordle here Read the story behind it here Main Author Hannah Park Inspiration: I fo

Mar 6, 2022

📟 Chrome extension to solve Wordle puzzles.

📟 Chrome extension to solve Wordle puzzles.

📟 Chrome extension to solve Wordle puzzles. Learn to build Node.js CLI apps. wordle-solved 📦 Chrome extension that solves Wordle puzzles for you 🤯

Feb 8, 2022
Owner
Ben Myers
Web developer. Accessibility advocate. Human T-rex.
Ben Myers
A clone of the popular game Wordle made using React, Typescript, and Tailwind

Wordle Clone Go play the real Wordle here Read the story behind it here Try a demo of this clone project here Inspiration: This game is an open source

Hannah Park 2.4k Jan 8, 2023
JavaScript library guessing game, a Wordle clone

Jazle JavaScript library guessing game, a Wordle clone. A fork of cwackerfuss/react-wordle. See the list of accepted libraries: wordlist.ts Build and

Oliver Radwell 17 May 26, 2022
A clone of the popular Wordle game.

Wordle Clone How to play locally: yarn install

null 2 Jan 9, 2022
How to build a multiplayer Wordle clone with Liveblocks, Vue, and Vite

Wordle Wars This repo shows how to build a multiplayer Wordle clone with Liveblocks, Vue, and Vite. Try it out It's forked from VVowrdle created by Ev

Chris 71 Dec 8, 2022
a wordle clone in the terminal?

Wordleee A clone of the popular word guessing game, that runs in the terminal with a fancy ?? (?) UI! Features ?? Based on Node.js (with the amazing I

Hugo Wiledal 11 Sep 4, 2022
Wordle-clone with a Dungeons & Dragons theme. Guess the monster-of-the-day by assigning numbers to characteristics.

DNDle A Wordle-clone with a Dungeons & Dragons (5e) theme. Guess the "monster of the day" by either entering values for the six characteristics (STR,

Dan Q 6 Apr 11, 2022
Wordle clone but the words are replaced by STIB/MIVB stops

STIBle / MIVBle STIBle / MIVBle is a WorLdle clone, except that you don't guess a country, but a stop in the STIB's (Brussels' public transport compan

null 3 May 26, 2022
Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks.

Wordle2Townscaper Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks. You can download

Tarmo 66 Nov 2, 2022
Provides 5 keywords with which to narrow down your wordle game. I ruin nice things.

Widdle?? I hate fun so I wrote a script that ruins Wordle. This script can be used to find a Widdle, a set of five words that cover nearly all letters

Tess Myers 3 Mar 12, 2022
A simple wordle solver for Node.js

This is just a weekend project, so take it easy :-) simple-worlde-solver Wordle solver for Node.js. I am aware of other efforts that use greedy algori

Alessandro Toppi 3 Feb 20, 2022