GPG:0x98FB82B4

Hakan Uludag


24.02.2022

Dice Fight!


Dicefight! is a tiny game that runs on the server side with Node.js which sends and receives data from a database, and tracks high scores. written in Javascript github page


28.03.2022

Escape from kars


Escape from Kars is an infinite scroller made with Unity using C#. I consider this project a personal Game Jam which I tried to finish as soon as possible. After 6 days with a simple Upgrade mechanic and Highscore system, The game became playable. APK


20.01.2022

Blob


Blob is a Javascript code that uses the p5.js library. Using a noise map with vertexes and geometrical calculations to draw a circle that has organic movement. The landing page of this website has a blob, when clicked on it reveals how it works. github page


5.05.2022 - to date

Port Scanner


It's a very simple but working script. Using telnet's empty connection response script shows the user which port is open or not. I will create series of Net-tool(Ping tool, IP checker, CNAME checker, etc) scripts like this one and with Node.js's Child process I will enable to run on this website for easy use. github page


12.04.2022 - to date

Path finder


I am trying to write a "Path finder algorithm" with Javascript p5.js library. Using the idea of "A* search algorithm" the main goal of creating this project is to expand my knowledge and understanding the abstract concepts of programming. unfinished code here


10.12.2021

Cpu aRGB exploit


I bought a PC and it came with a bunch of RGB LEDs some of them had a controller with a remote for changing color, patterns, or brightness but CPU fans LEDs only have connectors for some type of controller integrated into motherboard according to the manual unfortunately my motherboard does not support this feature and CPU fan is always on with very bright spining rainbow colors. I created this script to run in arduino uno and connected to the motherboard pins of the CPU RGB's. Then i found some cool animation for LED matrixes and refactor the code and created interchangeble CPU aRGB LED controller. Code