Home Forum Resume Guides

Source Codes


These are some of the source codes of some of my projects. more sources can be found under the private section which are by default are inaccessible. You will find many mods/addons I made here, namely for Starcraft,Minecraft and MGRR.

SCHizOS Cover Art

My os which I made from scratch. Includes sound playing, mapped interrupts, command system, process system, scheduling and most of std libs reimplemented.

C
x86
Siege Mod Cover Art

A mod which adds catapults, sausages and a lot more.

Java
Minecraft
Compiled
Tasnádi Sam Cover Art

Adds Tasnádi Sam, the master of analysis as a boss to MGRR / Beadja Tasnádi Sam-et, az analízis mesterét bossnak az MGRR-be.

Mod
MGRR
AI model Cover Art

My biggest project yet. I am developing an AI which is capable of training itself rapidly and can associate meanings. The AI will only learn from a "trusted" partner. Currently includes memory.txt only.

Python
Utility
Experimental
Asteroids Cover Art

The source code and the executable of my project I made for the first semester of the university. The game is a remake of asteroids with top-list, explosions and more juice.

C
Pyramid code art

A program which draws a rotating pyramid in 3d to the console, while the original code is maintaining the solid shape of a pyramid.

C
C++ Raycaster art

A half-complete game. The base raycaster engine is fully completer, supports floors,roofs,wall textures, cutouts and reflections with a clever trick!

C++
Quantum Circuits art

Implementation of some quantum algorithms in Python using Qiskit library.

Python
Quantum computing

The source code of my "optional tasks" I made for the first semester of the university.

C

The source code of my tasks I made for the first semester of the university.

C

Contains my unfinished C projects, altough these are not done yet, you may find something you can use.

C

A very basic, RSA algorithm implementation. Only works with small numbers due to implementation with INT32.

C

Purely for informational purposes.

C++
VB

A CSS library which helps you add icons like these: Download it from here OR import from Cdn:

<link rel="stylesheet" href="https://afghangoat.hu/imports/icon_tags.css">

Utility
CSS

Implementation of some physics functions in lua. Contains Hungarian and English comments.

Lua
Utility

A basic webscraper made in Go. It was a practice but I decided to upload it here in case if someone needs it.

Go
Utility

Purely for informational purposes.

Java
Minecraft

A visual program which converts .glb and .gltf file geometry data to JSON format. I used this in my Javascript neural network project.

THREE js
-->

Purely for informational purposes.

Python
-->

An old prototype which turned out to be merely a test.

C#
Fun

A python script which counts the source code file lines in a directory, supports most languages used in web. Usage: 'python countlines.py'

Python
Utility
Fun

Generates documentations from comments in this format: \\! \\? and \\- . Usage: 'python doc_generator.py'

Python
Utility

WSAD to move and press enter to register movement. A very basic C program, my first C game you can say.

C
Fun

An OpenGL demo which showcases function graphing and calculating integrals. Made for university.

C

A very basic assembly interpreter with configurable amount of registers.

C
Fun

An old project of mine. My first C++ and Windows specific application.

C++
Fun

This is a vastly modified version of the sleep sort algorithm. I poured all my cruelty and malice and my will to dominate in this algorithm.

Js
Utility
Fun

A program prints matrices and transponed in Algol.

Algol

GCD and Euler totient implementation in Lisp.

Lisp

A collection of my commands and contraptions. I have made a lot of them, ranging from procedural structures to custom gamemodes. They are outdated but you can port it to other versions.

Minecraft
Fun

This is a plugin for minecraft 1.16 under Java 8. Planet 4 generator is aiming to recreate the terrain from Alien covenant. In order for this to take effect put this in your bukkit.yml file:

worlds:
  world:
    generator: Planet4Generator

Java
Minecraft
Compiled

This is a plugin for minecraft 1.16 under Java 8. An improved/remastered version Planet 4 generator. In order for this to take effect put this in your bukkit.yml file:

worlds:
  world:
    generator: Planet4Generator

Java
Minecraft
Compiled

This is a plugin for minecraft 1.16 under Java 8 which aims to recreate the terrain of Mars with some spice. In order for this to take effect put this in your bukkit.yml file:

worlds:
  world:
    generator: MarsGenerator

Java
Minecraft
Compiled

This is a plugin for minecraft 1.16 under Java 8 which aims to recreate the terrain of Coruscant. This is an early version and does not contain a lot of features. bukkit.yml file:

worlds:
  world:
    generator: CoruscantGenerator

Java
Minecraft
Compiled

A very basic code interpreter in Haskell. It has 12 commands, 10 of them are move 1 to register X.

Haskell

A simulation of the gameplay of Among Us made in ruby.

Ruby
Fun

A math library reimplementation in fortran. Most of these functions are already existing under fortran but I gained knowledge whilst making them.

Fortran
Utility

A file formatter I made using COBOL while I was still learning.

COBOL

A silly string to (balanced) btree converter made in Pascal. It has not much use as it just converts the string to an unreadable mess.

Pascal

An 'Use map settings', defender and invader type of map for 2 players.

Broodwar map
Fun

An 'Use map settings', experimental base defender gamemode.

Broodwar map
Fun

The most scuffed 8 player map you will ever see.

Broodwar map
Fun

A fairly balanced 8 player island map. Contains very limited buildable terrain.

Broodwar map
Fun

You control a bureaucratic zerg system where you need capital, and votes to end war as a business. Contain Hungarian translation.

Broodwar map
Fun

An alien inspired Zerg adventure map.

Broodwar map
Fun

A fun, but imbalanced 4 player FFA map.

Broodwar map
Fun

Defend the onslaught. Can be played by 3 players max.

Broodwar map
Fun

A Blizzard balance tier 8 player FFA map.

Broodwar map
Fun

A 4 player adventure maps where one player takes the role of a temple guardian whose only goal is to destroy the explorers who try to steal from the temple.

Broodwar map
Fun

An extremely air heavy 1v1 map.

Broodwar map
Fun

A 3v3 FFA or team map. Beware of tight chokepoints.

Broodwar map
Fun

A custom campaign where you control the aliens who are trying to conquer all that was left.

Broodwar map
Fun

A custom campaign where you control the aliens who are trying to conquer all that was left.

Broodwar map
Fun

A custom campaign where you control the aliens who are trying to conquer all that was left.

Broodwar map
Fun

Your goal is to survive against some buffed Zerg AIs.

Broodwar map
Fun

A remake of COD Zombies in StarCraft.

Broodwar map
Fun
Go back to main page