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.
Build static with yarn build
or npm run build
.
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.