Coder Social home page Coder Social logo

seth-rothschild / teahouse Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 2.0 3.7 MB

Private go server. Forked from https://gitlab.com/mibitzi/weiqi.gs

Home Page: https://teahouse.sethjrothschild.com

License: GNU Affero General Public License v3.0

Python 53.27% Mako 0.09% Shell 0.16% Vue 33.86% JavaScript 8.47% CSS 3.17% HTML 0.97%

teahouse's Introduction

About

Tea House is an open source server for the game of Go. It is a fork of weiqi.gs by Michael Bitzi. While that project resulted in a server that was open to the public, this one does not. Nevertheless, the source code is and will be available here on github.

How do I make an account?

Account creation is currently disabled for the public site. If you are setting up your own version of this code, you can create accounts using the provided administrator tools.

Build Instructions

The backend was written in python3.5, frontend in Vue.js. You will need libpq and libjpeg to get started. On linux, use

$ sudo apt-get install python3-dev libpq-dev libjpeg-dev

The rest of the dependencies can be installed with

  • pip install -r requirements.txt
  • npm install

To run the development server you will need to migrate the database. This step also needs to be run every time new DB migrations are created:

$ alembic upgrade head

Finally, the development server can be run with:

$ ./gulp.sh
$ ./main.py --create-room='Main Room'

After this the server will listen on http://localhost:8000 by default.

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.