Skip to content

Making a Shifumi with Python (using numpy and pandas librairies) and Tkinter (GUI)

Notifications You must be signed in to change notification settings

zharrow/Shifumi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✌️ shifumi

This goal's project is to make an AI that can play shifumi, with a little tkinter interface.

The objective is not to make the best AI of the world, but just to make an AI that can know what is your next move by analyzing data stored in csv.

📚 Python imports

For this project we use :

  • pandas:
    • for dataframe
  • numpy:
    • for array
  • matplotlib:
    • for graphic
  • tkinter:
    • for interface

💫 Conventionnal commit

We use this syntax for each commit : <key>: <message>.

Example:

  • feat: new project
  • fix: fix troubles
  • delete: remove useless files

There is more key word but these 3 are the most important.

About

Making a Shifumi with Python (using numpy and pandas librairies) and Tkinter (GUI)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages