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

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

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