https://github.com/mkhan45/ssh_game
Multiplayer Tic-Tac-Toe & Connect 4 over SSH
https://github.com/mkhan45/ssh_game
connect-4 elixir ssh tic-tac-toe
Last synced: about 1 year ago
JSON representation
Multiplayer Tic-Tac-Toe & Connect 4 over SSH
- Host: GitHub
- URL: https://github.com/mkhan45/ssh_game
- Owner: mkhan45
- License: mit
- Created: 2022-05-09T19:56:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T19:52:26.000Z (about 4 years ago)
- Last Synced: 2025-01-16T07:13:04.579Z (over 1 year ago)
- Topics: connect-4, elixir, ssh, tic-tac-toe
- Language: Elixir
- Homepage: ssh://ssh-game.fly.dev
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSH Games
To join a connect four game, `ssh ssh ssh-game.fly.dev`, leave the password blank, and make/join a room
## Deployment
Use mix releases:
```
git clone https://github.com/mkhan45/ssh_game
cd ssh_game
mix release
./_build/dev/rel/ssh_ttt/bin/ssh_ttt daemon
```
## Architecture
Something like this
