Close

2048, puzzle game

A project log for Native-C PIC32 color video on TV

Native C language environment with the color video system. including a text editor, compiler, linker, assembler. It likes RetroBSD.

gombeGombe 01/14/2018 at 00:410 Comments
2048
2048 a puzzle game

2048(wikipedia) 

is a kind of puzzle games, famous for smartphone applications. It is simple but difficult. forked from https://github.com/mevdschee/2048.c

Text mode has characor color. But this text video system is not supported background color for each charactors. So I put colored space instead of white space.

Discussions