2048: Difference between revisions

Content deleted Content added
added C# implementation
Thundergnat (talk | contribs)
m Group both C entries together as separate version under a single header
Line 546:
 
=={{header|C}}==
===Version 1===
Supports limited colours through vt100 escape codes. Requires a posix machine for <tt>termios.h</tt> and <tt>unistd.h</tt> headers. Provides simplistic animations when moving and merging blocks.
<lang c>
Line 841 ⟶ 842:
 
 
=={{header|C}}=Version 2===