Skip to content
View Zitronenjoghurt's full-sized avatar
  • Germany
  • 00:33 (UTC +01:00)

Highlights

  • Pro

Block or report Zitronenjoghurt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Zitronenjoghurt/README.md

Top Langs

Highlighted Projects

Here I will highlight some of my projects ordered by programming language or framework.

Rust

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.


Python

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.


React

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.


Java

pokeinfo (unfinished, with a performance-tanking unfixed bug)

A web app which aims to display pokemon data in a nice way.


Godot

Lemon Farm (unfinished)

My first godot project. I was mostly trying out godot features, building simple farming mechanics.

Pinned Loading

  1. lemon-apod-api lemon-apod-api Public

    My take on an improvement to the NASA APOD API using gRPC.

    Rust

  2. dnd-tool-api dnd-tool-api Public

    API which handles the logic for a custom DnD tool with some specialized functionalities.

    Python

  3. pokedata-api pokedata-api Public

    An API which compiles pokemon data from different sources into a combined and richer format for local use.

    Rust

  4. pokeinfo pokeinfo Public

    A web app for displaying pokemon data.

    Java

  5. LastColony LastColony Public

    Last Colony is my 4th Godot project and was heavily inspired by Final Earth 2. This will be the first time I will use my own pixel art and Threading in Godot.

    Rust 1

  6. Colonaut Colonaut Public

    A little text-based game where you play an AI controlling a colony ship with cryogenically frozen colonists. You will have to find a suitable planet for habitation.

    Python 3