Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 885 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 885 Bytes

EnglishCheckers:

Created the game English Checkers in Java using swing and awt libraries.

The game starts by choosing the game mode, PvP or PvE.

If PvE is choosen then you must choose the computer's strategy.

Evey turn, select the disc you want to move and possible tiles to move to will be marked as yellow, choose one of them.

Structure

  • EnglishCheckersGUI
    • Description: The graphic representation of the board, coloring and click event handling.
  • EnglishCheckers
    • Description: The game logic.

Future Possible Upgrades

  • Add an intro and game over screens.
  • Make smarter computer strategies.
  • Add scores and a restart button.

Images: