Termino is a library for c++ which provide set of tools for making a terminal/console based games in c++. This library is based on ncurses.
- Game Object : Create game objects with custom postion, color, sprite.
- Collision : Check collision of two game objects. You can also check collision direction (top, bottom, left, right).
- Window - Check realtime window size (width, height). Control FPS of the window. Also clear and update the window.
- Inputs - Get inputs for each frame. You can set whether to wait for the input or not.
- Colors - Make custom colors and color themes. Use these colors in your game objects and window background.
- Text - Display text with pre-made screen anchor points. ALign text in x and y independently. You can also align game objects.