Can you make a tiny game with html | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Can you make a tiny game with html

11th Sep 2018, 7:02 PM
Jirky Rottie
2 ответов
0
You need both HTML and JavaScript to make a game. HTML is only for laying out elements on the page. CSS is optional but likely to be very useful.
11th Sep 2018, 8:05 PM
BlazingMagpie
BlazingMagpie - avatar
0
I think you could make a choose-your-own adventure style narrative with HTML, but even to make it more like Zork, you will want to add JavaScript (for the random number generation, subsequent logic, and inventory management).
12th Sep 2018, 3:25 AM
Janning⭐
Janning⭐ - avatar