Subversion Repositories Kolibri OS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
5231 3420 d 14 h raandoom /programs/games/2048/ 2048:
- fix flickering (canvas drawing added)
TODO:
- optimize tile drawing: maybe separate canvas for every tile
- game over screen
- last game save / load
- record save / load
 
/programs/games/2048/paint.c
/programs/games/2048/paint.h
/programs/games/2048/Makefile
/programs/games/2048/Tupfile.lua
/programs/games/2048/board.c
/programs/games/2048/board.h
/programs/games/2048/cell.c
/programs/games/2048/cell.h
/programs/games/2048/defines.c
/programs/games/2048/defines.h
/programs/games/2048/game.c
/programs/games/2048/game.h
/programs/games/2048/main.c
/programs/games/2048/rect.c
5229 3423 d 10 h raandoom /programs/games/2048/ 2048: source files added  
/programs/games/2048
/programs/games/2048/Makefile
/programs/games/2048/Tupfile.lua
/programs/games/2048/board.c
/programs/games/2048/board.h
/programs/games/2048/cell.c
/programs/games/2048/cell.h
/programs/games/2048/defines.c
/programs/games/2048/defines.h
/programs/games/2048/game.c
/programs/games/2048/game.h
/programs/games/2048/main.c
/programs/games/2048/rect.c
/programs/games/2048/rect.h