An open API service indexing awesome lists of open source software.

https://github.com/sub6resources/searchandsort

A new tank game to practice searching and sorting
https://github.com/sub6resources/searchandsort

Last synced: 22 days ago
JSON representation

A new tank game to practice searching and sorting

Awesome Lists containing this project

README

          

# SearchAndSort
A tank game to demonstrate various searching and sorting algorithms for UVU CS-1410.

This was developed in Jetbrains Rider. Opening the project and selecting the default run configuration should allow you to run without any problems.

Alternatively, download the mono command-line tool and run the exe found in the releases tab of this GitHub repository with `mono -v SearchAndSort.exe` (Yes it works fine on Mac)