Code Monkey home page Code Monkey logo

connect6-ng's Introduction

Introduction

This is connect6-ng, a fork of connect6 project. The project aims at improving the old project in several aspects.

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

Howto Install and Run

The recommended way to use connect6-ng is building from the source code. You need prepare git, JDK, ant, findbugs to begin the journey.

First you should clone the repository by git:

git clone https://code.google.com/p/connect6-ng/

Then cd into the directory connect6-ng on your local machine. To build and run the game from the source, simply type:

ant run

in your terminal's prompt line.

Alternatively, if you get the jar archive, simply type

java -jar connect6-ng-XXX.jar

(where XXX should be replaced by the real version) or double click its icon in your file manager. That should be enough.

Notes

The old connect6 project's svn history has been converted to git style by git-svn. Also the historical log is linked with the current project's tree by git-replace. However, git clone and simple git pull won't download the old history. To get it, add this line into origin section in the file .git/config:

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

Then run git pull. Hopefully you can see the longer history.

connect6-ng's People

Contributors

alick avatar

Watchers

 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.