Skip to content
View martinteoharov's full-sized avatar
👾
👾

Highlights

  • Pro
Block or Report

Block or report martinteoharov

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

Hey there, I'm Martin! 👋

Recently received my BSc degree in Computer Science from the University of Surrey (UK).

Currently employed at Royal Surrey NHS Foundation Trust.

I would usually work on something that I deem beneficial for the world or on a creative project for my personal enjoyment.


Focusing on:

  • PixPox: A Game Engine written in rust, built around the concept of simulating every pixel using cellular automaton rules.
  • tiny-track: A tiny web platform analytics tracker.
  • My full-time job.

Read more about my interests, projects and achievements on https://martinteoharov.com

Pinned

  1. PixPox PixPox Public

    PixPox is a 2D Modular Game Engine built around the concept of each pixel on screen being simulated using Cellular Automata rules.

    Rust 4

  2. tiny-track tiny-track Public

    Tracks user engagement on online platforms

    TypeScript 1 1

  3. tenabl tenabl Public

    Tenabl is a web application and browser extension which allows readers to share their opinion about arbitrary articles on the internet, as well as provide statistics on the public's opinion of said…

    TypeScript 6

  4. hangman-assembly-safe hangman-assembly-safe Public

    The popular hangman game implemented in raw assembly. It was a fun little first year university project!

    Assembly

  5. a-raylib-project a-raylib-project Public

    An old attempt at creating a video game engine without prior knowledge of design patterns. Rough but has a special place in my heart so I'm leaving it pinned.

    C 1

  6. non-contigous-segmented-mmu non-contigous-segmented-mmu Public

    Virtually simulated non-contigous segmented memory management system implemented in Java. Fun first year university project!

    Java