https://github.com/jezreal-dev/ropa-sci-frontend
https://github.com/jezreal-dev/ropa-sci-frontend
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jezreal-dev/ropa-sci-frontend
- Owner: jezreal-dev
- Created: 2026-05-13T10:27:04.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-21T14:06:51.000Z (29 days ago)
- Last Synced: 2026-06-06T03:22:28.510Z (13 days ago)
- Language: Go
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎮 Ropa-Sci
> Multiplayer Rock-Paper-Scissors CLI game in Go
## Tech Stack
- Go + Bubbletea + Lipgloss
- WebSocket multiplayer
- ASCII art UI
## Roadmap
| Week | Focus | Your Role |
|------|-------|-----------|
| 1 | Setup + team alignment | Consulted |
| 2 | Main menu screen | ★ Responsible |
| 3 | ASCII art + game screen | ★ Responsible |
| 4 | Single-player mode | ★ Responsible |
| 5 | Multiplayer UI (WebSocket) | ★ Responsible |
| 6 | Integration testing | Consulted |
| 7 | Bug fixes + polish | Responsible |
| 8 | Docs + release | Accountable |
## How to Run
\```bash
go run cmd/main.go
\```