Code Monkey home page Code Monkey logo

connect6-ng's Introduction

Introduction

Yet another implementation of Connect6, a fun game with very simple rules:

  • Black plays first, putting one stone on one intersection.
  • Then White and Black put two stones each time in turn.
  • The one who is the first to put six or more stones in a row (horizontally, vertically, or diagonally) wins.

Currently there is a desktop client version which can run on Windows, Linux, and Mac OS X, as well as an Android version. Please refer to the README files in their respective directories for guide about installation and development.

connect6-ng is a continous improvement of the connect6 project from the Software Engineering course in Tsinghua University. Refer to this page (in Chinese) for an overview of the project history.

Notes on Cloning the Repo

The current repo is a merge of several projects with the help of git-svn and git-replace. An initial git clone will not give you the whole line of development. To get the whole history, please add the following line into the origin section in the file .git/config after you have cloned the repo:

fetch = +refs/replace/*:refs/replace/*

Then run git remote update. Then if everything goes well, you can see the complete history.

References

For more information about the git-replace hack, you can refer to this page (in Chinese) or this page (in English).

Please refer to www.connect6.org for more general information on the Connect6 game.

connect6-ng's People

Contributors

alick avatar boliu-svcl avatar houqi avatar jiangshuyang avatar

Stargazers

 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.