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

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.

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