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

https://github.com/celldra/quick-maths

Simple mental maths game written in Rust
https://github.com/celldra/quick-maths

maths maths-quiz-game mental-math rust

Last synced: 2 months ago
JSON representation

Simple mental maths game written in Rust

Awesome Lists containing this project

README

        

# quick-maths
Simple mental maths game written in Rust

## Compliation
You'll need the Rust stable (or nightly) toolchain to compile.

1. Clone the repository

```sh
git clone https://github.com/celldra/quick-maths.git
```

2. Compile

```sh
cd quick-maths
cargo build --release
```

3. Run

```sh
cd target/release
./quick-maths
```
*Profit!*

## License
Licensed under the MIT license, check `LICENSE.md`