Building Games: 3 Months vs. 3 Days with LLMs

2025-08-25

A software engineer with 15 years of experience built two web-based card games based on Argentinian card games in his spare time: one in 3 months, the other in 3 days. The first, Truco, was built entirely by hand using Go for the backend and React for the frontend. The second, Escoba, leveraged the power of LLMs (Claude) to drastically reduce development time for the backend. The author details the process using Go, WASM, and React, providing a minimal Tic-Tac-Toe game as a starting point to encourage others to try game development.

Game