https://github.com/libretro/libretro-2048
Port of 2048 puzzle game to the libretro API. http://gabrielecirulli.github.io/2048/
https://github.com/libretro/libretro-2048
Last synced: about 1 year ago
JSON representation
Port of 2048 puzzle game to the libretro API. http://gabrielecirulli.github.io/2048/
- Host: GitHub
- URL: https://github.com/libretro/libretro-2048
- Owner: libretro
- License: unlicense
- Created: 2014-03-22T15:08:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T14:44:43.000Z (over 1 year ago)
- Last Synced: 2025-06-08T10:51:28.696Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 2.88 MB
- Stars: 18
- Watchers: 10
- Forks: 33
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Dependencies
============
libretro-2048 requires fontconfig and freetype to build (these depend on expat,
bzip, zlib and iconv).
Cross Compiling
===============
`make HOST=i686-w64-mingw32 CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ platform=win`
Changes to cairo and pixman
===========================
* Cairo has been patched to compile with mingw32-w64, this was needed because
the version in this repository is older than 1.12.
* Both cairo and pixman have been stripped of some source files and directories
(tests, documentation, utilities).