I, like many of you, suffer from "Look at that new, shiny thing over there!" syndrome. So unsurprisingly, I have repos that touch on various topics (many Python focused). Here is a semi-organized list of some of my repos:
- 🕹️ Gaming 
- Arc Arena: Can you survive longer than your foes in the arena? A hotseat game that supports a large number of players (1-10+) on one screen.
 - arcade_examples: Example games coded using the easy-to-learn Arcade Python library for 2D games
 - arcade_screensaver_framework: A very simple Python framework for making screen savers for Windows. Uses the Arcade library.
 
 - 💻 Learning new programming languages 
- JavaCheatSheets: Java cheat sheets you can execute
 - GroovyCheatSheets: Groovy cheat sheets you can execute
 
 - 🎹 Ableton Live ClyphX Python scripting (scripting for commercial digital audio software) 
- clyphx_minimal: Example ClyphX custom user action script
 - clyphx_gniputils: General ClyphX utility commands for Ableton Live
 - clyphx_clipqueue: Trigger a sequence of clips in Ableton Live
 
 - ☕ JavaFX programming 
- JVMUberRepo: uber-ish repo that contains multiple applications and libraries, focused on games and UI tools
 
 - 🎲 Random stuff, programming experiments, half-baked utilities, etc. 
- board_game_toolbox: Tools and utilities for various board games
 - crowd_sandbox: Concurrent programming experiments with hyper simplistic "crowd" simulation
 - weather_scraper: Simple, tactical script to download historical weather data
 
 

