Explore
Sign up
Make games on your phone.
Get the app!
Android
iOS
Discord
Dweller
Sign up
Play in App
Sign up
Play in App
iOS
Android
Sign up
EKZStickWarAZE
235
4
2 Comments
Next up
EKZStickWarAZE
Cut the Castle characters to pieces with the gold pickaxe #swordgamesstudio
ahmetegemenaggul
18w
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Destroy Örneği</title> <style> #kutu { width: 200px; height: 200px; background: crimson; color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; } </style> </head> <body> <div id="kutu">BENİ DESTROY ET</div> <br> <button onclick="destroyBox()">Destroy</button> <script> function destroyBox() { const element = document.getElementById("kutu"); element.remove(); // olay burada } </script> </body> </html>
3
Reply
Rexy123123
10w
Kazma❌ altın ok✅
2
Reply
Comment in the App