# SFMLGameDevelopmentByExample **Repository Path**: leafrabbit/SFMLGameDevelopmentByExample ## Basic Information - **Project Name**: SFMLGameDevelopmentByExample - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-21 - **Last Updated**: 2024-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SFML Game Development By Example This is the books code, fixedand made runnable for linux ## Build (Linux) To build, go to the chapter and run ```./build.sh```. I will write some CMakeLists later. After that, you get the executable named *main* ## Windows users To build on windows, you need to fix the respective *Utilities.h* files, first introduced in the code of *chapter_06*. There is currently no build-script for windows. ## Current state chapter_01 - chapter_11 are done. It is much work because the original code is full of errors and some logical problems. chapter_12 - chapter_14 coming