Image 1 — CloneMC Entirely In C
Image 2 — CloneMC Entirely In C
Image 3 — CloneMC Entirely In C
▲ 19 r/retrogamedev+1 crossposts

CloneMC Entirely In C

CloneMC is currently a highly early alpha version of minecraft Beta 1.7.3 recreation entirely in C and reverse engineered and implemented mainly from java files of this version to be able to compile with Open Watcom C. It uses OpenGL rendering 1.1 for compatibility across many systems and is able to run on systems as low as Windows XP and even Windows 98 (not tested), especially the new version of this program.

Commits, pull requests, and even forks are highly recommended for this project to continue and end up looking and running like the real deal. The first two are early test screenshots of testing100.exe while the third last screenshot is currently the latest version of this program that has a lot more features in the CloneMCtest + Makefile folder. The GitHub repo is a bit of a mess, but improvements will be made and the src is a bit mixed up, but it likely should doable to work on if anyone wants to work on it.

Here is the link to the GitHub repo: https://github.com/sworks692/CloneMC-entirely-in-Pure-C/tree/main

u/sdworks692works — 11 days ago
▲ 41 r/VoxelGameDev+1 crossposts

CloneMC entirely written in C

This is an highly alpha version of Minecraft like clone beta version developed in Open Watcom C. It uses many of the java implementations, but reverse engineered in order for it to run entirely on C code. The program is also even able to run on systems as low as Windows XP systems and even Windows 98 (not tested). Heavy inspiration was taken from ClassiCube and commits, pull requests, and forks are highly recommended for this project to continue and actually finish.

The main point of this project really was to take advantage of the tools and resources available nowadays which can make programming and making applications almost accessible to everyone and can make whatever they can think of compared to just a couple years ago when many complex games/applications could only be made with extensive knowledge of the programming language, and years of experience, especially those who don't have access to such high education.

Here is the link to the project for more information: https://github.com/sworks692/CloneMC-entirely-in-Pure-C

u/sdworks692works — 18 days ago