No description provided
This repository has been archived on 2026-09-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-15 00:24:30 +00:00
app feat: full linkedlist implementation 2022-12-10 20:00:49 +00:00
gradle/wrapper feat: simple menu system 2022-12-06 19:58:48 +00:00
.gitattributes feat: simple menu system 2022-12-06 19:58:48 +00:00
.gitignore feat: simple menu system 2022-12-06 19:58:48 +00:00
gradlew feat: simple menu system 2022-12-06 19:58:48 +00:00
gradlew.bat feat: simple menu system 2022-12-06 19:58:48 +00:00
README.md add README.md 2026-09-15 00:24:30 +00:00
settings.gradle feat: simple menu system 2022-12-06 19:58:48 +00:00

Simple Menu System

I'm not quite sure what I was thinking when I did this, or when exactly this code came to be. It's terrible stuff, naturally. OOP Java implementing a bizarre menu system, with an attempt at some sort of ergonomic API. The custom linked list implementation has no redeemable qualities and was probably just written as a learning exercise.

Don't take anything from this, I'm archiving it now. Just making it public because, well I dunno really.