Projects
Here are some of the things I have been working on recently:
- Pokédex CLI – A command line interface for the Pokédex
- Web Crawler – A web crawler that generates a report to show internal linking profile and outputs a csv file with the results
- Maze Solver – Generate a maze and solve it using depth-first search
Weekend Projects¶
Some of the smaller projects that I have indulged in during the weekends:
- Color Image to ASCII Art Converter in Go – A simple image to ascii art converter that allows displaying color images in the terminal
- Pong War - Yin and Yang Edition – A simple pong game written in Python