Compare commits

...

2 Commits

Author SHA1 Message Date
Juhani Krekelä e7986bd1b1 Put commissioned you are a winner image in 2019-07-01 00:00:28 +03:00
Juhani Krekelä ab708f5c86 Add note about autoexplore to README 2019-06-30 23:43:19 +03:00
4 changed files with 8 additions and 1 deletions

6
README
View File

@ -14,6 +14,8 @@ jkl - movement up, left, down, right
u o
m . - movement upleft, downleft, downright, upright
a - autoexplore
space - do nothing for a turn
r - restart
q - quit
@ -22,3 +24,7 @@ c - configure keybindings
The game code and assets are under Creative Commons Zero 1.0 Universal
license. If other code or data is distributed alongside them, see the
attached license.txt file for information about their licenses.
Authors:
Ending screen - Teuer
Rest of the game - nortti

View File

@ -47,7 +47,7 @@ direction_keys['space'] = directions.inplace
local control_keys = {quit = 'q', restart = 'r', configure = 'c', autoexplore = 'a'}
local win_image = nil
local win_is_raster = false
local win_is_raster = true
-- ------------------------------------------------------------------
-- Cavern generation
@ -1191,6 +1191,7 @@ function love.keypressed(key)
last_key_pressed = key
elseif key == 'pause' then
debug = not debug
win_is_raster = not win_is_raster
end
end
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 23 KiB

BIN
win_image_alternate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB