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
- Host: GitHub
- URL: https://github.com/sub6resources/searchandsort
- Owner: Sub6Resources
- Created: 2018-01-26T16:19:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T15:00:28.000Z (over 8 years ago)
- Last Synced: 2025-01-28T20:17:47.726Z (over 1 year ago)
- Language: C#
- Size: 7.47 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)