Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steele232 committed Jan 23, 2023
1 parent cd74e5a commit a8ca215
Showing 1 changed file with 9 additions and 24 deletions.
33 changes: 9 additions & 24 deletions README.md
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/)

0 comments on commit a8ca215

Please sign in to comment.