Coder Social home page Coder Social logo

teahousego's Introduction

About

Teahouse Go is a go client written currently deployed to https://teahouse.cfapps.io/. It is a node application deployed on PWS using signalhub and a barely modified fork of Yichuan Shen's p2p-goban proof of concept. The project goal is to create a more pleasant online go playing experience for myself. I hope you enjoy it too!

This project itself is a work in progress, so you should expect bugs, missing features, and downtime.

Screenshot

Contributing

This software is licensed under AGPLv3, so you are free to clone it and do with it what you'd like as long as you publish your code. I also personally really appreciate issues and feature requests since they help me decide which functionality is most important to users.

To develop for this project, you'll need it running locally. There are basically 4 distinct apps that need to be running for this to work:

  1. You need the app itself.
  2. You need signalhub for this app. I've provided the start command as npm run signalhub
  3. You need p2p-goban running locally
  4. You need a different signalhub running for p2p-goban.

Running the App

First, you'll have to clone this repository or download it from github. The command to download it is

git clone https://github.com/Seth-Rothschild/teahousego.git

Following that, you'll want to download npm from Node's website. To install the dependencies run

npm install

After that, you'll need two terminals. In one, run npm run watch and in the other run npm start. You'll see a message that the app is running locally so that you can access it at http://localhost:3000.

The application has two remote dependencies, signalhub and p2p-goban. These are listed in the config.json files and you can change them as needed. The default location we'll look for signalhub is on localhost:8000, which you can start by using npm run signalhub

teahousego's People

Contributors

seth-rothschild avatar

Watchers

 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.