Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mte90/guess-the-number
QT demo in C++, Rust and Go
https://github.com/mte90/guess-the-number
c-plus-plus golang hacktoberfest rust
Last synced: 6 days ago
JSON representation
QT demo in C++, Rust and Go
- Host: GitHub
- URL: https://github.com/mte90/guess-the-number
- Owner: Mte90
- License: gpl-3.0
- Created: 2016-06-21T17:18:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T08:52:48.000Z (about 2 years ago)
- Last Synced: 2024-12-17T14:50:16.693Z (7 days ago)
- Topics: c-plus-plus, golang, hacktoberfest, rust
- Language: Makefile
- Homepage:
- Size: 2.2 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# What?
[![License](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
![](screenshot.png)
## Qt-C++
That version require QtCreator or qmake to compile.
## Qt-Rust
```
sudo apt-get install qt5-default qttools5-dev
cargo run --bin guess
```## Qt-Go
```go
go run cmd/guess/main.go
```