├── Compiler ├── bin2array.py ├── compiler.py └── ita.py ├── Example Games ├── silence.bin └── silence.src ├── LICENSE ├── Players ├── ArduBoyGTI │ └── ArduBoyGTI.ino └── player.py └── README /Compiler/bin2array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spaceneedle/GameTextInterpreter/HEAD/Compiler/bin2array.py -------------------------------------------------------------------------------- /Compiler/compiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spaceneedle/GameTextInterpreter/HEAD/Compiler/compiler.py -------------------------------------------------------------------------------- /Compiler/ita.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spaceneedle/GameTextInterpreter/HEAD/Compiler/ita.py -------------------------------------------------------------------------------- /Example Games/silence.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spaceneedle/GameTextInterpreter/HEAD/Example Games/silence.bin -------------------------------------------------------------------------------- /Example Games/silence.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spaceneedle/GameTextInterpreter/HEAD/Example Games/silence.src -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spaceneedle/GameTextInterpreter/HEAD/LICENSE -------------------------------------------------------------------------------- /Players/ArduBoyGTI/ArduBoyGTI.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spaceneedle/GameTextInterpreter/HEAD/Players/ArduBoyGTI/ArduBoyGTI.ino -------------------------------------------------------------------------------- /Players/player.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spaceneedle/GameTextInterpreter/HEAD/Players/player.py -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spaceneedle/GameTextInterpreter/HEAD/README --------------------------------------------------------------------------------