Build Pong in the Terminal Series
Building Pong in the Terminal

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...

14 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...