minicrossterm/examples/Crossterm 0.3.1/program_examples
2018-07-20 18:00:46 +02:00
..
first_depth_search read line, read char, read async and read async until implemented for windows 2018-07-20 18:00:46 +02:00
README.md read line, read char, read async and read async until implemented for windows 2018-07-20 18:00:46 +02:00

This folder will contain some examples of how to use this crate in an real live environment.

If you have created a game or something feel free to upload it, would be a great help for other people and me to make this crate better!

The programs are:

  • First depth search: This is an search algorithm implemented visually. This program uses the following functionalities: cursor movement, coloring, alternate screen and terminal clearing.