diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-29 08:00:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-29 08:00:55 +0700 |
commit | 52a216c1b26b08a84a7dea0e0ef3559111f35490 (patch) | |
tree | 3825937f0a6ef2eeeed4ad1ab1c85dd2e5889f6f /games/simplesok/README | |
parent | 2cca3a4678679ed0488f54b0787be93638089d8a (diff) |
games/simplesok: Added (a simple Sokoban game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/simplesok/README')
-rw-r--r-- | games/simplesok/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/simplesok/README b/games/simplesok/README new file mode 100644 index 000000000000..22a77fc61d6a --- /dev/null +++ b/games/simplesok/README @@ -0,0 +1,3 @@ +Simple Sokoban is a (simple) Sokoban game aimed at playability and +portability across systems. It is written in ANSI C89, using SDL +for user interactions. |