Projects
Here's a list of my projects, which can be considered my portfolio.
Projects I'm currently working on
- RVHS2024 Game Jam
Projects I'm putting on hold
- Brainfck
- Antiformatter
- csstdLib
Projects I do not intend to maintain
- Arccreate-rd
- ArcCreate Archival Project
Projects I consider complete
- String sort
- Cinitpp
RVHS Game Jam 2024
A game that utilises the themes: Deception; Symbiosis
Probably not a very good game, but at least it’s made in SDL2, so it’s, at least, a difficult game to make.
Cinitpp
A CLI to initialise a project with a single command.
It can parse a directory directly, and save it as a template for future initialisation. The templates are stored in easy to modify .json.
ArcCreate Archive
An archive of charts for ArcCreate, an emulator for Arcaea meant to accomodate fanmade charts.
The intention is to archive each chart at the end of each year, after that year's ACC (ArcCreate Charting Competition).
Meanwhile, the information within the charts are stored in an sqlite .db for future use, in case anyone wants to analyse the trends in the files.
The archive has been inherited by sarcasticallystupidscott. The database will no longer be analysed and updated.
Original: Github
Current: Github
ArcPkg-rd
A reader for .arcpkg files, that are used to store the abovementioned ArcCreate fanmade charts.
It was made for the sole purpose of making the ArcCreate Archive, not for portability nor safety. Thus, I discourage the use of the reader on unvetted files. Especially since it contains the following lines of code:

Antiformatter
A CLI that formats files. Also in a… Different way.
Written in C++, regardless of what github claims.

It's a meme project, so I set out to make it as cursed as possible.
String Sort
A CLI that sorts a string by alphabetical order. In a… Different way.
Written in C++
Brainfck
An interpreter for the esoteric programming language Brainfuck.