2020年2月1日土曜日

Simple programming note: WANASAGASHI(board game, open source)

Board Game: Find the Wanas and save the sheep!
Download and view source code: https://github.com/ka373/WANASAGASHI

______________________________________________
For a quick reference on Python, I refer to the following book:
Title: 파이썬 정복
Initial release: April 02, 2018
Author: 김상형

* Use wxPython for the GUI

* Board size: 10x10, 7x7.

* Make a 10x10 board, 10x10 cover, 7x7 board, and 7x7 cover and change the look according to the situation.

* State

state_init-> state_glance-> state_choice-> state_gameover
            <---------------------------------------

* Determine the number of Wanas to clear the stages

* 5 stages

* Time decreases when stage changes

* Executable files are created with PyInstaller.

0 件のコメント:

コメントを投稿