Advice needed | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Advice needed

I'm developing a text based game on PC and I'm developing a duel part on Mobile phone (HTML used)...I need some advice on making the buttons that kill the character and the ones that saves him thanks

3rd Aug 2017, 8:31 AM
Claudio Sakr
1 Answer
+ 4
<button onclick="kill()">kill</button> <button onclick="save()">save</button>
3rd Aug 2017, 10:10 AM
The Coding Sloth
The Coding Sloth - avatar