https://github.com/oery/oery
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oery/oery
- Owner: Oery
- Created: 2024-06-07T22:36:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-06T22:01:10.000Z (4 months ago)
- Last Synced: 2025-02-06T23:18:57.458Z (4 months ago)
- Size: 2.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My Projects
Hey, I'm a SWE student with a passion for learning. When I'm not trying to beat a stupidly difficult challenge, I'm working on a stupidly hard coding project.
Most of my projects are built in Rust.
### 🧊 Gami Minecraft Protocol
My implementation of the Minecraft protocol in Rust.
It includes a packet serializer/deserializer, easy to use structs that abstracts all encoding constraints and IDs through enum registries.### 🪞 Kagami
A Minecraft client-side TCP proxy that allows devs to create plugins and interact with the client without requiring any modification. It provides a simple event system and API to inject/edit packets.
### 🦢 Origami
A programmable Minecraft client that can be used to create AIs / Bots / Agents.
It focuses on performances and accuracy, trying to mimick a real client as closely as possible while maintaining low cpu and memory usage in scenarios where many bots run concurrently.## My End Goal
My work aims to solve the many challenges this game faced during its golden age, slowly killing minigames servers and competitive Minecraft.