minicrossterm/examples/program_examples
2018-08-21 18:22:22 +02:00
..
first_depth_search Overall commend improvement 2018-08-14 23:00:20 +02:00
snake Refactor 2018-08-19 23:13:21 +02:00
command_bar.rs bug fixe 2018-08-21 18:22:22 +02:00
logging.rs Unix errors fixed and started with testing 2018-08-12 20:41:08 +00:00
README.md windows changes 2018-08-21 18:05:53 +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.

  • Snake

    This is a snake game implemented with this library.

  • Command Bar:

    This is a terminal application where multiple threads write to the output while you can enter commands asynchronously.

  • Logging:

    This is an async logging program to demonstrate asynchronous logging with an queue.