Bombakereső
minesweeper game for Commodore 64, 2019
------------------------------------------------------------------------------
Bombakereső (Bombsweeper)
- adjustable playfield size from 5x5 to 38x22
- three difficulty level
- playable with keyboard and joystick too
- fast map generation
- spectacular area discovering animation
- space theme with star animations
- it loads quickly because less than 6 kbyte
Gameplay:
When the player discover a field then a number appears on it what number means
how many bombs are below the neighbour fields.
If there is none then the program will discover the neighbours automatically.
If the player steps on a bomb then the game is over.
The player can see the undiscovered field count on the upper left corner.
There is the total bomb count on the upper right corner.
The player win the game if the undiscovered field count equals with the total
bomb count, so if all of the fields discovered where no bombs.
Controls:
With joystick on port 2.
With keyboard:
I - up
J - left
K - down
L - right
SPACE / RETURN - discover field
F1 - change difficulty level / quit to the playfield config
F3 - sound effects on/off
F5 - star animations on/off
Cheat which colorize the cursor to red if it stands over a bomb:
POKE 2175,1
Created by:
Krisztián Tóth, 2019
http://krissz.hu/
info@krissz.hu
------------------------------------------------------------------------------
Some useful keyboard shortcuts
------------------------------------------------------------------------------
[PAUSE] - stop/continue game
[F9] - quick load game state
[F12] - quick save game state (still stored after leaving the site)
[F10] - toggle performance meter
[F11] - toggle fullscreen mode
[ScrollLock] - quick switch control ports
[PageDown] - make a screenshot (320x200)