Skip to content
/ CCraft Public
forked from knicked/CCraft

A Minecraft clone written in C

Notifications You must be signed in to change notification settings

Sondro/CCraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCraft

Build

Windows (MinGW)

mkdir build && cd build
cmake .. -G "MinGW Makefiles"
mingw32-make

Linux and MacOS

mkdir build && cd build
cmake ..
make

Run

Client

./CCraft

Connect to a server by specifying its IP address and optionally its port (the default is 25565). You can also set your nickname (if not set, you will be seen as "Unnamed")

./CCraft --ip <IP> --port <PORT> --nick <NICKNAME>

Server

You can optionally specify the server's port (the default is 25565)

./CCraftServer --port <PORT>

About

A Minecraft clone written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.5%
  • GLSL 1.9%
  • CMake 1.4%
  • Other 1.2%