Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```