An open API service indexing awesome lists of open source software.

https://github.com/ansebi/gui_kivy_chessboard_apr2018

Interactive board for beginner chess lessons. Works with multitouch interactive whiteboards.
https://github.com/ansebi/gui_kivy_chessboard_apr2018

chess gui kivy python

Last synced: about 2 months ago
JSON representation

Interactive board for beginner chess lessons. Works with multitouch interactive whiteboards.

Awesome Lists containing this project

README

        

# GUI_kivy_ChessBoard_Apr2018

## Description
Interactive board for beginner chess lessons. Works with multitouch interactive whiteboards.

## Functions
Drag and drop pieces, construct chess problems.

- 16 pieces of each type
- blank stones to teach tactics
- one-click clear the board button

## Usage
Enter brown_board_beta_chess.py and enjoy.

## Requirements
- python 3x
- kivy 2x library installed
(e.g. on Windows: win+R => cmd => python.exe -m pip install kivy)