Skip to content

Android Go game which supports 1:1 game with AI or another human player using bluetooth.

Notifications You must be signed in to change notification settings

John-Yu/BluGo_Android

 
 

Repository files navigation

BluGo Interface

screenshot

Introduction

BluGo is a free open-source Android GO board game program.
It supports 1:1 game with another human player using bluetooth.
This project forked from chykrkr's BluGo_Android, thank chykrkr.
You can download source code from GITHUB

How to Place stone

The way of place stone is almost like the habit of human beings. Touch-Move-Up

  • Touch: A large cross cursor will appear to conveniently indicate the coordinates of the touch point
  • Move: When you move your finger, the cursor follow it
  • Up: When you raise your finger, the stone will be put at cursor point

Todo

  • Upgrade the build environment, to support more modern mobile phones
  • Improve human-computer interaction and enhance user experience
  • Support man-machine game and introduce a modern GO AI (AI inside)
  • GPU support

Related links

License

The code is released under the BSD license.
Any comments or recommendations are welcomed.
Original Copyright (c) 2016 [email protected].
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the name of the BluGo nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND
    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    DISCLAIMED. IN NO EVENT SHALL BluGo BE LIABLE FOR ANY
    DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Android Go game which supports 1:1 game with AI or another human player using bluetooth.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.3%
  • Other 1.7%