A python ASCII roguelike game inspired by Totally Accurate Battle Simulator.
TABS is a semi-zero-player strategy game, where you don't control the units, but place them instead and watch them fight the enemy units. I decided to make my own game in that style, but that time, ASCII. Because why not? :) I decided not to use much libraries and I try to make it work with mostly standard python tools.
- Menu
- Various kinds of units. About 5 right now.
- Very simple AI... which works pretty badly.
- Coloring with colorama library
- Three modes!
Economics (gold to spend on units)Done, but simple for now.- Different kinds of units
- Jokes like in original TABS :)
- Status effects
- Sounds
- Making the game more polished overall