Print("Life as a Programmer")
Yeah being a programmer is the absolute best. I always wanted to stay up late writing code ( please note the sarcasm). Well anyway on with the point. I spent ages trying to figure how to get the pieces to move on the screen but all the effort I did was really for nothing because the point was that all the work that I was doing was on the front end and that is pointless. Therefore, I then decided to go try and make a console based version of the game first and then link that to my GUI. This meant that all the previous effort was in vain but oh well that is what programming is about. I really did learn something though. Next time I should get work on a console based logic and then go to the GUI from there. Well lesson learnt i went forth with my quest, and finding inspiration from some sources on the internet like the following, i decided to make the game object oriented (or at least try to):
https://github.com/yono38/Simplified-Checkers/blob/master/checkers.py
With my limited knowledge of Object Oriented Programming in Python (although I am studying OOP in C++) and my almost zero knowledge of pyglet i meandered into unknown waters and somehow ended up with a little progress and a lot of dark circles (the dark circles weren't really new but the sleepless nights that caused them sure were).

print("Google I think I am ready for you now! Well I am ready to beat you not be you!")
No comments:
Post a Comment