Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Making a game!

BlueFalconHD edited this page Nov 6, 2021 · 1 revision

Making a game

1. Making a valid meta.json file

format:

[{
    "info": {
        "uuid": "a9f9f9f9-9f9f-9f9f-9f9f-9f9f9f9f9f9f",
        "identifier": "devname:gamenamespace",
        "version": 1.0,
        "name": "Lorem Ipsum Game",
        "desc": "loremipsumdolorsitamet"
    },

    "components": [
        "snxt.main",
        "snxt.storage",
        "snxt.whatever other optional api we implement"
    ]

}]
Clone this wiki locally