0
Can you make a tiny game with html
2 odpowiedzi
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.
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).