Skip to content
View sarahkittyy's full-sized avatar
🐈
🐈
  • Massachusetts
Block or Report

Block or report sarahkittyy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sarahkittyy/README.md

hi!! i'm sarah (she/her, 22)

welcome to my github!! i started developing around first year of HS as a hobby and it's been a huge passion of mine ever since.

i love backend development, rust, C, typescript, i love to make games and libraries, abstractions, and every new project is a learning experience.

notable repos!

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

try it! download the game here

you can find the completely open-source repository here

image image

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.

made with C + assembly <3

when i first started learning c++ i always wanted to get into opengl, so i took a while and taught myself a decent bit!

i used that knowledge to create a small little voxel engine (think minecraft)!

made with cpp + opengl <3

contact

you can email me sarah@fluffycat.gay

Pinned

  1. blockquest-remake blockquest-remake Public

    blockquest.net remake in C++

    C++ 6

  2. mrboard mrboard Public

    Marble Race Community Site

    Vue 2

  3. p2pg p2pg Public

    peer2peer archery dueling browser game

    Rust 1

  4. voxels voxels Public

    OpenGL/C++ voxel engine

    C++ 1

  5. s3 s3 Public

    C++ 3D graphics library inspired by SFML.

    C++ 2

  6. logical logical Public

    Library to create and simulate logic gates and circuits.

    C++