Puzzle with JavaScript. Games proposal

This app has a bit of App Inventor and a lot of JavaScript, but it might be interesting for someone who wants to do a puzzle.

p169G2_rompecabezas.aia (380.8 KB)

I have only changed this line:
frame.loadAssets([ "brave.jpg" ], "assets/" );
to
frame.loadAssets(["brave.jpg"], "");

4 Likes

The author of the puzzle website has other interesting codes.
I think it's a good idea to adapt some of the games in JavaScript to the App Inventor Blocks code.

For example:

1.- If you think you are quick and clever with simple math operations, [1+2=3] will prove your skills.
https://www.emanueleferonato.com/2018/10/01/123-html5-game-built-with-phaser-update-to-phaser-3-and-commented/

2.- Throw knives, hit the target, split an apple and avoid other knives.

https://www.emanueleferonato.com/tag/knife-hit/

https://www.emanueleferonato.com/2020/12/10/build-a-html5-game-like-gamees-color-hit-only-using-tweens-and-trigonometry-powered-by-phaser/

3.- Wheel of fortune.
https://www.emanueleferonato.com/tag/wheel-of-fortune/

2 Likes

Klotski is a sliding block puzzle.

Look at this video:

Proposal: create a Klotski type puzzle. The pieces slide vertically or horizontally.

Klotski online:

1 Like

I have made a Huarongdao game long ago:
1641099866522519

@Kevinkun Great!

1 Like