Skip to content
View magicalmonke's full-sized avatar
🐳
I live in a Docker container
🐳
I live in a Docker container

Highlights

  • Pro

Block or report magicalmonke

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
magicalmonke/README.md

Hey there! πŸ‘‹

I'm Taako (she/her) - I'm a computer science student from Germany. Most of my projects are currently closed source because I am a bit code shy, but I'll eventually open them up! (⁄ ⁄‒⁄ω⁄‒⁄ ⁄)

Some quick facts:

  • ⭐️ My main programming language is TypeScript
  • 🌱 I’m currently learning Java and Go
  • πŸ“« You can reach me over Bluesky or Discord

Pinned Loading

  1. mvc-puzzle mvc-puzzle Public

    A Java sliding puzzle game built with Maven, using the MVC design pattern.

    Java 1

  2. This Docker Compose sets up a Minecr... This Docker Compose sets up a Minecraft server. It exposes port 25565, accepts the EULA, and allows customisation of server operators with data persistence in a local "data" directory.
    1
    version: "3.8"
    2
    
                  
    3
    services:
    4
      mc:
    5
        image: itzg/minecraft-server