-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,21 @@ | ||
# Demo | ||
# Waffle Solver | ||
|
||
## Starting the Server | ||
|
||
To start your Phoenix server: | ||
|
||
* Install dependencies with `mix deps.get` | ||
* Create and migrate your database with `mix ecto.setup` | ||
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server` | ||
|
||
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. | ||
|
||
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html). | ||
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser and the waffle Solver app will be ready. | ||
|
||
## Learn more | ||
## Waffle Game context | ||
|
||
* Official website: https://www.phoenixframework.org/ | ||
* Guides: https://hexdocs.pm/phoenix/overview.html | ||
* Docs: https://hexdocs.pm/phoenix | ||
* Forum: https://elixirforum.com/c/phoenix-forum | ||
* Source: https://github.com/phoenixframework/phoenix | ||
Waffle is an online puzzle game that is an advanced variation of Wordle, an online puzzle game that went viral during 2021 ish. | ||
|
||
# Feature TODOs | ||
|
||
* Initial Data Entry | ||
* Uncapitalize all input-letters | ||
* Limit input fields to one single character | ||
* Show Options | ||
* Select Assumptions (Optional?) | ||
* Show Swap Recommendation Path | ||
* BOARD STATE MANAGEMENT | ||
* HOST the state in the top component | ||
* show FEEDBACK based on that component | ||
* toggle FEEDBACK based on that component | ||
* updated CHARACTERS based on user input | ||
* Final submission for Solving ! | ||
* Translate color to number; user data to solver | ||
Links: | ||
|
||
* [Wordle](https://www.nytimes.com/games/wordle/index.html) | ||
* [Waffle](https://wafflegame.net/) |