Advice needed | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 4
<button onclick="kill()">kill</button> <button onclick="save()">save</button>
3rd Aug 2017, 10:10 AM
The Coding Sloth
The Coding Sloth - avatar