guruqu / tetris-battle-bot

Automatically exported from code.google.com/p/tetris-battle-bot
0 stars 0 forks source link

Can't recognize the "I"-figure #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Can't recognize the "I"-figure (blue on screenshot), no matter what colour I've 
used.

Original issue reported on code.google.com by altera...@gmail.com on 19 Dec 2014 at 3:47

GoogleCodeExporter commented 9 years ago
Can you specify what site this is and what type of game type? Will test.

Original comment by nathanie...@gmail.com on 20 Jan 2015 at 10:59

GoogleCodeExporter commented 9 years ago
Game type - tetris battle. Site - https://vk.com/tetrism
Actually you can see the action here -
http://synergeia.webfactional.com/fs/public.php?service=files&t=63af4cc7d702db74
4539834da2d24ba9

2015-01-20 16:59 GMT+06:00 <tetris-battle-bot@googlecode.com>:

Original comment by altera...@gmail.com on 1 Feb 2015 at 7:10

GoogleCodeExporter commented 9 years ago
btw, figures have diffrent colours, so I use these:
  public static final Color lightBlue = new Color(68, 100, 233);
  public static final Color purple = new Color(50, 190, 250);
  public static final Color yellow = new Color(250, 50, 90);
  public static final Color blue = new Color(124, 212, 36);
  public static final Color orange = new Color(255, 126, 37);
  public static final Color green = new Color(210, 76, 173);
  public static final Color red = new Color(255, 194, 37);

2015-02-01 13:09 GMT+06:00 Александр Оспанов 
<alteranen@gmail.com>:

Original comment by altera...@gmail.com on 1 Feb 2015 at 7:12