An open API service indexing awesome lists of open source software.

https://github.com/raulpe7eira/ex_wordle

Indie Courses: Building Wordle Game with Elixir and Phoenix LiveView by Thiago Ramos
https://github.com/raulpe7eira/ex_wordle

elixir game liveview phoenix wordle

Last synced: about 1 month ago
JSON representation

Indie Courses: Building Wordle Game with Elixir and Phoenix LiveView by Thiago Ramos

Awesome Lists containing this project

README

        

# ExWordle

This code corresponds to the [Indie Courses: Building Wordle Game with Elixir and Phoenix LiveView](https://indiecourses.com/catalog/54c9e6b0-f39e-43a5-b775-a0de3f634b58) by [Thiago Ramos](https://twitter.com/thramosal).

> The project simulates a Wordle game.

## Compilation, tests, and runs

```bash
$ cd ex_wordle
$ asdf install
$ mix compile
$ mix test
$ iex -S mix.server
```

## Snapshot/Demo

![snapshot](https://github.com/raulpe7eira/ex_wordle/assets/456260/4c8ad159-884d-4fbb-8d2b-f4731e52d94a)


video demo