Skip to content

zro404/ucpong

Repository files navigation

Unnecessarily Complicated Pong

UCPong is just slightly over-engineered pong built to explore how HTMX and Golang work together for real-time web applications.

Powered by dynamic updates from HTMX and backend game logic from Golang’s concurrency.

screenshot screenshot screenshot

Usage

Originally built with Go 1.24

1. Clone the repo

git clone https://github.com/zro404/ucpong.git
cd ucpong

2. Install Go Dependencies:

go mod tidy

3. Run the Server

go run .

About

Slightly over-engineered pong built to explore HTMX and Golang

Topics

Resources

License

Stars

Watchers

Forks