novemberkrebs.dev
A personal website written in Rust, created using the axum framework.
Fallbacks are provided for all effects that require JavaScript.
Hosted on a DigitalOcean droplet.
Source code is available at codeberg.org/nonbinarycoder/personal-website.
Tic-Tac-Toe Video Game
A video game version of Tic-Tac-Toe, written in Rust using the game engine Bevy.
Compiled to WebAssembly so it can be played in browser.
Features variable board size, a minimax AI opponent, as well as both same device and LAN multiplayer.
Code is deliberately multi-threaded to prevent freezing while the AI opponent thinks.
Itch.io page (includes source code)