Game combinations |
Allow the user to play different puzzles - with increasing difficulty. The module supports approx. 40 different sliding puzzle games (picture vs complexity) |
Gamification |
Have a friendly infight at the office - who is the fastest to solve the 3x3 puzzle without activating the help function?
When the puzzle is solved the user gets an instant message about the ranking of the game - did it go all the way to the top?
The rank is calculated based on seconds used and how long the help function was active - if at all. |
Warning of new game |
A warning will be displayed if the user attempts to change the difficulty of the game if the gametime is above 10 seconds. |
Help |
If the puzzle is a bit to hard a help function can be enabled showing the index location of the tiles. It will be tracked how many seconds the help function was enabled since this has an impact on the score of the game. |
Skins |
The module comes with two standard skins - the DnnBro blue skin and a grey skin. If the module should adapt to your specific color scheme a custom skin can be chosen - and you can define the colors of the module (see guide for details). |
Modes |
The module can be used in two different modes - play game or show the scoreboard. Only scores from completed games are displayed. |
Header |
Define your own header which is shown when playing the game. |
Image format |
You decide which image format should be used for the gameboard. This can be relevant if the integration to the DnnBro PhotoCapture module is available - or if the gameboard should fit a specific layout at your site.. Supported options are:
|
Gameboard Size |
Input the desired width of the gameboard - the height will be calculated automatically based on the chosen image format.
The photo used for the current game is scaled to the desired size on the fly. |
Fullscreen option |
Enable this to allow the user to go in fullscreen mode when capturing and editing the photo. |
Require UserId option |
This can be used to ensure that a UserId is present, as a safeguard in case the module is added to a page that is open for everyone. |
JS Console debug option |
Enable this to show javascript debug.console output directly on screen. This can be very useful when trying to figure out why mobile devices work in mysterious ways and the F12 window is hard to activate. |
Disable options in web.config |
If needed some of the available GameTypes can be disabled. This could be a relevant scenario in a multisite environment where the captured photo type is not desired.
To adjust which storage types are available the web.config file must be altered manually. |
Integration |
The module integrates with the DnnBro PhotoCapture module, allowing the user to solve a puzzle based on a captured photo. |