UPDATE #3
things added in this update:
- added a subtle background
- added a sidebar
- added “Game Log” text
- moved board and bar to the right a bit
- added a GitHub readme
- rounded corners of chess board and other stuff
Issues:
I started to notice the rendering of my chess pieces moving were slightly lagging, after doing a performance test of my code using python’s profile tool i noticed that my logic for getting legal moves was called 160k+ times and my pieces were rendered 50k+ times. This made my chess engine run at 30-50 fps so i will have to fix the performance issues soon. Next update will prolly be addressing these issues and adding more UI changes
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.