Skip to content

Drahiri/Game-Programming-in-CPP

Repository files navigation

Game Programming in C++

Codes from the book Game Programming in C++ by Sanjay Madhav. Updated to work with SDL3.
As I was rewriting from the book and not copied repository coding style may be different.

Solutions to exercises are in respective branches. Except for Chapter 03 Exercise 1, which is math.

Building the code

CMake is required to build.
Create build directory in root directory and from inside call in terminal:

cmake ..

If using Ninja generator use:

cmake .. -GNinja

Required libraries

All libraries should be inside extern directory in root directory or in default PATH:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published