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
spdlog
andfmt
packages installed.
- Load project in Visual Studio/Rider.
- Select a
x64
build configuration (Debug
orRelease
). - Hit the build button.
- Run it (if using rider, check the
Use external console
under theEdit Configurations...
panel).