Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frectonz/hazarda_en_elixir
A random number game implemented in Elixir.
https://github.com/frectonz/hazarda_en_elixir
elixir nix random-number-game
Last synced: 7 days ago
JSON representation
A random number game implemented in Elixir.
- Host: GitHub
- URL: https://github.com/frectonz/hazarda_en_elixir
- Owner: frectonz
- Created: 2024-05-18T12:37:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T14:11:12.000Z (7 months ago)
- Last Synced: 2024-11-14T10:36:48.640Z (2 months ago)
- Topics: elixir, nix, random-number-game
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HazardaEnElixir
A random number game implemented in Elixir.
```bash
nix run github:frectonz/hazarda_en_elixir
```[![asciicast](https://asciinema.org/a/660005.svg)](https://asciinema.org/a/660005)
## How to Build
```bash
nix develop
mix run game.exs
```