Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 501 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 501 Bytes

aintnopig

To compile the Typescript into Javascript:

yarn tsc

Pig images go into the game_images dir and are named pig1.jpg through to pigM.jpg. At the moment M must be configured in core.ts

Not-a-pig images go into the game_images dir and are named notapig1.jpg through to notapigN.jpg. At the moment N must be configured in core.ts

The Polina fonts were purchased from Fontspring and the woff and woff2 files go into the fonts dir.

Fonts and images are not stored as part of the git repo.