flappy-bird-pixi

This is an example game made with PixiJS to demonstrate the features of our GameFi SDK. The server source code for this game can be found here.

Building

Build static with yarn build or npm run build.

Development

Run yarn dev or npm run dev to start the development server. It will automatically reload the page when you make changes to the code.