Simple Projects
02 Feb 2025
I’ve made several small programming projects over the years. Most are incomplete. Not all of them represent the best in coding practices. But I would like to do more hobby programming. Even as automated programming tools become more and more powerful, I would like to remember that programming can have a simple fun to it. With that in mind, here are some of the projects I’ve made over the years that have made me glad.
Miscellaneous
‘Digital Loom’: A way to visualize what different weaves look like. Satin weave is not correct. (JS)
‘Cellular Automata’: An attempt to make a cellular automata where you can step through step by step. (JS)
Games
‘Big Mama’: A jquery-based turn-based text game. It has a rudimentary battle system. (JQUERY)
‘snaketime’: An attempt to make a vanilla javascript based game engine. Features overworld navigation and a rudimentary battle system. Not complete. (JS)
‘The Country Game’: Play a game with the computer. (JS)
Language-Based Projects
‘LexSet’ - Now a full-fledged React app. Count the amount of times a lexical set appears in a text. Count the frequency of a phone in a text. Uses a Python-based API. (Angular + Python)
‘Dual Learning’ - Not quite a programming project, but I felt it belonged here. Code generated with ChatGPT. Paragraph-aligned website for language learning. (JS)
‘krad’ - A kanji analyzer. (Python)
‘shefy’ - Turn masculine-gendered text to feminine-gendered text. (JS)
‘fetchtext’ - Command-line-tool to use Apple OCR for mass amounts of documents. (Swift)
‘scraper’ - Scrape a site for song lyrics. (Python)
I want to make more projects to have fun.
Tags: programming