Space Game
A small top down space shooter game where you need to defend space stations from enemy ships. The enemies can drop power-ups like shields, bombs, or turrets, which can help you in your fight. I am making this game using Rust and the Bevy game engine. This game also features an online leaderboard, where you can compete with others for the highest score. The server hosting the leaderboard is written in Rust with
Rocket. The source code of the leaderboard server is not available to not expose the anti-cheat mechanisms.
Tanks 3D
A multiplayer browser game in which you control a tank and try to destroy other tanks. It's built with Three.js and Kotlin/JS. The server is also written in Kotlin and uses Ktor. The source code is currently not public, however, you can play the game on my GitHub page.
RuVoLA
A simple TUI application for learning vocabulary by actually typing the words, contrary to tools like Anki or vocage. The vocabulary is stored in a simple TSV format, allowing it to be stored and managed using git. This application is written in Rust and uses the
ratatui library for the TUI. The source code is available on GitHub.
raytracer.rs
A simple raytracer written in Rust. A Rust + WGSL implementation of Ray Tracing in One Weekend by Peter Shirley. The source code is available on GitHub.
This Website
This website was built using a custom Python DSL that directly generates the HTML code ahead of time, avoiding the use of a templating engine, any external libraries, or JavaScript to be enabled at all

Other projects can be found on my GitHub