From c299c5c83e12f3d0b87d75ef05d7144be98e911a Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sun, 29 Sep 2024 13:17:13 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23c9a35..14f589b 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ This is my github page for nearly all my projects. If you want to see my work, I * [Heaventaker](https://github.com/danbulant/heaventaker) - Open-source visual novel ([web](https://heaventaker.danbulant.eu/)) game, also available for [Android](https://play.google.com/store/apps/details?id=eu.danbulant.heaventaker&utm_source=github_profile). On [itch.io](https://danbulant.itch.io/heaventaker). * [Mangades](https://github.com/danbulant/Mangades) - Mangadex simple website client, used for simple viewing (much lighter site than Mangadex itself) and downloading (in e-book reader compatible formats, supported EPUB and CBZ). -* [Deno installation](https://github.com/danbulant/deno_install) - Czech information about how to install Deno. -* [Commando](https://github.com/iceproductions/Commando) - A framework for discord.js bots with advanced command and argument handling. Supports discord.js 13, unlike regular commando, but is not really maintained since. -* [Deno FCGI](https://github.com/danbulant/dejs-fcgi) - Deno FastCGI server which works like PHP - write code using ejs, connect Deno FCGI to your webserver and you're ready to go. -* [Osu!Visualizer](https://github.com/danbulant/osuVisualizer) - I wanted to listen to my osu beatmaps on background so I made this. +* [CPU](https://github.com/danbulant/cpu) - Custom 32 bit cpu architecture inspired by MIPS with logisim circuit and a rust emulator. Can play Bad Apple. +* [chip8](https://github.com/danbulant/chip8) - Chip8 emulator along with a [Bad Apple rom generator](https://github.com/danbulant/chip8badapple). +* [Bad Apple on Wooting](https://github.com/danbulant/wooting-fun) - A script to play bad apple on the wooting keyboard. There's still not enough bad apple. ### Live projects Those are projects you can see running for yourself: +* [Haxagon](https://haxagon.cz) - I'm a Back-end developer for Haxagon, a cybersecurity learning platform. It features real-time events, advanced permissions and VMs. * [Heaventaker](https://danbulant.itch.io/heaventaker) - Open-source visual novel game, fan-game of Helltaker. * [Mangades](https://manga.danbulant.eu) - Mangadex downloader and viewer * [Tictactoe](https://tictactoe.danbulant.eu) - Ultimate tictactoe with simple multiplayer