Package Details: 2048.c 1:1.0.0.r0.g3eb237f-1

Git Clone URL: https://aur.archlinux.org/2048.c.git (read-only, click to copy)
Package Base: 2048.c
Description: A terminal 2048 written in c
Upstream URL: https://github.com/mevdschee/2048.c
Keywords: 2048 cli game
Licenses: MIT
Submitter: mdevlamynck
Maintainer: FredBezies
Last Packager: FredBezies
Votes: 26
Popularity: 0.25
First Submitted: 2014-04-04 11:51 (UTC)
Last Updated: 2024-01-14 17:36 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

terrymulhern commented on 2019-06-04 10:58 (UTC)

Here's the news about reproducing a demo version: https://news.ycombinator.com/item?id=17897283 https://dissertationwriter.org blog > news > coding > 2048 game. There's also a resource for the implementation for Emacs, but I can't open the page.

Yamakaky commented on 2014-05-13 21:19 (UTC)

It's a little project, all the desired features are implemented so I don't think there will be a release, maybe nor others commits.

sekret commented on 2014-05-13 18:55 (UTC)

The question is: Will there ever be a release? If so, this package here could switch from git to stable and 2048.c-git stays git. I'll disown my 2048.c-git if you want to continue its maintainance, no problem! So I'll disown it now and if you want it, please adopt it.

Yamakaky commented on 2014-05-13 16:55 (UTC)

I think you should keep only the -git package. It's the one who needs the less maintenance.

mdevlamynck commented on 2014-05-13 15:55 (UTC)

Indeed. And your comment about not updating the pkgbuild each time is intresting. I guess I should talk to sekret to see who should keep going maintaining this. Thanks for your help anyway.

Yamakaky commented on 2014-05-13 15:48 (UTC)

This package is a bit redundant with 2048.c-git, they both build from git (there is no official version number so both build from arbitrary commits).

Yamakaky commented on 2014-05-08 09:08 (UTC)

New idea : you should put `make 2048` instead of `gcc...`. It uses an implicit rule, including CFLAGS and LDFLAGS. https://www.gnu.org/software/make/manual/html_node/Catalogue-of-Rules.html#Catalogue-of-Rules

mdevlamynck commented on 2014-05-07 19:52 (UTC)

Done, thx for the feed back. I used the CFLAGS variable to use the makepkg.conf options (including the -O2 by default).

Yamakaky commented on 2014-05-07 19:21 (UTC)

You should move `./2048 test` in the `check` function, and use -O2 for gcc.