From e6ec9b3200d6a27eb37ab3dbd98b9524c1d9ed81 Mon Sep 17 00:00:00 2001 From: Thinkofname Date: Thu, 31 Mar 2016 22:20:10 +0100 Subject: [PATCH] Attempt at a README.md --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..523fd10 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Steven (Rust) + +A Minecraft client coded in Rust. Ported from [steven-go](https://github.com/Thinkofname/steven). +Don't expect it to go anywhere, just doing this for fun. + +## Images + +![Steven blocks demo](https://i.imgur.com/U46LTZN.png) + +In action: http://gfycat.com/NeedyElaborateGypsymoth + +## Chat + +I generally am on the `irc.spi.gt` irc network in the `#think` channel. +Feel free to pop in to say hi, [Webchat can be found here](https://irc.spi.gt/iris/?channels=think) + +## Building + +Currently requires SDL2 and OpenSSL to build. + +`cargo build --release` + +## Running + +### Standalone + +Just running steven via a double click (Windows) or `./steven` (everything else) +will bring up a login screen followed by a server list which you can select a server +from. + +### Via the Offical Minecraft launcher + +Currently not supported (yet)