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

https://github.com/crymises/fakestake

A Compilation Of CPP Gambling Games
https://github.com/crymises/fakestake

cpp

Last synced: 9 months ago
JSON representation

A Compilation Of CPP Gambling Games

Awesome Lists containing this project

README

          

# fakeStake
### Check The Releases!!!
A Compilation Of CPP Gambling Games

To Run The Game In Termux :
Download Clang and Gh
```
pkg install clang && pkg install gh
```
Check The Release You Want To Download
```
gh release ls -R cryMises/fakeStake
```
Download The Release
```
gh release download -D main -R cryMises/fakeStake
```
Go Inside The Directory And Extract
```
cd main && unzip
```
Go To The File
```
cd && cd src
```
Compile
```
clang++ -std=c++23 -stdlib=libc++ -lc++ -Wall main.cpp -o ./fakeStake && ./fakeStake
```