A spider card game written in Python.
Simply runs base/TkInterface.py with python.
The game is basically the same as the spider card game defautly installed on Windows.
In addition, players can view their statistics and save and load games.
This implementation supports both command line interface and visual interface.
The file Core.py
contains the basic logic of the game. The files CommandLine.py
and TkInterface.py
are
implementation of two kinds of interfaces.
The latest version of spider card game on Windows10 can generate games of different difficulty. I am thinking of algorithms to implement this feature.