An open API service indexing awesome lists of open source software.

https://github.com/jezreal-dev/ropa-sci-frontend


https://github.com/jezreal-dev/ropa-sci-frontend

Last synced: 11 days ago
JSON representation

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
\```