https://github.com/dequis/minecrap
Crappy minecraft client in C. Might become something else later.
https://github.com/dequis/minecrap
Last synced: 3 months ago
JSON representation
Crappy minecraft client in C. Might become something else later.
- Host: GitHub
- URL: https://github.com/dequis/minecrap
- Owner: dequis
- License: mit
- Created: 2015-09-08T00:43:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T00:44:04.000Z (over 9 years ago)
- Last Synced: 2025-03-07T03:30:55.867Z (3 months ago)
- Language: C
- Size: 109 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minecrap (working title)
Crappy minecraft client in C. Might become something else later.
Only queries for server status atm.
## for what purpose
1. Shits
2. Giggles## Deps

Actually, glib
And a C11 capable compiler (using `_Generic`)
## Progress
- [x] varints
- [x] serialization
- [x] handshake
- [x] status protocol state
- [ ] play protocol state
- [ ] manage to stay online
- [ ] yggdrasil
- [ ] encryption
- [ ] do something useful with this## License
Mittens.