Skip to content
View magicelk235's full-sized avatar

Highlights

  • Pro

Block or report magicelk235

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
magicelk235/README.md

Hi, I'm Yehonatan Cohen

Hobbies

Skiing.
Designing complex systems.
Hiking.
Solving annoying problems.
Playing Tennis.

Education


AI and data science student at Tel Aviv University.
Majoring Cyber, Computer Science and Physics.

Projects

HolyC++, an x86-64 assembly compiler.
WorldSpawn Engine, a 2d game engine built in Python.
Viaduct CLi, a cli tool that converts Chrome extensions to Safari ones.
Nasm Extension, a vscode extension adding support for writing Nasm.
PalPal, a Python tool for converting images to db format byte.
WorldSpawn Game, an online open world game build in python.

Tools and languages

javascript logo c logo cplusplus logo python logo java logo csharp logo linux logo docker logo bash logo git logo discord logo github logo typescript logo react logo html5 logo css logo markdown logo cmake logo swift logo

Contact Me

Pinned Loading

  1. Worldspawn-engine Worldspawn-engine Public

    Worldspawn is a game engine build for 2d games

    Python 2

  2. HolyCpp HolyCpp Public

    HolyC++ is a compiled programming language that targets x86-64 Linux. It compiles down to native x86-64 machine code via Nasm.

    Assembly 1

  3. Worldspawn-game Worldspawn-game Public

    Worldspawn game is the original idea of Worldspawn, This repo is a game created by Worldspawn engine

    Python 1

  4. NASM-x86-64-Extension NASM-x86-64-Extension Public

    Writing assembly shouldn't mean fighting your editor. This extension gives you proper syntax highlighting, hover docs, and autocomplete for NASM x86-64, the kind of tooling you'd expect for any mod…

    TypeScript

  5. Viaduct-CLI Viaduct-CLI Public

    A command-line tool that converts a Google Chrome extension into a Safari Web Extension

    JavaScript