Skip to content

MartinKondor/SFMLGameBoilerplate

Repository files navigation

SFMLGameBoilerplate

version Project Status Contributions welcome GitHub Issues License

Boilerplate for making SFML games.

It has a:

  • Basic GUI.
  • Portable configuration.
  • Multi screen system.
  • Premade Code::Blocks project.
  • SFML 2.5.1 in the lib directory.

The Code::Blocks project is ready to build.

Project structure

bin/  # Executable and static files
include/  # header files
lib/  # SFML and libraries
src/  # source files

Usage

Open the .cbp file with Code::Blocks.

Contributing

Ways to contribute:

  • Check for open issues
  • Read the TODO file

Steps

  1. Fork this repository
  2. Create a new branch (optional)
  3. Clone it
  4. Make your changes
  5. Upload them
  6. Make a pull request here

Authors

License

Copyright © Martin Kondor 2022

This repository is licensed under the MIT license. See the LICENSE file for more details.