2019-01-01 20:54:59 -05:00
2018-12-31 17:24:14 -05:00
2018-12-30 21:03:10 -05:00
2018-12-28 15:04:23 -05:00
2018-12-31 17:56:53 -05:00
2018-12-28 14:56:46 -05:00
2018-12-30 21:04:19 -05:00
2018-12-28 14:56:46 -05:00
2019-01-01 20:54:59 -05:00

Minceraft

A Minecraft clone written in C++11.

Alt text

Usage

Usage: ./minceraft ...

    -s <path-to-level> [x_res y_res z_res]

        Play singleplayer. If a world save exists at <path-to-level>, the.      
        world is loaded and the given dimensions (if any) are ignored. If not,  
        a new world is generated with the given dimensions and saved to         
        <path-to-level>.                                                        

    -q [x_res y_res z_res]

        Play quickplay. A new world is generated with the given dimensions (if. 
        any) and is stored in memory for the duration of the gameplay.          
Description
A Minecraft clone written in C++11
Readme 22 MiB
Languages
C 64.4%
C++ 35.2%
GLSL 0.3%
CMake 0.1%