I made a CLI learning app!
It allows you to create or import courses and then repeatedly answer the questions in them.
If getting good grades this school year is something you're interested in, check it out: github.com/robinafro/learning-cli
Created a 'habit manager' CLI app that forces you to do stuff using push notifications!
You can set habits that you want to do throughout the day and it'll remind you of them.
Check it out here: github.com/my-hack-club-projects/habit-mgr
Made a widget system in HTML/JS that can be used as your desktop wallpaper, browser start page, or anywhere else!
Currently has a time/weather widget and a local music player (I use the music player daily now and I think it's pretty good!).
Installation is super easy, since the backend runs in Python (none of those annoying javascripts!)
Get it here: github.com/my-hack-club-projects/homescreen
I made a simple, interpreted programming language in Rust: github.com/my-hack-club-projects/rust-vm
It has the basic features you'd expect, such as while loops, variables, functions, etc... I plan on making it a math-oriented programming language in the future.
Wrote my own VM (VM as in JVM, not virtualbox lol) that interprets basic instructions into Rust functions. Planning to turn it into a fully-fledged small programming language, but that's gonna take time.
github.com/my-hack-club-projects/rust-vm
My coolest game yet
Created a top-down shooter game where you defend against waves of enemies, which get stronger and stronger with each wave!
I would be very happy if you guys check it out!github.com/my-hack-club-projects/wave-shooter/releases/tag/v1.0also made a cool little trailer for it:
Created a programming language that adds OOP to Lua. It's fully reverse-compatible and just adds new syntax.
Repo: github.com/actulurus/oolua
Some example syntax:
I added social authentication, payment plans and a lot of similar registration stuff to my project manager app: github.com/my-hack-club-projects/project-manager/tree/stripe
Going to work on bug fixes and integrating the subscription tiers next!
I made a very simple auto-uploader script for all the people working with images or STL files: github.com/my-hack-club-projects/auto-uploader
When run, automatically uploads all the files in a git repo to GitHub.
Update 2 of my project manager!
Redesigned buttons, added custom confirmation dialogs, implemented drag-and-dropping of tasks and milestones, and more!
Live demo hopefully coming soon, for now, repo link: github.com/my-hack-club-projects/project-manager
I created a pretty cool project management app!
This is just an MVP containing the most important features, but later, you will be able to create work sessions, add due dates to tasks, create a schedule, and more!
There is no live demo as of now, but you can check out the repo if you want to!
Repo: github.com/my-hack-club-projects/project-manager
A breakout game, except the blocks follow the rules of Conway's game of life!
I created this MVP in less than 24 hours for fun. I'm gonna be working on a v1.0 update that fixes some known bugs and adds compatibility features, but for now, I think this turned out pretty well.
Feel free to check it out, there are pre-compiled binaries on the GitHub release page:
github.com/my-hack-club-projects/conway-breakout/releases/tag/v0.9