Weird experimental side-project about building a 2D game inside the Windows cmd.
Use arrows to move player.
Tested on Windows 10 but should also work on Windows 7 and higher.
Requirements are:
- Visual Studio 2022 or JetBrains Rider (Recommended).
- vcpkg with
spdlogandfmtpackages installed.
- Load project in Visual Studio/Rider.
- Select a
x64build configuration (DebugorRelease). - Hit the build button.
- Run it (if using rider, check the
Use external consoleunder theEdit Configurations...panel).