https://github.com/fhightower/stock-game-go
A game in which you, the trader, have seven days to make as much money as you can buying and selling stocks.
https://github.com/fhightower/stock-game-go
Last synced: about 1 year ago
JSON representation
A game in which you, the trader, have seven days to make as much money as you can buying and selling stocks.
- Host: GitHub
- URL: https://github.com/fhightower/stock-game-go
- Owner: fhightower
- Created: 2022-04-02T01:34:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T14:38:25.000Z (over 2 years ago)
- Last Synced: 2025-04-13T01:08:55.425Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Game
A game in which you, the trader, have seven days to make as much money as you can buying and selling stocks.
## Usage
Optionally, you can drop into a docker container to run this game:
```
docker-compose run --rm dev
```
Then run the game:
```
go run game.go
```