spacemacs/layers/+fun/games
syl20bnr 33ead6fc42 Deprecation of extensions and <pkg>-excluded-packages variables
As announced in previous releases, see CHANGELOG.next for more info
in the Breaking Changes section.
2016-01-17 22:06:04 -05:00
..
img Use + instead of ! for layer categories 2015-09-11 00:13:51 -04:00
local/helm-games Deprecation of extensions and <pkg>-excluded-packages variables 2016-01-17 22:06:04 -05:00
config.el Deprecation of extensions and <pkg>-excluded-packages variables 2016-01-17 22:06:04 -05:00
packages.el Deprecation of extensions and <pkg>-excluded-packages variables 2016-01-17 22:06:04 -05:00
README.org Update install layer section in REAMDE.org files 2016-01-06 00:21:55 -05:00

Games layer

/TakeV/spacemacs/media/commit/5f6834ab23da90bd555e06b75e7b06615bcfcae0/layers/+fun/games/img/games.png

Description

This layer allows you to play evilified games in spacemacs.

The games available now are:

  • 2048-game
  • Pacmacs (Pacman for Emacs)
  • Tetris

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add games to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

To run a game:

Key Binding Description
SPC a G Open an helm buffer to select a game

Possible helm actions:

  • run (default)
  • quit
  • reset

2048

Key Binding Description
h Move the tiles left
j Move the tiles down
k Move the tiles up
l Move the tiles right

Pacmacs

Key Binding Description
h Move left
j Move down
k Move up
l Move right

Tetris

Key Binding Description
h Move block to the left
i Rotate block counter-clockwise
j Move block to the bottom
k Rotate block clockwise
l Move block to the right
n Start a new game
p Pause the game
q Quit the game