GithubHelp home page GithubHelp logo

accessible-wordle's Introduction

Welcome to Remix!

Development

You will be utlizing Wrangler for local development to emulate the Cloudflare runtime. This is already wired up in your package.json as the dev script:

# start the remix dev server and wrangler
$ npm run dev

Open up http://127.0.0.1:8788 and you should be ready to go!

Deployment

Cloudflare Pages are currently only deployable through their Git provider integrations.

If you don't already have an account, then create a Cloudflare account here and after verifying your email address with Cloudflare, go to your dashboard and follow the Cloudflare Pages deployment guide.

Configure the "Build command" should be set to npm run build, and the "Build output directory" should be set to public.

accessible-wordle's People

Contributors

jesskay avatar jkup avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

accessible-wordle's Issues

Support Wordle dark mode

It seems the tool does not account for black squares, which are part of the input if I use Wordle in dark mode

input:

Wordle 206 5/6

β¬›β¬›πŸŸ¨β¬›πŸŸ¨
⬛⬛⬛⬛⬛
β¬›β¬›πŸŸ©β¬›β¬›
β¬›πŸŸ©πŸŸ©πŸŸ©πŸŸ¨
🟩🟩🟩🟩🟩

output:

5 rows of five blocks. The 1st row has 2 , 1 yellow, 1 , and 1 yellow squares. The 2nd row is all squares. The 3rd row has 2 , 1 green, and 2 squares. The 4th row has 1 , 3 green, and 1 yellow squares. The 5th row is all green squares.

Screenshot_20220111-112811

Support for other spinoffs of Wordle

Background

We have a Bahasa Melayu (Malay language) spinoff of Wordle called Katapat: https://projecteugene.com/katapat.html made by @darkfoxdx.

Katapat outputs the following:
image
or alternatively, in text (the colored squares emoji are unfortunately not supported in GitHub):

Katapat 3 3/6

⬛⬛Yellow square Yellow square⬛
Yellow square Green square Yellow square Green square Yellow square
Green square Green square Green square Green square Green square

Issue

However, this tool fails to parse it because "Katapat" is used in place of "Wordle":
image

Suggestion:

Add the ability to automatically parse names other than "Wordle", and generate the appropriate alt text with the parsed name.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.