Here I will highlight some of my projects ordered by programming language or framework.
Lemon APOD Api (WORK IN PROGRESS)
A tonic gRPC server which acts as a fast and optimized wrapper around NASA's APOD API. My goal is to distribute it as a public docker image so it can be easily integrated in whatever project you need.
Lemon Chess (finished)
A chess API using a self-made chess engine. It supports match-making, rendering the current board and game history in 2 different styles.
Pokedata API (unfinished, but its planned to be finished in the near future)
An axum API which extracts pokemon data from various sources, combines, enriches and in the end provides it in a full and compact way, optimized for local use.
Last Colony (unfinished, not functional)
A 2D city builder game, using Rust for the game logic and Godot for rendering and UI.
LemCom API (unfinished)
A messaging API using the axum crate.
BabuBot (finished)
A feature-rich specialized discord bot which serves as a little fun-house with many little funny features. Its able to notify about upcoming rockedt launches, about new uploaded videos from specified youtube channels. It has a level system, a fishing game, allows looking at random Astronomy Picture of the Day entries, spits out random pet pics, ... and some more
DnD Tool API (unfinished, work in progress)
A FastAAPI API that aims to provide various tools for DnD Dungeon Masters.
LemonChessBot (finished, but very barebones)
A discord bot which leverages my rust Lemon Chess API to allow users to play chess in discord.
Colonaut (unfinished)
I little game about an AI exploring space to find a suitable exoplanet for the cryonically frozen colonists on board of it's colony ship. I used tkinter for the UI. It was a fun project but I ultimately never really finished it.
FastAPI Image API (finished but discontinued)
An image API using FastAPI. It served my discord bot as a central place for fetching random gifs of emotions/gestures/actions (like hugging).
FightingArena (finished but prototype-ey)
A fighting simulator which allows for easy fighter and skill configuration.
AstroGenerator (unfinished)
A library for randomly generating celestial body data.
Lemon Industries Website (finished but discontinued)
A website where I highlighted my interests, favorite games and also gave in-depth descriptions to my programming projects.
pokeinfo (unfinished, with a performance-tanking unfixed bug)
A web app which aims to display pokemon data in a nice way.
Lemon Farm (unfinished)
My first godot project. I was mostly trying out godot features, building simple farming mechanics.