A simple Checkers game made only with HTML/CSS for graphics and JavaScript for game logic.
- A playable local multiplayer Checkers game with nice and clean visual made from scratch.
- Just CSS/HTML and JS
- No frameworks
- No images
- No pre-made logic algorithms
- Board: Grid, black and white background color, hard coded.
- Men: Second Grid on top of Board, classes to define where to render each Man and what color. Id's for easy logic manipulation. Created and positioned by
- Board 2D Array.
- Custom findIndexOf for 2D Array.
- Get elemens on click.
- Move Men by click.
- 3D feel.
- Change players turn.
- Prevents moving the other player's Men.
- Highligth the possible moves.
- Prevents forbidden moves.
- Extra "eating" move after "eating" a Man.
- Remove fallen pieces.
- Score Tracking System
- Include Crowned King Man after reaching the board limit
- Enchanted 3D feel ( Pieces )
- Timing System
- King free move
- Coronation only on final move
Prevents forbidden moves.Extra "eating" move after "eating" a Man.Remove fallen pieces.Include Crowned King Man after reaching the board limit.- win Condition
- Reset button
- Brug tracking ( Chrome first board rotation )
Score Tracking SystemTiming System
- Time limit with new win condition.
Enchanted 3D feel ( Pieces )
- 13/02/2019:
- 14/02/2019:
- 15/02/2019: