emacs-2048-game
Implementation of the game 2048 in Emacs Lisp
This program is an implementation of 2048 for Emacs. The goal of this game is to create a tile with value 2048. The size of the board and goal value can be customized.
- Versions: 20151026.1233
- Website: https://hg.sr.ht/~zck/game-2048
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-2048-game
as follows:
guix install emacs-2048-game
Or install a particular version:
guix install emacs-2048-game@20151026.1233
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/emacs-2048-game/'><img src='http://127.0.0.1:3000/packages/emacs-2048-game/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/emacs-2048-game/badges/latest-version.svg)](http://127.0.0.1:3000/packages/emacs-2048-game/) Org: [[http://127.0.0.1:3000/packages/emacs-2048-game/][http://127.0.0.1:3000/packages/emacs-2048-game/badges/latest-version.svg]]