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
- Host: GitHub
- URL: https://github.com/betacraftuk/beta-c
- Owner: betacraftuk
- Created: 2023-06-18T19:11:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T13:31:46.000Z (almost 3 years ago)
- Last Synced: 2023-08-20T15:04:12.447Z (almost 3 years ago)
- Topics: c, minecraft
- Language: C
- Homepage:
- Size: 117 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`