Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipankardas011/consolegame
https://github.com/dipankardas011/consolegame
cpp17 msvc2019 terminal-game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dipankardas011/consolegame
- Owner: dipankardas011
- Created: 2021-08-18T17:49:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T15:25:36.000Z (about 3 years ago)
- Last Synced: 2023-03-04T11:53:36.030Z (almost 2 years ago)
- Topics: cpp17, msvc2019, terminal-game
- Language: C++
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConsoleGame
![](/ConsoleGame/images/01.png)
![](/ConsoleGame/images/02.png)
![](/ConsoleGame/images/03.png)# here we have to reach the position where `'X'` is there
😎Colour Codes
colour | code | description
--|--|--
Black | 0 | The color black.
Blue | 9 | The color blue.
Cyan | 11 | The color cyan (blue-green).
DarkBlue | 1 | The color dark blue.
DarkCyan | 3 | The color dark cyan (dark blue-green).
DarkGray | 8 | The color dark gray.
DarkGreen | 2 | The color dark green.
DarkMagenta | 5 | The color dark magenta (dark purplish-red).
DarkRed | 4 | The color dark red.
DarkYellow | 6 | The color dark yellow (ochre).
Gray | 7 | The color gray.
Green | 10 | The color green.
Magenta | 13 | The color magenta (purplish-red).
Red | 12 | The color red.
White | 15 | The color white.
Yellow | 14 | The color yellow.