/web-ponies

Library making Ponies playing in your web site

Primary LanguageTypeScriptOtherNOASSERTION

Web-Ponies

Reimplementation of Desktop Ponies in browser javaScript

Development

At first, you should get git submodule for using images of Desktop-Ponies without bloating this repository.

git submodule init
git submodule update

Then moving ponies images into repo and marshalling datas should be prepared by executing script file scripts/convertIni.js.

npm i
npm run prepare

Now it's ready for development!

npm run start

Thanks to

This library started from fork of Browser-Ponies. Thanks to @panzi and @JasminDreasond for their efforts!