Releases: Benny1143/1d-ctd-project
Releases · Benny1143/1d-ctd-project
v2.1
Added
- .gitignore to ignore local map file
OptionManager
has auto counter now- Add
self.input
toTerminalManager
(an extend ofself.print
)
Changes
- Updated
inplace
asTrue
- Quicker printing with Terminal manager
colors.White
is the same ascolors.ResetAll
- Update README.md
- Change
self.print
toself.input
for whenself.print
returns an input - Simplify Terminalmanager
Removed
- Colorama package
- "0" Secret Code
- Removed unused print in main.py under
get_user_map_dic()