Skip to content
View sbnh1's full-sized avatar
  • France

Highlights

  • Pro

Block or report sbnh1

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
sbnh1/README.md

Hi 👋, I'm sbnh1

3rd Year IT Student

  • ⚡ About Me:

    • I enjoy working with the C programming language and learning new things.
    • I’m always eager to explore new technologies and improve my skills.
    • I love solving challenging problems and turning ideas into functional projects.
  • 🎮 Pulse Runner:
    Pulse Runner is a fast-paced platformer inspired by Geometry Dash. In this game, you control a cube that moves horizontally through levels filled with obstacles and spikes. The goal is to avoid these obstacles by jumping at the right time.
    Players can unlock new skins and levels by completing stages, and the game features a shop to customize your character's appearance.
    You can find the project here: Pulse Runner.

  • 🛠️ Twisk:
    Twisk is a queue simulation tool that allows users to design and test their own workflows. Built with Java for the GUI (JavaFX) and using C for client simulation via multithreading, it integrates both with JNI.
    Users can design custom workflows, configure client arrival rates, and simulate client processing in real-time. The app supports saving and loading simulation worlds as .json files.
    You can find the project here: Twisk.

  • 🔭 I’m currently working on Crazy Potion, a web application for exploring, searching, and managing drink recipes through an ingredient hierarchy, with features like personalized favorites and user accounts.

Pinned Loading

  1. Pulse_Runner Pulse_Runner Public

    A Geometry Dash-inspired video game developed in C

    C

  2. Twisk Twisk Public

    Twisk: A queue simulation tool developed in Java and C, using multithreading to model and test client workflows.

    Java