# minecraft-c **Repository Path**: Sinux/minecraft-c ## Basic Information - **Project Name**: minecraft-c - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-08 - **Last Updated**: 2026-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Minecraft, but I made it in 48 hours* \* I've actually updated it since - [see this commit for the 48 hour version](https://github.com/jdah/minecraft-weekend/tree/cb19738305804b5734faa7118c1c784f26ff9463). ![screenshot](screenshots/1.png) #### Features: - Infinite, procedurally generated world - Infinite height/depth - Day/night cycle - Biomes - ECS-driven player and entities with full collision and movement - Full RGB lighting - Full transparency + translucency support - Sprite blocks (flowers) - Animated blocks (water + lava) - Distance fog - A whole lot of different block types - More #### Building ``` xmake build xmake run -w ./ ```