RPG
Hey guys, just asking if I was to make an RPG styled game, how except would I do it? Would I need a library? Certain lines of code? How? Lemme know, Thanks.
Hey guys, just asking if I was to make an RPG styled game, how except would I do it? Would I need a library? Certain lines of code? How? Lemme know, Thanks.
I'm now making an RPG game, you can make by hand all the project or u can use the libraries you need. I'm using Quick Engine, a fisics library for platform games, but by removing gravity it can be used for top-down games.
You can look it here:
https://microstudio.dev/i/Socks_Entertainment_Studios/dungeons/
:)
If you want to start easy, start with the one that Socks gave you. :) But if you want a more advanced RPG template with advanced microscript code, you can use template by mrLman: https://microstudio.dev/i/mrLman/adventure_rpg_template/
Wow, thanks guys!
For bring in your rpg power of old-school you can learn how work with pixels ( pixel data, image data - call it like you want ). Not all engines can do that today, but microstudio can. And webassembly can make it faster.