minicrossterm/examples/program_examples
2019-09-19 17:39:14 +02:00
..
first_depth_search API Cleanup - part 2 (#238) 2019-09-19 17:39:14 +02:00
snake API Cleanup - part 1 (#235) 2019-09-19 13:12:16 +02:00
README.md Examples cleanup (#196) 2019-09-05 16:14:33 +02:00

This folder will contain some examples of how to use this crate in a 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 a search algorithm implemented visually. This program uses the following functionalities: cursor movement, coloring, alternate screen and terminal clearing. To run this use cargo run in the directory of first depth search.

  • Snake

    This is a snake game implemented with this library. To run this use cargo run in the directory of snake.