Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jqntn/quengine

Extensible C++20 2D game engine with multiplayer sample
https://github.com/jqntn/quengine

chess client client-server cpp cpp20 entt game game-dev game-development game-engine games glm imgui minesweeper multiplayer sdl sdl2 server windows

Last synced: about 2 months ago
JSON representation

Extensible C++20 2D game engine with multiplayer sample

Awesome Lists containing this project

README

        

# QuEngine

## Supported Platforms
\>=Win10 - x64

## Get Started
### Build
#### Requirements
- [Visual Studio 2022](https://visualstudio.microsoft.com/) w/ [C++ workload](https://learn.microsoft.com/cpp/build/vscpp-step-0-installation)
- [vcpkg](https://vcpkg.io) ([now included with VS](https://devblogs.microsoft.com/cppblog/vcpkg-is-now-included-with-visual-studio/))

*For the cross-platform sample servers:*
- [CMake](https://cmake.org/) ([included with VS](https://learn.microsoft.com/cpp/build/cmake-projects-in-visual-studio))