Build Pong in the Terminal Series
Building Pong in the Terminal
Building Pong in Your Terminal: Part One

16 minute read

Learn how to build a Pong game in your terminal using Golang and the tcell package. This tutorial covers the basics of creating a game, including writing tex...

Building Pong in Your Terminal: Part Two

13 minute read

Learn how to build a version of Pong that you can play in your terminal using Golang. This tutorial covers adding paddles, players, a score, and game logic t...