https://github.com/ldd/economy-test
quick and dirty economy simulation
https://github.com/ldd/economy-test
Last synced: about 1 year ago
JSON representation
quick and dirty economy simulation
- Host: GitHub
- URL: https://github.com/ldd/economy-test
- Owner: ldd
- License: mit
- Created: 2023-09-17T23:53:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T03:57:15.000Z (over 2 years ago)
- Last Synced: 2025-02-07T21:18:17.834Z (over 1 year ago)
- Language: TypeScript
- Size: 56.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Economy Simulator
Quick attempt at reproducing the excellent blog post by Thomas Simon named [Building an economy simulator from scratch
](https://thomassimon.dev/ps/4)
## Installation
- use yarn (or npm)
```
yarn
```
### build
```
yarn build
```