Some projects I've published on GitHub
  • 2048

    https://2048.dornhecker.me

    2ī¸âƒŖ An almost complete 2048 clone

    • 2048
    • game
    • web
  • chao

    🍏 This is my toy lisp implementation

    • interpreter
    • lisp
    • repl
    • rust
  • chip8

    đŸ•šī¸ chip-8 emulator written in Rust

    • chip-8
    • emulator
    • rust
  • filesoup

    https://filesoup.io/

    🍲 A webtorrent based file sharing service

    • file-sharing
    • peer-to-peer
    • react
    • rocket
    • webtorrent
  • obf

    🧠 obf is a Brainfuck interpreter using LLVM written in OCaml

    • brainfuck
    • interpreter
    • jit
    • llvm
    • ocaml
  • rbf

    âš™ī¸ A fast, optimizing JIT interpreter for brainfuck

    • brainfuck
    • dynasm
    • jit
    • rust