
game development, computer graphics, and user interface (UI) programming
The Checkers Game project involves building an interactive digital Checkers board where two players can play against each other, or a user can play against a computer (AI). The game should follow standard Checkers rules, including diagonal moves, capturing pieces, and king promotions.
Game Engines: Unity (C#), Godot (GDScript) Graphics Libraries: Pygame (Python), SFML (C++), Phaser.js (JavaScript) GUI Development: Tkinter (Python), JavaFX (Java), HTML5 Canvas (JavaScript) AI (if applicable): Minimax Algorithm, Alpha-Beta Pruning Before Commencing the project the following links have to be examined.
https://www.pygame.org/news
https://www.geeksforgeeks.org/
https://phaser.io/
https://openjfx.io/