Marvin Bäumer (MrXMrQ)

MrXMrQ

Geek Repo

Location:Germany

Github PK Tool:Github PK Tool


Organizations
AH1M1-Org

Marvin Bäumer's repositories

Aim-Trainer

A simple aim trainer game written in Java, with a graphical user interface in 2D using Swing. The game randomly positions JLabels that need to be clicked. It offers four difficulty levels.

Language:JavaStargazers:2Issues:1Issues:0

Blue-Souls-II

A small game, written in Java, featuring a simple graphical user interface in 2D using Swing. It resembles a souls-like game, incorporating a leveling system and an inventory containing various types of items.

Language:JavaStargazers:2Issues:1Issues:0

Comet-Cruise

Predecessor of galaxy_wars. A small game written in Java, featuring a simple graphical user interface in 2D using Swing. The game revolves around a spaceship that must dodge asteroids.

Language:JavaStargazers:2Issues:1Issues:0

Grades-Calculator

A simple program written to calculate your grade point average in the upper level Q1.1 - Q2.2 in Germany, North Rhine-Westphalia. It also features a simple GUI in Swing with JCheckBox, JComboBox, and only numerical user input allowed.

Language:JavaStargazers:2Issues:0Issues:0

Binary-Encryption

I've tried to implement my own small encryption method. It works by representing letters as binary numbers, but instead of using 0 and 1, it uses a period (.) and a hyphen (-). It's not really secure or mathematically sound yet.

Language:JavaStargazers:1Issues:0Issues:0

Caesar-Encryption

A functional Caesar encryption written in Java. It's used to shift the message in the alphabet using a key in order to encrypt the message.

Language:JavaStargazers:1Issues:0Issues:0

Frequency-Analysis

An algorithm that is used to analyze the frequencies of letters in an encrypted and decrypted text. The output is in percentages.

Language:JavaStargazers:1Issues:0Issues:0

Galaxy-Wars

A remastered version of Comet-Cruise, a small game written in Java, featuring an improved graphical user interface in 2D using Swing. The game revolves around a spaceship that must dodge asteroids, now with enhanced animations, improved movement, and many more features!

Language:JavaStargazers:1Issues:1Issues:0

Guessing-Game

The first project written in Rust was a guessing game that served as an opportunity for me to gain initial experience with Rust. I followed the tutorial from the Rust Book.

Language:RustStargazers:1Issues:1Issues:0

LED-Controller

As the name suggests, this is a web-based LED controller that runs on the localhost. With this controller, you can view the status of the ModeMcu ESP8266 and control the LEDs via the NodeMcu. This project aims to gather more knowledge in the field of web development.

Language:TypeScriptStargazers:1Issues:0Issues:0

LED-Controller-NodeMcu

The "ESP8266WiFi-LED-Control" program enables the control of a WS2812 LED strip (Neopixel) using an ESP8266-based NodeMCU board via Wi-Fi. It provides a simple web server that can handle HTTP GET and POST requests to change the color and brightness of the LED strip.

Language:C++License:MITStargazers:1Issues:0Issues:0

Vigenere-Encryption

A working Vigenere algorithm implemented in Java. Can encrypt and decrypt using a key.

Language:JavaStargazers:1Issues:1Issues:0

Clock

Clock...

Language:JavaStargazers:0Issues:1Issues:0

Relax-Hub

A website that presents a workflow overlay with a to-do list, YouTube player, and theoretically a Spotify integration. ~ Not done

Language:TypeScriptStargazers:0Issues:0Issues:0

RSA

Functional RSA algorithm written in Java. Used to encrypt and decrypt numbers using the algorithm.

Language:JavaStargazers:0Issues:1Issues:0

Rust-learning

This project aims to learn the fundamentals of Rust, including methods, variables, returns, loops, and more. The following content consists of tasks from Chapter 3.5 of the Rust Book.

Language:RustStargazers:0Issues:1Issues:0

Blue-Souls-III

This small program, written in Java with a Swing GUI, generates a random path in the window with a player that can be controlled. ~Not done

Language:JavaStargazers:0Issues:0Issues:0

Minesweeper

This Java program is a Minesweeper clone, faithfully recreating the classic game in Java. Players can enjoy the familiar gameplay of uncovering tiles to reveal mines while strategically avoiding detonation. With intuitive controls and customizable difficulty levels, it provides an engaging experience for fans of the genre.

Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

Sorting-Algorithm-Visualizer

This Java tool, utilizing Swing, offers real-time visualizations of fundamental sorting algorithms like Bubble Sort and Selection Sort. Ideal for educational purposes, it enables users to interactively observe and comprehend sorting processes efficiently.

Language:JavaStargazers:0Issues:0Issues:0

Souls-Calculator

A simple program written in Java designed to calculate the cost of leveling up in Dark Souls 3 or Eldenring.

Language:JavaStargazers:0Issues:0Issues:0

Square-and-Multiply

The Square-and-Multiply Algorithm is a versatile method for efficiently calculating exponentiation modulo a given modulus. This Java program provides both iterative and recursive implementations of the algorithm, showcasing its practical application.

Language:JavaStargazers:0Issues:0Issues:0