Home / 1.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2021-06-25 2.0 kB
ConsoleGame.exe 2021-06-25 4.8 MB
Totals: 2 Items   4.8 MB 0

ConsoleGame / Console-Game

It's a really small project that is a game you can play in console. If you want to change setting without changing code, use ConfigCG.json file. Link to trailer

Version

1.3

Table of contents

General info

There you moving by a some face character or different and you have to earn some points by moving on dollar or different character. There actually nothing more.

Screenshots

Example screenshot 1 Example screenshot 2 Example screenshot 3

Config

If you want to use config you must put it into same folder as ConsoleGame. There are all variables you can change. You delete them if you want and in this case game will use default content of delete variable. But remember that now config doesn't support unicode.

{
  "config": {
    "sizeX": 20,
    "sizeY": 10,
    "playerPositionX": 2,
    "playerPositionY": 2,
    "addFrames": true,
    "replaceSpaceByFrame": false,
    "spaceChar": " ",
    "frameChar": "#",
    "playerSprite": "O",
    "pointSprite": "$"
  }
}

Technologies

Project is created with: * CMake * PDCurses-3.9

TODO:

  • Unicode config
  • Enemies

Status

Project is in progress cause I still have some stuffs to do (see at TODO).

Contact

Created by Gienczyslaw - you can contact me by email gienczyslawprzeor@gmail.com

Source: README.md, updated 2021-06-25