├── LICENSE ├── README.md ├── application.fam ├── array_utils.c ├── array_utils.h ├── digits.h ├── game_2048.c ├── game_2048.png └── images ├── screenshot1.png └── screenshot2.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-kirzhanov/flipper-zero-2048-game/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-kirzhanov/flipper-zero-2048-game/HEAD/README.md -------------------------------------------------------------------------------- /application.fam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-kirzhanov/flipper-zero-2048-game/HEAD/application.fam -------------------------------------------------------------------------------- /array_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-kirzhanov/flipper-zero-2048-game/HEAD/array_utils.c -------------------------------------------------------------------------------- /array_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-kirzhanov/flipper-zero-2048-game/HEAD/array_utils.h -------------------------------------------------------------------------------- /digits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-kirzhanov/flipper-zero-2048-game/HEAD/digits.h -------------------------------------------------------------------------------- /game_2048.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-kirzhanov/flipper-zero-2048-game/HEAD/game_2048.c -------------------------------------------------------------------------------- /game_2048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-kirzhanov/flipper-zero-2048-game/HEAD/game_2048.png -------------------------------------------------------------------------------- /images/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-kirzhanov/flipper-zero-2048-game/HEAD/images/screenshot1.png -------------------------------------------------------------------------------- /images/screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eugene-kirzhanov/flipper-zero-2048-game/HEAD/images/screenshot2.png --------------------------------------------------------------------------------