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
- Host: GitHub
- URL: https://github.com/crymises/fakestake
- Owner: cryMises
- Created: 2025-04-02T07:02:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T00:34:37.000Z (about 1 year ago)
- Last Synced: 2025-09-21T06:38:04.495Z (9 months ago)
- Topics: cpp
- Language: C++
- Homepage: https://tipcodes.vercel.app
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```