A small game engine specifically built for one of my 2D game projects.
Octopus provides the required components for creating small 2D games using a minimal focused API. Designed to handle core engine functionality while allowing the creation of a wide variety of games.
- Windows
- C++20
- Visual Studio 2022 or newer
- Clone the repository with submodules:
git clone https://github.com/Gorvvb/Octopus --recursive- run GenerateProjects.bat
- Open the generated solution file in Visual Studio.
- Build and run the project.
- Simple application framework
- Logging system
- Event system