Pinned Repositories
4bit-red-alert
A Wrath of Khan-style Red Alert done in the style of 16 color Tandy 320x200 graphics, emulating palette cycling in PyGame.
bouncing-ball
A bouncing ball animation I originally made for a Flash ad, and converted the bouncing ball part over to HTML5.
circles
Just a simple 80s-grade-school type demo of drawing a pattern, in Tandy 1000 GW-BASIC and PyGame.
frugaltechtales
personal Hugo blog
guess-student-names
Probably one of the weirder projects I've worked on, where the idea was: I don't want to do this manually, so I'll use Python to make my life easier. And, I reasoned at the time, this might come up again in the future.
gwb-play-music
An attempt to implement a GW-BASIC-style 3-channel PLAY statement, in PyGame.
pull-wirefeeds
An old Ruby script that attempted to duplicate an old AP wire newsfeed, using a newer AP RSS feed.
pygame-fractal-mountain
A fairly faithful port of an old Compute! Magazine Amiga BASIC fractal mountain generator to Python 3 and PyGame.
regeya's Repositories
regeya/guess-student-names
Probably one of the weirder projects I've worked on, where the idea was: I don't want to do this manually, so I'll use Python to make my life easier. And, I reasoned at the time, this might come up again in the future.
regeya/4bit-red-alert
A Wrath of Khan-style Red Alert done in the style of 16 color Tandy 320x200 graphics, emulating palette cycling in PyGame.
regeya/bouncing-ball
A bouncing ball animation I originally made for a Flash ad, and converted the bouncing ball part over to HTML5.
regeya/circles
Just a simple 80s-grade-school type demo of drawing a pattern, in Tandy 1000 GW-BASIC and PyGame.
regeya/frugaltechtales
personal Hugo blog
regeya/gwb-play-music
An attempt to implement a GW-BASIC-style 3-channel PLAY statement, in PyGame.
regeya/pull-wirefeeds
An old Ruby script that attempted to duplicate an old AP wire newsfeed, using a newer AP RSS feed.
regeya/pygame-fractal-mountain
A fairly faithful port of an old Compute! Magazine Amiga BASIC fractal mountain generator to Python 3 and PyGame.
regeya/rand-passwd
regeya/scrape-cd-prices
Personal project to go through MP3 tags and try to stealthily get CD prices off of Amazon. I lost my CD collection in a housefire and have to turn prices in to insurance, but don't want to do this manually if I can avoid it.
regeya/shifting-palette
This is the result of a COVID-19 hobby project, that started with me reading up on high-color modes on early Amigas and the unofficial high-color mode on the Atari ST. I had a Tandy 1000 as a kid and these other machines made me wonder: how would Tandy have built an indexed-color machine, and how would they have pushed the hardware capabilities further? It attempts to do something realistic without restraining itself to what real hardware could do.
regeya/sop_passwd
mostly a learning experience, an attempt to build a rust project that creates a simple markov chain from /usr/share/dict/words and spits out passwords. Adapted from someone else's old perl script, it's something I've done with Ruby, Python, and others in the past.
regeya/vinyl-ripper-helper