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.
- Host: GitHub
- URL: https://github.com/ansebi/gui_kivy_chessboard_apr2018
- Owner: Ansebi
- Created: 2022-09-06T00:20:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T09:48:13.000Z (over 2 years ago)
- Last Synced: 2025-01-21T12:35:57.191Z (4 months ago)
- Topics: chess, gui, kivy, python
- Language: Python
- Homepage:
- Size: 4.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)