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

Related tags

Web Game wordleboard
Overview

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 mind.

90-second video demo: https://twitter.com/schill/status/1486125847173951489

Image: Locally-hosted Wordle webapp including wordleboard.js, and PHP (or browser fetch())-based calls to Vestaboard API.

wordleboard-example

URL PARAMETERS - e.g., ?nocache=1&timetravel=1

nocache=1      - clears localStorage (reset game state/stats, play again etc.)
timetravel=1   - play yesterday's Wordle (so you don't spoil today for others!)
absent=[color] - draw "missing" letter square as [red|orange|blue|violet|white]
force_dev=1    - if specified, always post to the "virtual" Vestaboard device.
force_prod=1   - if specified, always post to the "real" Vestaboard device.

HINT: timetravel can also accept larger ยฑ values. With great power, etc. Various state and other goings-on are logged to the JS console.

This script is a "plugin" that hooks into the Wordle web game's JS module. A local copy of the "Wordle" web game, and some form of web server is required for the game - and optionally, a local PHP endpoint for Vestaboard API calls.

Original Wordle game:

https://www.powerlanguage.co.uk/wordle/

REQUIRED ASSETS

You will need local copies of these files, at minimum:

https://www.powerlanguage.co.uk/wordle/index.html

And the latest version of the script it uses, main.*.js - at present...

https://www.powerlanguage.co.uk/wordle/main.e65ce0a5.js

(In future, "view source" on index.html if this throws a 404.)

There are a few other assets, also.

https://www.powerlanguage.co.uk/wordle/manifest.html

https://www.powerlanguage.co.uk/wordle/images/wordle_logo_32x32.png

https://www.powerlanguage.co.uk/wordle/images/wordle_logo_144x144.png

ADDING THIS SCRIPT TO WORDLE

Edit index.html, and load this script after the Wordle main

VESTABOARD API REQUIREMENTS

This script can be configured to have clients call the Vestaboard API directly, but that means exposing your API secrets. You do this alone, in the dark, and at your own risk: along with this convenience, here be dragons etc. ๐Ÿ‰

You will need a Vestaboard account, an API key, secret, and subscriber ID. These go into a credentials.json file. See credentials.json.example. http://web.vestaboard.com/

You might also like...

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

May 26, 2022

Telegram Bot inspired by the Wordle game

Wordle Bot Give a try! @xWordleBot. This is a simple bot inspired by Wordle game. The bot is entirely written in TypeScript. Thanks to grammY Telegram

Oct 21, 2022

A recreation of the popular game Wordle with additional modes and features. Made with Svelte in Typescript.

A recreation of the popular game Wordle with additional modes and features. Made with Svelte in Typescript.

A recreation of the popular game Wordle by Josh Wardle (now purchased by the New York Times), with additional modes and features. Hosted on GitHub pag

Dec 11, 2022

A Wordle-esque caption guessing game with DALL-E images.

This project was a weekend well spent. Built with NextJS, a PostgreSQL backend, and Prisma as an ORM. Available at http://dalledle.com! Getting Starte

Sep 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

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

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

GameApp is a web application that allow users to play nostalgic games such as minesweeper, flappybird, and space invasions.

GameApp is currently being developed. GameApp is a web application that allow users to play nostalgic games such as minesweeper, flappybird, and space

Feb 21, 2022

Eva.js is a front-end game engine specifically for creating interactive game projects.

High-performance: Eva.js is powered by efficient runtime and rendering pipeline (Pixi.JS) which makes it possible to unleash the full potential of your device.

Dec 27, 2022
Owner
Scott Schiller
Scott Schiller
boredle - a small script to play Wordle anywhere on the web

boredle - a small script to play Wordle anywhere on the web How it works The script pulls all 5 letter words from any webpage and uses them for a game

Michael Kofron 5 Mar 29, 2022
WordleGameCB - a game inspired by the Wordle word game developed by Josh Wardle

Technologies WordleGameCB WordleGameCB is a game inspired by the Wordle word game developed by Josh Wardle. This application was developed with the ai

@Encoding 4 Feb 20, 2022
Golf it! is a game designed to let you show off your code-fu by solving problems

Golf it! Golf it! is a game designed to let you show off your code-fu by solving problems in the least number of characters โœจ Explore the docs ยป View

Ashikka Gupta 5 Aug 18, 2022
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

James Livesey 16 Jun 30, 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
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

Sreecharan 2 Feb 3, 2022
A clone of the popular Wordle game.

Wordle Clone How to play locally: yarn install

null 2 Jan 9, 2022
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
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

Samayun Chowdhury 3 Mar 6, 2022
Chrome extension for the game called Wordle

Chrome extension for the game called Wordle. No need to get stuck again while you have this at your side. Climb up that leader board!

Anjaneya Tripathi 18 Sep 17, 2022