Press left-click to aim, press it again to fire. The flat tiles award 50 points while the block tiles award 200 points.

I accidentally left in the right-click button to skip the level... while I will just keep it in because why not.

I worked on it from October 16th 2023 to October 21st 2023 as part of a longer term One Game A Week self-imposed challenge and learning exercise. This is the game for Week 2, with the main goal of becoming comfortable with isometric rendering.

More details on what I had learned making it can be read on my blog post on this game.

Comments

Log in with itch.io to leave a comment.

The gameplay loop is actually very fun! I played like 4 runs, my high score is 15500 points :) !

(2 edits)

Playing the game.  Once I got my ball stuck in one block, when I shot again afterwards it stayed in the block and didnt move :(. I also ran into a bug where one time the game stopped responding after my ball crased into the wall, here's something I found in the console which might or might not be relevant:

```

Uncaught TypeError: n is null    setTileFlip https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:7302

    update https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:7302

    update https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:7302

    step https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:5716

    update https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:5698

    step https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:626

    step https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:632

    e https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:1292

game.js:7302:8820    setTileFlip https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:7302

    update https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:7302

    update https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:7302

    step https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:5716

    update https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:5698

    step https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:626

    step https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:632

    e https://v6p9d9t4.ssl.hwcdn.net/html/8934409/game.js:1292

```

I can fix this one in an update. Thanks for reporting it :)

There are some bugs I noticed myself:
- I think the reward for the points is somethings bugged
- There is a bugged reflection interaction if you knock onto something way head on. Not sure why... dot product equal zero moment?

Report bugs or your highest score in the comments