Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 755 Bytes

File metadata and controls

18 lines (13 loc) · 755 Bytes

Simple implementation of Shōgi 将棋 board game using Python and Pygame made as a project for Programming in Python course at AGH UST. The project consists of a pixel-art-inspired gui and a game engine which implements game rules and logic as well as a simple bot which utilizes the Alpha-beta pruning search algorithm to find their next move. The application enables one to either play against another person locally on the same device or play against computer (bot).

Authors