Skip to content

Releases: MaximilianAdF/NoPixel-MiniGames-4.0

SmokeCrack v.1.0.1

09 Feb 20:24
Compare
Choose a tag to compare

SmokeCrack ease-of-use improvement

Improvements:

  • Added a check regarding which keyboard key was pressed and checking if that key is any of the characters in the alphabet A-Z or numbers 0-9 inclusive. If not, we can assume it was a miss click and not account for it.

if (!chars.includes(event.key.toUpperCase())) return;

Full Changelog: LockPick...SmokeCrack

RoofRunning v.1.0.0

09 Feb 10:19
Compare
Choose a tag to compare

Finalizing ACRobberies -> (RoofRunning)

image

Fixes:

  • Win/Loss Message Implemented
  • Game resets itself after a win/loss
  • Timer works as it should now

Remaining:

  • Can still create unsolvable games
  • Doesn't constantly check if a game is non-solvable

New Contributors

Full Changelog: v1.0.1...RoofRunning

LockPick v.1.0.2

09 Feb 20:08
Compare
Choose a tag to compare

LockPick game bug fix / improvement

Fixes:

  • Could sometimes accept wrong answers because there was no modulo (%) operator on the positionChecks, causing insanely large numbers that didn't have any assigned colors (undefined) to be interpreted as correct. (Might still be another wrongful accepting bug lurking)

Improvements:

  • Button presses (Rotate Right, Rotate Left, Enter) and Keyboard presses (Left Arrow, Right Arrow, Enter) was possible after game had been lost/won, worst case causing multiple games to run at once (i.e. the timer was running faster than expected)

LockPick

26 Jan 11:29
Compare
Choose a tag to compare

Added KeyPress functionality.

  • The lock circles can now be rotated using the ArrowRight and ArrowLeft directional keys.
  • A lock circle can now be unlocked by pressing Enter

LockPick

25 Jan 19:36
Compare
Choose a tag to compare

Added Lockpick hack
image
image
image

Full Changelog: v.1.0.0...v1.0.0

SmokeCrack Application

23 Jan 16:49
3a229c3
Compare
Choose a tag to compare

The first version of the SmokeCrack app, missing background-image, font and exact colors.
image
image
image