Skip to content

Checkers game made with SDL

Notifications You must be signed in to change notification settings

Diegothic/sdl-checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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