Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Python-Sargent committed Jul 29, 2023
2 parents 9c1ea7a + 10d8c1e commit 1d7a1e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Craft
## OpenCube

Minecraft clone for Windows, Mac OS X and Linux. Just a few thousand lines of C using modern OpenGL (shaders). Online multiplayer support is included using a Python-based server.

https://github.com/Python-Sargent/Craft.git
https://github.com/Python-Sargent/OpenCube.git

![Screenshot](https://i.imgur.com/SH7wcas.png)

Expand Down Expand Up @@ -61,14 +61,14 @@ Once you have the dependencies (see above), run the following commands in your
terminal.

git clone https://github.com/Python-Sargent/OpenCube.git
cd Craft
cd OpenCube
cmake .
make
./opencube

### Multiplayer

See the [Server](#server) section for info on self-hosting.
See the [Server](#server) section for self-hosting information.

#### Client

Expand Down Expand Up @@ -138,7 +138,7 @@ Automatic logins will not occur again until the /login command is re-issued.
/offline [FILE]
Switch to offline mode.
FILE specifies the save file to use and defaults to "craft".
FILE specifies the save file to use and defaults to "OpenCube".
/online HOST [PORT]
Expand Down

0 comments on commit 1d7a1e1

Please sign in to comment.