Skip to content

TitanPlayz100/teti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teti README

Hosted on github pages here

The info page can be found here

Desktop App

All the information is in the tauri branch, can download in releases

Data Formats

Gamemode Structure (gamemodes.json)

gamemodes = {
    "gamemode_name": {
        settings: {}, // settings that override the default * settings
        displayName: "", // name shown on gamemode selection
        objectiveText: "", // subtext displayed on right side
        goalStat: "", // stat being tracked (valid property in stats class)
        target: "", // target (valid target in settings)
        result: "", // displayed as result (another valid stat in stats class)
        
        music: "", // to be implemented, custom song that can play 
        pbmusic: "", // to be implemented, custom song that played on pb pace
        skin: "", // to be implemented
        board: "", // to be implemented, starting board, tetrio map format
        sidebar: [], // to be implemented, sidebar stats that are displayed
        background: "", // to be implemented, custom background / effects
    }
}