Search Criteria
Package Details: 2048.c 108-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: | |
Submitter: | mdevlamynck |
Maintainer: | Jack1221 |
Last Packager: | abdus |
Votes: | 25 |
Popularity: | 1.18 |
First Submitted: | 2014-04-04 11:51 |
Last Updated: | 2020-10-11 05:46 |
Latest Comments
terrymulhern commented on 2019-06-04 10:58
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
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
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
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
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
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
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
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
You should move `./2048 test` in the `check` function, and use -O2 for gcc.