CPPFG2 is a 2D fighting game built in C++
Follow the development journey on YouTube, Discord
- Git
- Clang
- CMake
- Ninja
- Development libraries: libX11, OpenGL (mesa), libpng, pthread, libc++
sudo apt update
sudo apt install git clang cmake ninja-build libx11-dev libgl1-mesa-dev libpng-dev libpthread-stubs0-dev libc++-dev libc++abi-devgit clone https://github.com/RoundBearChoi/CPP_FightingGame_2
cd CPP_FightingGame_2Create build directory and generate build files:
mkdir build
cd build
cmake -G "Ninja" ..Compile project:
ninjaRun:
./CPPFG2For detailed build configuration, refer to CMakeLists.txt file in the repository
This project is licensed under OLC-3 License. Below is the full license text:
OLC-3 License
Copyright 2018 - 2024 OneLoneCoder.com
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions or derivations of source code must retain the above copyright notice, this list of conditions, and the following disclaimer.
- Redistributions or derivative works in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT