Using Classes to Build a Game Engine in C++

Use your knowledge of object-oriented programming to design a “game engine” that can be used for building multiple games. Take a top-down approach, drawing on encapsulation, hierarchical inheritance, and polymorphism to create the two-person game Othello, also known as Reversi. Discover the ease with which you can create other subclasses for additional games, such as checkers and chess.

English
  • Originally Aired January 1, 2019
  • Runtime 30 minutes
  • Created November 2, 2024 by
    HadesMeat
  • Modified November 2, 2024 by
    HadesMeat