https://github.com/mikedevelops/farm
A JavaScript farm simulator game
https://github.com/mikedevelops/farm
Last synced: 8 months ago
JSON representation
A JavaScript farm simulator game
- Host: GitHub
- URL: https://github.com/mikedevelops/farm
- Owner: mikedevelops
- Created: 2017-12-19T13:11:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T14:13:40.000Z (over 8 years ago)
- Last Synced: 2025-01-11T14:28:21.007Z (over 1 year ago)
- Language: TypeScript
- Size: 111 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ENGINE
A starting point for games built on the [PIXI.js](http://www.pixijs.com/) renderer in [TypeScript](https://www.typescriptlang.org).
## Getting Started
Grab project dependencies.
```
npm install
```
Start a local webserver and watch for changes.
```
npm run watch
```
Run test suite, powered by [Jest](https://facebook.github.io/jest/).
```
npm test
```