https://github.com/zkayser/poker_ex
Texas Hold 'Em app written in Elixir with Phoenix and OTP
https://github.com/zkayser/poker_ex
elixir phoenix phoenix-channels phoenix-framework
Last synced: about 1 year ago
JSON representation
Texas Hold 'Em app written in Elixir with Phoenix and OTP
- Host: GitHub
- URL: https://github.com/zkayser/poker_ex
- Owner: zkayser
- Created: 2016-12-18T02:54:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:29:58.000Z (over 3 years ago)
- Last Synced: 2025-05-01T12:13:15.601Z (about 1 year ago)
- Topics: elixir, phoenix, phoenix-channels, phoenix-framework
- Language: Elixir
- Size: 24.1 MB
- Stars: 61
- Watchers: 2
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PokerEx
[](https://circleci.com/gh/zkayser/poker_ex)
PokerEx is a Texas Hold 'Em game engine with a Phoenix API layer over top of it.
To run the project, fetch your dependencies and run the server:
```bash
mix deps.get
mix phx.server
```
The dev server is set to run on port 8080, but you can configure this in the `config/dev.exs`.