skip to main content
All projects

Dungeons project

A command-line game me and my team made as a semestral project.

Dungeons
Status Done
Date November 2022
Type
Game
Platform
Desktop
Effort Team
Incentive Academic
Documentation https://dungeons.zhincore.eu/
Source code bitbucket /mendelu/zoozs2022_xzingor
Created September 12, 2022 at 11:16:25 AM
Last update January 24, 2023 at 3:20:54 PM

A command-line game me and my team made as a semestral project.

Features

  • Multiplatform : Runs on Linux and Windows.
  • Delta-rendering : Renders only changes for smooth display without flickering where possible.
  • Keyboard controls : The game and UI is controlled using arrows or WASD. This is no command-based adventure!
  • Mouse support : You can use mouse to control the entire game!
  • Emoji support :
    • User can whenever switch from eASCII-only to Emojis mode for improved experience. *
    • The application frontend uses wchar / wstring for Unicode support.
    • NOTE : Emojis need to be supported by the terminal emulator (e.g. Windows terminal or Linux).
  • Color support :
    • User can whenever enable colors for improved experience. *
    • This is useful if user's terminal doesn't support emojis.

* On Linux the default is emojis without colors, on Windows the default is colors without emojis.

Used technologies