Giter Site home page Giter Site logo

brainwine's Introduction

Brainwine

build release

Brainwine is a Deepworld private server written in Java, designed to be portable and easy to use.
It's still a work in progress, so keep in mind that it's not yet feature-complete. (A to-do list can be found here.)
Brainwine currently supports the following versions of Deepworld:

  • Windows: v3.13.1
  • iOS: v2.11.0.1
  • MacOS: v2.11.1

Quick Local Setup

  • Install Java 8.
  • Download the latest Brainwine release.
  • Run Brainwine, go to the server tab and start the server.
  • Go to the game tab and start the game.
    • If this isn't available for you, download a patching kit for your platform and follow the instructions there.
  • Register a new account and play the game.

Building

Prerequisites

  • Java 8 Development Kit

Run the following to build the program:

git clone --recurse-submodules https://github.com/kuroppoi/brainwine.git
cd brainwine
./gradlew dist

The output executable jar brainwine.jar will be located in the /build/dist directory.
To start the server without a user interface, run the following:

# This behavior is the default on platforms that do not support Java's Desktop API.
java -jar brainwine.jar disablegui

Docker

Run the following to build the image:

git clone https://github.com/kuroppoi/brainwine
cd brainwine
docker buildx build -t brainwine:latest .

To then run the image in a container, run the following:

# Replace ${PWD} with %cd% if you're using a Windows Command Prompt.
docker run -p 5001-5003:5001-5003 --volume ${PWD}/run:/data brainwine:latest

Or alternatively, if you wish to use docker compose:

docker compose up

The server files will be stored in a docker volume and can be accessed from /data in the container.
Feel free to play around with the configuration by editing docker-compose.yml.

brainwine's People

Contributors

kuroppoi avatar array-in-a-matrix avatar mistersircode 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.