/GFT

GFT - Gaming Framework for Tezos

Primary LanguageTypeScriptMIT LicenseMIT

GFT - Gaming Framework for Tezos

Summary

2022-12-27 01 19 52 This is a robust, flexible and scalable solution that allows game devlopers to take full advantage of the Tezos Blockchain.

Live Demo

https://g-f-t.netlify.app/

Setup

GFT runs on node and Unity LTS version 2020.3.

Please install them before you begin.

Install node components

Clone this repo and in terminal enter:

nmp install

This will install required packages.

Build from Unity

Unity project should be built as WebGL and named public - the output /Build/ directory is placed in the /public/ folder.

This repo contains an example Unity WebGL Component already built and placed in the /public/Build/ folder, it shows the basic functionality.

For more information, please see the repo that handles this https://github.com/jeffreylanters/react-unity-webgl

Build from node

To create an optimized build that can be deployed, in terminal enter:

npm run build

Deploy to Netlify

You can now simpley drag-and-drop the build folder to deploy to netlify.

Tutorials - Extended Documentation

Medium Article

Screen Shot 2022-12-27 at 2 14 08 AM

This article gives a step-by-step, comprehesive walkthrough of all the functions and components of GFT!

Dependencies

GFT runs on node and Unity LTS version 2020.3.