All Projects → herzbube → Littlego

herzbube / Littlego

Licence: apache-2.0
Little Go. An iOS application that lets you play the game of Go on the iPhone or iPad.

Labels

Projects that are alternatives of or similar to Littlego

Dprogram ios
做的一款小项目-编程宝典iOS版
Stars: ✭ 80 (-20.79%)
Mutual labels:  ios-app
Ios Practice Checklist
iOS 精进与实践检查清单
Stars: ✭ 91 (-9.9%)
Mutual labels:  ios-app
Achnbrowserui
Animal Crossing New Horizon companion app in SwiftUI
Stars: ✭ 1,356 (+1242.57%)
Mutual labels:  ios-app
Lbrnmeituan
ReactNative 仿美团项目
Stars: ✭ 84 (-16.83%)
Mutual labels:  ios-app
Coremldemo
A simple demo for Core ML
Stars: ✭ 90 (-10.89%)
Mutual labels:  ios-app
Tls Inspector
Easily view and inspect X.509 certificates on your iOS device.
Stars: ✭ 92 (-8.91%)
Mutual labels:  ios-app
Chatter App
This is a flutter based modern messaging app where users can sign up and log in to chat with their friends, family, colleagues among groups with enriched User-Experience.
Stars: ✭ 80 (-20.79%)
Mutual labels:  ios-app
Coronatracker
Coronavirus tracker app for iOS & macOS with maps & charts
Stars: ✭ 1,374 (+1260.4%)
Mutual labels:  ios-app
Hardchoice
有时候作抉择真的很痛苦,Swift写的生活类APP
Stars: ✭ 90 (-10.89%)
Mutual labels:  ios-app
Kivystudio
A Software development environment for software developers
Stars: ✭ 97 (-3.96%)
Mutual labels:  ios-app
Slidingtabbar
A custom TabBar view with sliding animation written in Swift.
Stars: ✭ 84 (-16.83%)
Mutual labels:  ios-app
Thewarholoutloud
An inclusive audio guide for The Andy Warhol Museum
Stars: ✭ 89 (-11.88%)
Mutual labels:  ios-app
One Vue
仿韩寒「ONE · 一个」,基于vue2.0+混合式开发的一款跨终端、高性能、用户体验高的移动端App! 学习Vue的同学可以看下,感谢 Star 和 Fork!!
Stars: ✭ 93 (-7.92%)
Mutual labels:  ios-app
Calenstyle
Responsive Drag-&-Drop Event Calendar Library for Web, Mobile Sites, Android, iOS & Windows Phone
Stars: ✭ 83 (-17.82%)
Mutual labels:  ios-app
Stompclientlib
Simple STOMP Client library, Swift 3 and 4, 4.2, 5 compatible
Stars: ✭ 99 (-1.98%)
Mutual labels:  ios-app
Nnjanebookview
仿简书个人主页多页面滑动视图。
Stars: ✭ 80 (-20.79%)
Mutual labels:  ios-app
Kotlin Mpp Standard
A standard setup for Kotlin multiplatform projects.
Stars: ✭ 92 (-8.91%)
Mutual labels:  ios-app
Matchimals.fun
🦁 🃏 📱 An animal matching puzzle card game– built with turn-based game engine boardgame.io and React-Native + React-Native-Web
Stars: ✭ 101 (+0%)
Mutual labels:  ios-app
Cognitiveconcierge
WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Stars: ✭ 100 (-0.99%)
Mutual labels:  ios-app
Github Native
📱 mobile github client built with react-native
Stars: ✭ 94 (-6.93%)
Mutual labels:  ios-app

Introduction

Little Go is a free and open source iOS application that lets you play the game of Go on the iPhone or iPad. You can play against another human (on the same device), or against the computer. The computer player is powered by the open source software library Fuego. The minimum requirement for running the most recent version of Little Go is iOS 9.0.

For more information about Little Go's features have a look at its App Store page. A manual is also available in the "Help" UI area when you launch the app.

Little Go is released under the Apache License (2.0).

Changes in this release

This is the Little Go feature release 1.6.0. A selection of the most important changes are:

  • Addition of an SGF parser (#112). Little Go can now read and write SGF data on its own without having to delegate this task to Fuego (the built-in computer player library). The core piece of software is SGFC, the SGF Syntax Checker & Converter. A big thank you to Arno Hollosi for writing this tool and making it available under a free license, and also for helping with integrating it into Little Go.
  • The user interface has been adapted to newer iOS devices with a sensor notch, rounded corners and/or a Home indicator instead of a Home button (#336).
  • When Little Go is newly installed from the App Store the default computer player is now weaker (#358). This should give more users a positive first app experience. Users who want a challenge can still increase the difficulty by switching to a stronger computer player. A side effect of this change is that the default computer player no longer uses the "Pondering" setting, which means that the iOS device's battery should now be used up a lot less.
  • The project has received its first code contribution! Thanks to Dan Hassin for making a user interface improvement (#346) and improving the project's software build (cf. pull rquests on GitHub) so that it now works out of the box for new contributors.

A number of bugs have also been fixed, among them three app crashes (#357, #361 and #362) and a major regression (#359).

The ChangeLog document has more details.

Getting and building the source code

If you are interested in Little Go as a developer, you should clone the GitHub source code repository. Downloading just the latest release snapshot of the source code is not sufficient because the 3rdparty software build depends on CocoaPods and Git submodules. Once you have the source code you should start by reading the file README.developer - the quick-start guide at the top of the file should get you up and running with a minimum amount of hassle.

Links and resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].