45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
|
Categories:
|
||
|
- Games
|
||
|
License: Apache-2.0
|
||
|
SourceCode: https://gitlab.com/alaskalinuxuser/app_JustChess
|
||
|
IssueTracker: https://gitlab.com/alaskalinuxuser/app_JustChess/issues
|
||
|
|
||
|
AutoName: JustChess
|
||
|
Description: |-
|
||
|
Play chess against a very simple author written chess engine, or against a
|
||
|
friend in pass and play mode.
|
||
|
|
||
|
Simple features include:
|
||
|
|
||
|
* One or Two player
|
||
|
* Move suggestion
|
||
|
* Piece move highlighting
|
||
|
* A 3 ply open source chess engine written by the author
|
||
|
|
||
|
This game is not hard to beat. It was a learning curve to create a chess engine,
|
||
|
but is playable, and supports two players in a pass and play fashion. All of the
|
||
|
material is available for use from the source files.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://gitlab.com/alaskalinuxuser/app_JustChess.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '1.7'
|
||
|
versionCode: 7
|
||
|
commit: '1.7'
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
- versionName: '2.0'
|
||
|
versionCode: 10
|
||
|
commit: '2.0'
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: Version %v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '2.0'
|
||
|
CurrentVersionCode: 10
|