Skip to content

Instantly share code, notes, and snippets.

View SoRA-X7's full-sized avatar

SoRA_X7 SoRA-X7

View GitHub Profile
@MinusKelvin
MinusKelvin / mvp.md
Last active May 11, 2025 14:42
Tetris Bot Protocol Minimum Viable Product

Tetris Bot Protocol (TBP)

Tetris-playing computer programs have recently become more popular with the development of Zetris (mat1jaczyyy), a port of MisaMino (misakamm) to the official Tetris game Puyo Puyo Tetris. Since then, new programs have been developed such as Cold Clear (MinusKelvin), Tetras (traias), Wataame (ameyasu), and Hikari (SoRA_X7). Currently, all of these independently solve the problem of interfacing with the host game. This duplicates a lot of work between these projects, especially since this interfacing code is generally not made public due to concerns about such programs being used to cheat in online

@wakagomo
wakagomo / TransparentWindow.cs
Created February 8, 2019 13:19
Transparent Window for Unity
///
/// Copyright (c) 2019 wakagomo
///
/// This source code is released under the MIT License.
/// http://opensource.org/licenses/mit-license.php
///
using UnityEngine;
using System;