0
Can java script be used to make an rpg adventure?
i was wondering can JS be used to create an RPG or adventure game
1 Réponse
+ 1
Absolutely. HTML5 allows you to mess around with visuals and audio in your JS script, so you can make a a game as long as you have the resources you need for it (e.g. sprites, sound effects, backgrounds, etc).