print("First Update")
To start of I had to install pyglet on my computer, which was simple enough. After that, as I experimented with my code, I realised that I should change my IDE. So, I decided that I would start using the PyCharm IDE instead of the regular IDLE IDE, and really PyCharm did not fail to astound. It is absolutely perfect and makes the code so much cleaner. It really works like a dream. So, I decided that I would be using it to make my code.
Now the next step was to select the board, logo and pawns for the game. I decided to create them myself using paint as that provided me more control over dimensions and will also make the game more my own.
Using pyglet I generated a window and used the .blit(x, y) command to draw my board on the screen as background. Using different commands I set up the window how I wanted and even added an icon to the window. Then I loaded the pawns on the screen as sprites. This was all the work for the GUI and it was completed a while back, I know this update is late but Oh well nothing can be done now.
I'll hopefully be back in a few hours to update you on the next part of this code, the part that really makes me want to be a programmer all the more (yeahhhh about that... ). I should also have some nice screenshots by then.
print("later!")
No comments:
Post a Comment