Skip to content
View Mrnibblesg's full-sized avatar
😁
Back on track
😁
Back on track
  • Burlington, Washington
  • 02:46 (UTC -07:00)
Block or Report

Block or report Mrnibblesg

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

Welcome to my profile :)

More to come in the future.
Current project(s): TBD

Other projects: Unity voxel terrain engine: A voxel terrain generation engine built in Unity! It efficiently generates voxel-based terrain and dynamically creates meshes for them. The user can edit terrain block-by-block or in larger chunks. It's networked so you can build the app and play with friends (port 7777). It implements a custom data structure to efficiently store the voxels in each chunk.

Little flowchart app: A flow chart desktop app using the Windows API.

Chess website - A project from my Web Scripting class. The chess website implemented a fully functional chess website using a MERN stack, with socket.io added for real-time chess games. Users can create accounts, queue into matchmaking, and even spectate other games.

Protein mutation visualization site - My senior project for CS that I worked on with two other team members. The protein mutation site aims to help researchers find protein mutants suitable to be subjects of research through visualization by various protein metrics.

Multi-platformer - An old multiplayer game I made prior to working on evades.io as a volunteer dev. I made it as a proof of concept that I could make stuff. It's a basic platformer where you can login and see other players currently in the world with you. It has basic movement mechanics like double jumping and wall jumping, and you would respawn if you fell off the edge. It was made utilizing the HTML <canvas> as well as socket.io, express, nginx, and a static ip service.

Pinned Loading

  1. Chess-Site Chess-Site Public archive

    A chess website originally for my web scripting class

    JavaScript

  2. Jasonl2398/Protein_Mutations Jasonl2398/Protein_Mutations Public

    Protein mutations and visualizations senior project

    JavaScript

  3. Multi-Platformer Multi-Platformer Public archive

    A cooperative multiplayer game hosted on my raspberry pi.

    JavaScript 1