Ember implementation of the game

Related tags

React ember-wordle
Overview

wordle

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone this repository
  • cd wordle
  • yarn install

Running / Development

Tailwind's JIT-mode will update automatically

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • yarn lint
  • yarn lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

You might also like...

Bootstrap for Ember.js

Please use our CLI-ADDONS instead We rewrote almost all components from scratch and packed them as Ember-Addons, Please avoid using this project and u

Nov 17, 2022

Rich components for Ember.js framework.

Ember Components Ember Components is a comprehensive set of rich web components written purely in Ember.js that let you create an astonishing UI for a

Dec 18, 2020

Bugsnag integration for Ember applications.

Ember Bugsnag Bugsnag integration for Ember applications.

Apr 28, 2022

A demo app to illustrate core and latest concepts in Ember.js

ember-workshop A demo app to illustrate core and latest concepts in Ember.js Setup Installation Clone this repo. git clone [email protected]:ijlee2/ember

Dec 17, 2022

Codemod to un-pod Ember apps, addons, and engines

ember-codemod-pod-to-octane Codemod to un-pod Ember apps, addons, and engines Usage Step 1. Quickly return to default Octane. cd your/project/path n

Nov 30, 2022

This command line helps you create components, pages and even redux implementation for your react project

This command line helps you create components, pages and even redux implementation for your react project

react-help-create This command line helps you create components, pages and even redux implementation for your react project. How to install it? To ins

Dec 10, 2022

KochSnowFlake - implementation of Koch Snowflake with React+ TS

KochSnowFlake - implementation of Koch Snowflake with React+ TS

Koch Snowflake if you just want to play with it, follow, FOLLOW THIS LINK if you are curios about math of this project, FOLLOW THIS LINK installation

Mar 13, 2022

Plock is a responsive masonry layout implementation for React. Very simple to use and easy to understand.

Plock is a responsive masonry layout implementation for React. Very simple to use and easy to understand.

About Plock 🌈 Plock is a responsive masonry layout implementation for React. Very simple to use and easy to understand. Can I see a demo? 👀 The demo

Dec 9, 2022

An implementation of React v15.x that optimizes for small script size

react-lite Introduction react-lite is an implementation of React that optimizes for small script size. Note: react-lite dose not support React v16.x n

Dec 10, 2022
Comments
  • Duplicate letter guesses not evaluated in the correct order (1/25/22 spoilers)

    Duplicate letter guesses not evaluated in the correct order (1/25/22 spoilers)

    Puzzle to reproduce: https://ember-wordle.pages.dev/2022-01-25

    If you guess a double letter where the first is in the wrong position second is in the correct position, the game incorrectly reports the first as yellow and the second as grey. image

    Instead, the first should show as grey and the second as green. image

    opened by adamkiczula 0
  • Correctly handle double letters

    Correctly handle double letters

    Reported here: https://twitter.com/andyhot/status/1485466040083619844?s=20

    The issue occurs here: https://github.com/NullVoxPopuli/ember-wordle/blob/main/app/components/board/state/actions.ts#L108

    So, because includes is used, if you guess double correct letters, they'll both have the same result (yellow or green), when a guess should only have one match per letter.

    For example, if you guess apple, and the answer is pizza, only the first p in apple should be highlighted

    bug help wanted good first issue 
    opened by NullVoxPopuli 0
  • Custom Wordle keyboard

    Custom Wordle keyboard

    The real wordle game implements a custom keyboard UI that has the following characteristics:

    • letters that have not been guessed yet are grey
    • letters that have been guessed that are in the word and in the correct position are green
    • letters that have been guessed that are in the word but not yet guessed in the correct position are yellow
    • Letters that have been guessed but are not in the word are dark grey
    • you can’t guess special characters, emoji, digits, etc

    I’ll probably PR this at some point if someone doesn’t beat me to it ❤️

    opened by steveszc 3
Owner
I like code.
null
Ember.js addon allowing you to easily implement non-CRUD actions for your Ember Data models

@mainmatter/ember-api-actions This is an Ember.js addon allowing you to easily implement non-CRUD actions for your Ember Data models. Compatibility Em

Mainmatter 6 Dec 15, 2022
Ember implementation of the game

Ember implementation of the game

null 9 Apr 27, 2022
The ember implementation of UIkit

ember-uikit This addon is a wrapper for the CSS library UIkit which exposes certain components to give users an easy way for using UIkit in ember apps

Adfinis 25 Oct 20, 2022
Ember implementation of Google's Material Design

No longer maintained This project is no longer maintained. For an up-to-date material design project, please use Ember Paper. Ember-material-design Th

Mike Wilson 121 Mar 1, 2022
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!

Build bulletproof UI components faster Storybook is a development environment for UI components. It allows you to browse a component library, view the

Storybook 75.8k Jan 4, 2023
An accessible dropdown component for use in Ember apps.

ember-a11y-dropdown This is an accessible dropdown that you can use in your Ember app for a menu dropdown. I'm making it so people can stop using the

Melanie Sumner 2 Feb 10, 2022
Demonstration of how to use statecharts as and with actors in Ember.js

statechart-actors This app demonstrate how we can use ember-statecharts and XState's actor feature together. The demo-use case: Show a blog posts over

Michael Klein 3 Jan 9, 2022
An Ember CLI Addon that provides a variety of UI components.

We use https://waffle.io/softlayer/sl-ember-components to work our issues. What sl-ember-components is An Ember CLI Addon that provides UI components

SoftLayer 115 May 7, 2022
Official Semantic UI Integration for Ember

Semantic-UI-Ember This is the official Ember library for the Semantic-UI modules. Support The NodeJS and EmberJS versions respective tags are tested o

Semantic Org 335 Oct 1, 2022
Material Design Lite for Ember.js Apps

ember-material-lite Google's Material Design Lite for Ember.js apps This addon requires ember >= 1.11.0 Installation # ember-cli < 0.2.3 ember install

Mike North 148 Dec 17, 2021