Minecraft Classic Server Software
  • C++ 91.6%
  • Makefile 8.4%
Find a file
2026-03-10 17:41:31 +01:00
.vscode Restored configs 2026-03-07 10:02:55 +01:00
src Finished moving packet handling to Packet class 2026-03-10 17:41:31 +01:00
.clangd Restored configs 2026-03-07 10:02:55 +01:00
.gitignore Updated .gitignore 2026-03-08 09:03:05 +01:00
LICENSE The project has been licensed 2026-03-08 21:41:26 +01:00
Makefile Fixed commands in Makefile 2026-03-08 09:02:08 +01:00
README.md The project has been licensed 2026-03-08 21:41:26 +01:00

mcc

mcc (MineCraftC) is a Minecraft Classic server software.

TODO

  • Core

    • Logger
  • Network

    • Socketer
    • Threader
    • Packeter

License

Copyright (C) 2026 dawidg81

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.