X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/f54c7e322970393cb20a2d9707035ef4f0a51d6c..364d406682633ffbaa4186c71848891424aa3d83:/TODO diff --git a/TODO b/TODO index 3450729..0fd1f9e 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,5 @@ possible bugs - * check out quadra gravity: single block over multiplayer junkhole - -> piece falls down * fail on insufficient space @@ -9,7 +7,6 @@ near-future * only global pause (handled by server in mp) every client still has readiness flag - * piece seperation when middle cleared away? (check quadra -> piece split) * correct cursorposition at quit * echo \r * transmit player fields of game in progress to new player @@ -114,6 +111,21 @@ distant future * adjustable player order (maybe even in config by nick/hostname) * multiple channels per server * /join and /part + * hold piece + * multiple level block preview + * customizable colors + * original: + BT_I=RED, O=BLUE, T=ORANGE, L=MAGENTA, J=WHITE, S=GREEN, Z=CYAN + * sega: + BT_I=RED, O=YELLOW, T=CYAN, L=ORANGE, J=BLUE, S=MAGENTA, Z=GREEN + * atari: + BT_I=RED, O=BLUE, T=GREEN, L=MAGENTA, J=YELLOW, S=CYAN, Z=ORANGE + * quadra: + BT_I=GREEN, O=ORANGE, T=BLUE, L=MAGENTA, J=YELLOW, S=CYAN, Z=RED + * tetrinet: + BT_I=BLUE, O=YELLOW, T=YELLOW, L=MAGENTA, J=GREEN, S=RED, Z=BLUE + * guideline: + BT_I=CYAN, O=YELLOW, T=MAGENTA, L=ORANGE, J=BLUE, S=GREEN, Z=RED consider