diff options
| author | Franklin Wei <git@fwei.tk> | 2015-05-29 19:02:29 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-05-29 19:02:29 -0400 |
| commit | 764528d50d0a84ca41fe6585fb7b80ac706e2a93 (patch) | |
| tree | f92709c1ce17e001bff693877a45e36d1e2fad74 | |
| parent | a03e48a871f775901c0946f3e4eb34f41a7e5e1a (diff) | |
| download | market-sim-764528d50d0a84ca41fe6585fb7b80ac706e2a93.zip market-sim-764528d50d0a84ca41fe6585fb7b80ac706e2a93.tar.gz market-sim-764528d50d0a84ca41fe6585fb7b80ac706e2a93.tar.bz2 market-sim-764528d50d0a84ca41fe6585fb7b80ac706e2a93.tar.xz | |
update the readme
| -rw-r--r-- | README.md | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,4 +1,18 @@ Market-Sim ========== -A retro stock-trading game utilizing live data from Yahoo! Finance +A retro stock-trading game utilizing live data. + +Made mostly for fun, there's a (very slow) CGI-based demo version available [here](http://fwei.ml/market-sim.html). + +## About + +I got bored the other day and whipped this up over the course of about a day. + +## Contributions + +Contributions are always welcome, see the [TODO list](https://github.com/theunamedguy/market-sim/blob/master/docs/TODO) for some things to do. + +## License + +Market-Sim is licensed under the [GNU General Public License, version 2](http://www.gnu.org/licenses/gpl-2.0.html). |