An open API service indexing awesome lists of open source software.

https://github.com/betacraftuk/beta-c

Minecraft rewritten in C
https://github.com/betacraftuk/beta-c

c minecraft

Last synced: about 1 year ago
JSON representation

Minecraft rewritten in C

Awesome Lists containing this project

README

          

# BetaC

[Discord](https://discord.gg/d4WvXeQ)

## Building

BetaC requires [CMake](https://cmake.org/), [SDL2](https://github.com/libsdl-org/SDL/releases/), and [SDL_image](https://github.com/libsdl-org/SDL_image/releases).

1. `Copy game resources to resources/`
2. `mkdir build`
3. `cd build`
4. `cmake ..`
5. `make`