Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 304 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 304 Bytes

r2048

Description

This is a simple implementation of the 2048 game in C using the raylib library.

The core game logic is using my black magic spell, even I can't fully understand it. But it just work out of the box.

Build

Dependencies

  • clang or gcc
  • make

Compile

make