Skip to content
View kireiiiiiiii's full-sized avatar

Block or report kireiiiiiiii

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

✨ Hiii, I'm Matěj Šťastný! ✨

High school student at Redmond High School coding games and other things in my free time! I like to code in Java, but I also use game engines like Gamemaker 2, Godot, Unreal Engine 5 or Unity. You can reach me throught my Instagram DM's!

GitHub Kirei Instagram Kirei Bluesky Kirei Youtube kirei

 

💖💖 About me: 💖💖

import java.util.HashMap;
import java.util.Map;

public class Kirei {

    /**
    * Returns the data collected about @kireiiiiiiii
    *
    */
    private static Map<String, String> getData() {
        Map<String, String> aboutMe = new HashMap<>();

        aboutMe.put("Name", "Matěj Šťastný");
        aboutMe.put("Pronouns", "He/Him");
        aboutMe.put("Age", "17");
        aboutMe.put("Nationality", "Czech 🇨🇿");
        aboutMe.put("City", "Seattle 🇺🇸");
        aboutMe.put("OS", "MacOS");
        aboutMe.put("Languages", "Java, Bash, GDS, GMS");
        aboutMe.put("Tools", "VS Code, Alacritty, Godot, GM2");
        aboutMe.put("Art", "Aseprite, Blender");

        return aboutMe;
    }

    /**
    * Main
    */
    public static void main(String[] args) {
        Map<String, String> aboutMe = getData();

        for (Map.Entry<String, String> entry : aboutMe.entrySet()) {
            System.out.println(entry.getKey() + ": " + entry.getValue());
        }

        System.out.println(":3");
    }

}

footer

Pinned Loading

  1. flaggi flaggi Public

    A local multiplayer capture the flag game. Built with Java 8 and Gradle 8.10, featuring cross-platform support and Docker-based servers.

    Java 1

  2. shooting-stars shooting-stars Public

    Simple 2D game where you shoot stars from the sky to gain points, build in Java 21 with Gradle 8.10.

    Java 1

  3. eldoria-chronicles eldoria-chronicles Public

    Godot 4 2D game about a knight collecting coins. Has controller support.

    GDScript

  4. slimecaster slimecaster Public

    Gamemaker 2 game, about a slime mage, battling with his rival species - scarlet slime to survive.

    Game Maker Language

  5. whatsapp-wrapped whatsapp-wrapped Public

    Java text program, that analyzes a WhatsApp backup text file, and gives you statistics like how many messages were send by who and similar.

    Java 1

  6. dotfiles dotfiles Public

    My configuration files for various programs and tools I use.

    Lua 1