Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b1n-ry/cli-minesweeper
CLI minesweeper I made in relation to a school-project
https://github.com/b1n-ry/cli-minesweeper
Last synced: about 2 months ago
JSON representation
CLI minesweeper I made in relation to a school-project
- Host: GitHub
- URL: https://github.com/b1n-ry/cli-minesweeper
- Owner: B1n-ry
- Created: 2024-02-27T22:20:14.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-03T20:48:27.000Z (11 months ago)
- Last Synced: 2024-03-03T21:38:19.254Z (11 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a small implementation of minesweeper as a CLI application I wrote in rust
* Why does this exist?
I'm developing as a part of a group a CPU that should be able to run minesweeper in a similar fashion to this, so this is a proof of concept of how things can
work, but also to get an idea what will be required on the CPU for this to work together* Why rust?
I wanted to learn rustThe code in this repository is not the cleanest, as it's literally the first rust code I've ever written. Deal with it