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
- Host: GitHub
- URL: https://github.com/raulpe7eira/ex_wordle
- Owner: raulpe7eira
- Created: 2024-03-23T22:56:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T23:07:48.000Z (about 1 year ago)
- Last Synced: 2025-02-12T07:23:59.122Z (3 months ago)
- Topics: elixir, game, liveview, phoenix, wordle
- Language: Elixir
- Homepage:
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

![]()