A curses library wrapper for Monkey2 that supports Windows and Linux.
macOS support will eventually be added.
On Windows PDCurses is used.
On Linux Ncurses is used.
- On Linux you will need to install 'ncurses-dev' (sudo apt install ncurses-dev)
- Download or Git Clone to your Monkey2 ‘Modules’ folder
- Recompile module
- Compile tests inside the ‘tests’ folder
- Run tests via your ‘products’ folder and not via Ted2Go