SheepTester
Hello, I am a student (UCSD Sixth '25, Gunn '21). I like to program in HTML.
San Diego, CA
Pinned Repositories
N-lang
A strongly-typed programming language by the N building with a general-purpose use
elimination
Aka assassination
a-star
Epic implementation of A* in SCHEME (Racket)
baby-moofy
A Discord bot in Go that uses Markov chains and listens to conversations to learn how to speak
htmlifier
The HTMLifier "converts" Scratch 3.0 projects to an HTML file by putting all the project data and the entire Scratch engine into one enormous file
primitive-cloud-server
A primitive Node server for Scratch 3.0 cloud variables; it's not made for large-scale projects and can easily be tricked by those pesky JavaScript programmers
scratch-gui
Graphical User Interface for creating and running Scratch 3.0 projects - modified by SheepTester to allow externally loaded extensions
sheeptester.github.io
What you see when you go to this site ->
words-go-here
Now a miscellaneous repository that houses various projects
hh23-rhythm
SheepTester's Repositories
SheepTester/ascended-cat
Scratch for three.js
SheepTester/baby-moofy
A Discord bot in Go that uses Markov chains and listens to conversations to learn how to speak
SheepTester/scratch-paint
Paint editor for Scratch 3.0 (forked for 16:9 - see 16-9 branch)
SheepTester/scratch-svg-renderer
Scratch SVG renderer
SheepTester/a-star
Epic implementation of A* in SCHEME (Racket)
SheepTester/multiplayer-datapack
Hosts an HTTP server for collaborative Minecraft datapack editing using the Monaco editor
SheepTester/ornery-bot
With whois from HarVM and wisdom of Wise Guy
SheepTester/blog
Build a Jekyll blog in minutes, without touching the command line.
SheepTester/dumb-multiplayer-server
Using WebSockets for some epic communication skills
SheepTester/mods
Minecraft mods made from YouthDigital's Mod Design 1 course in 2015
SheepTester/olamreee
Olamite periodic table editor
SheepTester/sheep-sim
Infection simulator because it's trendy
SheepTester/thingkingland
An archive of my first HTML projects
SheepTester/yesnt
Escape from the YES program before their psuedoscientific methods overtake your vagus nerve!
SheepTester/assembly
No electronic devices allowed
SheepTester/blocques
Blocks
SheepTester/colour-previewer
An HTTP server that previews colours given their hex values
SheepTester/dating-sim
[ABANDONED] Attempt at a Gunn Confessions game
SheepTester/evo
[ABANDONED] Attempted at some evolution simulators
SheepTester/falling-sand
falling sand
SheepTester/flex10-protect
[ABANDONED] Attempt at a game about whatever happened in the FLEX10 Schoology course
SheepTester/intuitive-gunn-website
[ABANDONED] Attempt at a game
SheepTester/poorcord
A highly verbose Discord bot configuration language in TypeScript using Nearley
SheepTester/reiglutopia
[ABANDONED] Attempt at a tycoon game (named after Reiglu, our first lava dragon in DragonVale)
SheepTester/server-dancing
Playing around with backend stuff
SheepTester/skejl
[ABANDONED] A schedule app
SheepTester/thirty-eight
Expert project for creative writing oof
SheepTester/toki-pona
mi wile sona e toki pona. mi pali e ilo nimi
SheepTester/vanilla-worldgen
Unzipped version of https://github.com/slicedlime/examples/blob/master/vanilla_worldgen.zip so it's easier to review diffs between versions; generated by https://github.com/SheepTester/hello-world/tree/master/slicedlime-vanilla-worldgen
SheepTester/word-prediction
Using epic markov chains, tries to predict the word that comes next using words from a given dataset. For the Analysis project