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
- Host: GitHub
- URL: https://github.com/celldra/quick-maths
- Owner: celldra
- License: mit
- Created: 2023-02-24T13:50:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T13:56:34.000Z (about 2 years ago)
- Last Synced: 2023-07-22T13:38:24.039Z (almost 2 years ago)
- Topics: maths, maths-quiz-game, mental-math, rust
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`