Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leoliu/sokoban
Sokoban for GNU Emacs ported from XEmacs
https://github.com/leoliu/sokoban
Last synced: about 1 month ago
JSON representation
Sokoban for GNU Emacs ported from XEmacs
- Host: GitHub
- URL: https://github.com/leoliu/sokoban
- Owner: leoliu
- Created: 2012-10-15T08:51:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-28T09:49:19.000Z (over 11 years ago)
- Last Synced: 2024-08-02T16:45:36.878Z (4 months ago)
- Language: Emacs Lisp
- Size: 116 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- my-awesome-github-stars - leoliu/sokoban - Sokoban for GNU Emacs ported from XEmacs (Emacs Lisp)
README
==========================================
Sokoban for GNU Emacs ported from XEmacs
==========================================This package is part of `GNU ELPA `_.
Tested in GNU Emacs 23.4 and 24.2.
.. figure:: http://i.imgur.com/i4oTB.png
:width: 400 px
:target: http://i.imgur.com/i4oTB.png
:alt: sokoban-gnu-emacs.pngInstall
~~~~~~~#. ``(setq sokoban-level-file "path/to/sokoban.levels")``
#. ``(require 'sokoban)``
#. Start the game using ``M-x sokoban`` or from the menubar
`` ``Have fun!