Hello once again guys, so this is my third post while I am making "The Checkers" game, so as I discussed in my last post that I have made few changes in my work, and the change is that instead of pyglet I am using Tkinter, and the reason is that it is quite easy to work using Tkinter, you don't even need to import any external toolkit because it is already installed in python, and there are many features that tkinter provides which make our work easier. Now, I just tell you that what I have done in implementing me checkers' game, so I am almost half way done with my game. I have created pieces on the board for two players, they are moving diagonally forward using mouse.

In making this use the concepts of oops, worked on classes, objects,and some functions, and it is just about 200 lines' code for the work I have done yet.
In making this use the concepts of oops, worked on classes, objects,and some functions, and it is just about 200 lines' code for the work I have done yet.
Comments
Post a Comment