Questions tagged [jstilemap]
47 questions
-1
votes
1 answer
how to raw bubble like bubble shooter game in libgdx game
i would like to make Bubble shooter game. but issue is that how i draw bubble 10 row and 10 column wise bubble with different color in libgdx...is this bubble draw through tilemap or any other way.

Appu Kumar
- 1
- 1
-4
votes
1 answer
moving inline javascript to separate file
I was trying to copy and learn from this turorial: https://www.youtube.com/watch?v=txUvD5_ROIU but I wanted to move the inline javascript to a separate .js file in Visual Studio Code. This made the code run incorrectly and I cannot for my live…