0

Easy one !!!

I want to create a message as game over on the screen, what should I code to creat it.?

9th Nov 2024, 4:37 PM
Jefferson Armando Torres Cano
7 ответов
+ 2
Well, it depends on the programming language and/or platform. But here on SoloLearn, we don't write the code for you. You write something and it if doesn't work properly, show your code to us and we will help you fix it.
9th Nov 2024, 4:50 PM
Jerry Hobby
Jerry Hobby - avatar
+ 2
I will send a code #include <studio.h> Int main() { Int m; Printf ("game over") ; return 0; }
10th Nov 2024, 8:40 AM
Jaya Sree
+ 1
use relevant tags; if there is the end of the game: stop the loop, keep the last screen and display the message in the foreground
9th Nov 2024, 5:40 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 1
message = "Game over" message
9th Nov 2024, 6:14 PM
Jefferson Armando Torres Cano
+ 1
Está correcto?
9th Nov 2024, 6:14 PM
Jefferson Armando Torres Cano
+ 1
You can use the js code And html to make a button and make it function by js here's the code: HTML: <button onclick = "myFunction1()">message</button> JS: function "myFunction1()" { Alert("my message") } This code works
10th Nov 2024, 12:27 PM
Roblox Dude
Roblox Dude - avatar
0
Hmmm 🤔
9th Nov 2024, 5:28 PM
Mascot Ifeanyichukwu
Mascot Ifeanyichukwu - avatar