Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 881 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 881 Bytes

SDL-Checkers

gameplay showcase_1

Introduction

This project is a checkers game built with SDL2 in C++.

Rules

gameplay showcase_2

Game rules are taken from the international variant of draughts.

  • Pieces move and capture diagonally
  • Dark squares only
  • Board size is 10x10
  • Backwards capture is possible
  • Knight pieces can fly
  • Forced capturing

Features

gameplay showcase_3

  • Game Loop
  • Camera movement
  • Dynamic lighting
  • Smooth shading
  • Mesh generation
  • Game states
  • Piece movement
  • Piece capturing
  • Piece types
    • Man Piece
    • Knight Piece
  • Win/Loose conditions

Technologies

Requirements