This is a collection of personal projects and assignments in go.
- AoCPractice
- A small collection of Advent of Code exercises.
- examples
- A few small example projects to test out different concepts.
- imageFilter
- A CLI tool to apply various filters to an image.
- linkedList
- My own implementation of a linked list data structure.
- snake
- An (unfinished) snake game using the bubbletea framework.