You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an online level-sharing platformer community. players sign up, build levels, submit them, play eachother's levels, set records, and vote for the best levels.
frontend/game in c++ with SFML, ImGui, backend uses express/postgres/prisma
a full-stack app i developed for a small little game i like called marble race!
the game has built-in levels, and user-created levels, but only the default levels have leaderboards. so, i built this site for people to upload their game replay files! it's a sort of "unofficial leaderboard" ^^
made with vue + mysql + express + typescript + vuetify <3
A 2d top-down multiplayer combat game with a simple gameplay loop. Plays in browser on both mobile and PC.
Connections are fully peer-2-peer. Uses deterministic gameplay logic to rollback and resimulate the game when opponents go out of sync, leading to a very smooth real-time experience.
Written in rust with bevy, and ggrs, and compiled to WASM.
a WIP x86 operating system i'm developing in spare time. currently implements paging, interrupts, key handling, etc.
my goal is to implement multi-process support, add a c compiler, a filesystem, and a text editor, and allow myself to fully write code for the os, inside the os.