This repository contains code examples from my blog posts at https://medium.com/@tim_little
Currently, this repository includes:
- go-gameoflife - A Go implementation of Conway's Game of Life
- go-asteroids - A Go implementation of the classic Asteroids arcade game
- go-watersim - A Go implementation of a 2D water simulation
More projects will be added as I publish new blog posts with accompanying code examples.
Each project directory contains the complete source code discussed in the corresponding blog post, along with any necessary documentation and build instructions.
Found a bug? Have an idea for a new project? Want to collaborate on something interesting? I'd love to hear from you! Feel free to open an issue, submit a pull request, or reach out to discuss potential collaborations.