Giter Site home page Giter Site logo

dndserver's Introduction

dndserver

Dark and Darker private server implementation written in Python.

Features

  • Login
  • Registration
  • Character creation
  • Character deletion
  • Loading into lobby
  • High-roller leaderboard
  • Perk and skill selection
  • Inventory and stash
  • Gathering hall
  • Basic party support
  • Basic merchant support
  • Persistent characters and items
  • ... and many more features in development!

Requirements

Install

Bare metal

$ git clone [email protected]:Snaacky/dndserver.git
$ cd dndserver
$ poetry install
$ poetry shell
$ pre-commit install
$ alembic upgrade head
$ python -m dndserver.server

For live reloading during development launch using

python -m jurigged -v .\dndserver\server.py

Docker

$ wget https://raw.githubusercontent.com/Snaacky/dndserver/master/docker-compose.yml
$ mkdir config && cd config
$ wget https://raw.githubusercontent.com/Snaacky/dndserver/master/config.example.yml -O config.yml
$ touch dndserver.db
$ cd ..
$ docker-compose up -d
$ docker exec -it dndserver alembic upgrade head
$ docker restart dndserver

Web server

Before the game client connects to the TCP lobby server, it first connects to an HTTP discovery server specified in the game's launch options using the -server=address:port schema to get the lobby server address to connect to. We are hosting an HTTP discovery server at dcweb.pages.dev:80 to redirect your client traffic to 127.0.0.1 without having to host your own web server.

Demo instance

A demo instance is being hosted at -server=dndserver.lol:80. The demo instance will automatically pull new commits from the master branch so you can check out the latest developments without having to setup your own instance.

dndserver's People

Contributors

acoudray avatar bakk-f4 avatar billze avatar brunocdev avatar cooperrholmes avatar devxrt avatar filippoleone avatar g0ddish avatar gmjehovich avatar itzandroidtab avatar kannerry avatar krofty avatar primitheus avatar runswithwood avatar snaacky avatar tilkinsc 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.