sachachua.com/blog/2014/05/2048-emacs-colours

While browsing through M-x list-packages, I noticed that there was a new MELPA package that implemented the 2048 game in Emacs. I wrote the following code to colorize it. Haven’t tested the higher numbers yet, but they’re easy enough to tweak if the colours disagree with your theme. =) (defface 2048-2-face '((t (:foreground "red"))) "Face …


Comments (0)

Sign in to post comments.