aelmosalamy / ascii-combat

A simple CLI text adventure game, created for learning purposes, feel free to contribute.
MIT License
69 stars 17 forks source link

Main game screen #3

Closed aelmosalamy closed 5 years ago

aelmosalamy commented 5 years ago

The main game screen even thought it will be text-based, It must be attractive, by attractive I mean colors/options/split views etc.. all of this features can be added with a curses-like TUI module. I didn't decide yet but options are:

  1. curses itself (Nope, It only works on Unix based systems)
  2. Blessings
  3. Urwid (Nope, Unix based too)
  4. asciimatics

After some research and brainstorming for the actual needs and functionalities to be in the main game screen I will choose one of these modules to adopt in this project.

EDIT: I will choose a library called colorama It supports windows as well as unix, It will be nice to get rid of the monotone hell in the AC's Combat system, I will post a color scheme for the game soon here is a picture of colorama in use image