Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anvouk/win32consolegame
weird 2D game entirely based on win32 cmd.
https://github.com/anvouk/win32consolegame
2d-game console console-game cpp20 game game-development visual-studio windows
Last synced: about 2 months ago
JSON representation
weird 2D game entirely based on win32 cmd.
- Host: GitHub
- URL: https://github.com/anvouk/win32consolegame
- Owner: anvouk
- License: gpl-3.0
- Created: 2022-04-23T00:53:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T23:58:32.000Z (over 2 years ago)
- Last Synced: 2023-04-25T21:39:25.575Z (over 1 year ago)
- Topics: 2d-game, console, console-game, cpp20, game, game-development, visual-studio, windows
- Language: C++
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Win32 Console Game
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.
## Build Steps
Requirements are:
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) or
[JetBrains Rider](https://www.jetbrains.com/rider/) (Recommended).
- [vcpkg](https://vcpkg.io/) with `spdlog` and `fmt` packages installed.1. Load project in Visual Studio/Rider.
2. Select a `x64` build configuration (`Debug` or `Release`).
3. Hit the build button.
4. Run it (if using rider, check the `Use external console` under the `Edit Configurations...` panel).