Code Monkey home page Code Monkey logo

chunkymonkey's Introduction

  ___
C(o o)O     C H U N K Y   M O N K E Y
  (.)   \
 w====m==|       minecraft server
        /

Chunky Monkey is a Minecraft Alpha multiplayer server.  It is licensed under
the MIT open source license, please see the LICENSE file for more information.

Website: http://github.com/stefanha/chunkymonkey
Contact: Stefan Hajnoczi <[email protected]>

Status
======

Chunky Monkey is currently in early development and does not yet run games.

Requirements
============

The Go toolchain must be installed.  For more information, see:
http://golang.org/doc/install.html#fetch

Building
========

$ cd nbt && make && cd ..
$ make

Running
=======

Serve up a single player world:

$ ./chunkymonkey ~/.minecraft/saves/World1
2010/10/03 16:32:13 Listening on  :25565

Record/replay
=============

For debugging it is often useful to record a player's actions and replay them
one or more times later.  This makes it possible to simulate multiplayer games
without having real people logging in.

To record a session:

$ ./chunkymonkey --record player.log ~/.minecraft/saves/World1

To replay a session:

$ ./chunkymonkey --replay player.log ~/.minecraft/saves/World1 &
$ java -jar Minecraft.jar  # start the first player (real human)
$ nc localhost 25565       # start the second player (replay from log file)

The recorded player will start when the second client connects to the server.
Use netcat or a similar tool to start an otherwise idle TCP connection to the
server.

chunkymonkey's People

Contributors

stefanha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.