This package browser is in early development. Mind the rough edges.

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.

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

You can use the following badge to inform users of emacs-2048-game about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/emacs-2048-game'><img src='https://packages.guix.gnu.org/packages/emacs-2048-game/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-2048-game/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-2048-game)

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-2048-game][https://packages.guix.gnu.org/packages/emacs-2048-game/badges/latest-version.svg]]