Anton Yurash

Results 3 issues of Anton Yurash

gcc -o 2048 2048.c 2048.c:37:2: error: implicitly declaring library function 'snprintf' with type 'int (char *, unsigned long, const char *, ...)' [-Werror,-Wimplicit-function-declaration] snprintf(color,length,"\033[38;5;%d;48;5;%dm",*foreground,*background); ^ 2048.c:37:2: note: include the header...

## Environment Info kivy: 1.9.1 pygments: 2.1.3 docutils: 0.12 watchdog: 0.8.3 jedi: 0.9.0 gitpython: 2.1.0 six: 1.10.0 kivy-garden: 0.1.4 Platform: Linux-4.4.0-47-generic-x86_64-with-Ubuntu-16.04-xenial Python: 3.5.2 ## Traceback Traceback (most recent call last):...

bug

Add in-game state to edit text label under the board. I think that all visible part of game including text labels should be rendered inside one function. So I moved...