QTTRPG
QTTRPG is a Quantum TTRPG that functions both as a Quantum Programming Language and as a TTRPG. All rules and such are still in Development and subject to change.
Functions of the Code - Pnt - Pointer Dim - Dimesnsions Int - Interger Qub - Quibit Mod - Dice Modifier
Pnt Commands -
Pnt.+(dim) - Creates a new pointer in the requested dimension labeled as pointer[x] Pnt.(dim).[pointervalue][< or >](int) - Moves Requested Pointer in the requested directions (int) amount
Dim Commands -
Dim.+(dim) - Creates a new Dimension labeled as Dim[x] Dim.-(dim) - Removes a Dimension Dim.@(dim) - Records the Binary Values of a Dimension. Labels text file as (dim)output
Int Functionality -
Int is just intergers. That's it, you use them for stuff.
Qub Commands -
Qub.H - Put a Qubit through a Hadamard Gate Qub.M - Collapses a Superposition and Measures the Qub as an Int. Qub.@ - Records the Value of a Quibit onto a Text file labeled as [qub](dim)output
Mod Functionality -
Modifies the Dice by Multiplication on Attacks and Defense.