Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 rust

The code in this repository is not the cleanest, as it's literally the first rust code I've ever written. Deal with it