Results 99 comments of Lucas Lima

@felixhirt It show ads on 'New Game' click after a game over, but not always. However, google downloads the ads before show them.

Hi, @jacekpoz ! Thanks for your feedback. You mean you want to change the square shape and spaces like before? Or the colors? I changed this because the old way...

It was slower then the actual implementation. Specially in large maps it was too slow to render because every square was custom. The current implementation is way faster because it...

Here is an example of skin: https://github.com/lucasnlm/antimine-android/blob/main/gdx/src/main/assets/standard.png You can try change it too, if you know how to edit pngs.

Makes sense. Ideally, `Continue` button is for that. If you have a game in progress, it will continue. If you have lost the last game, it will allow you to...

@matt1432 Hi! Thanks for your feedback! Can you give more details about which animation? It has almost no animation. So I'm confuse.

@matt1432 What device are you using? It shouldn't take any second to review the map. But, if you are using a big map with a slow device, it may take...

@ossilator That's a good feedback. Once I tried to implement something similar but it was too complex. For now, something I would like to do is to create the minefield...

I will investigate it more. In this last update the minefield generator uses real random generator and it may be affecting the performance. In the previous version the random numbers...

@Forta27 The reason it is taking too long to create a game with high density is because it's taking too long to find a minefield solvable without guess. The old...