Category:Roguelike: Difference between revisions
From Game Making Tools Wiki
(Created page with "Though there aren't many tools specifically designed for making roguelikes, pretty much anything'll do. Something like Category:RPG Maker or Adventure Construction Set...") |
(Mentioned libtcod, linked to RogueBasin and changed ACSet to ACKit) |
||
Line 1: | Line 1: | ||
Though there aren't many tools specifically designed for making roguelikes, pretty much anything'll do. Something like [[:Category:RPG Maker|RPG Maker]] or [[Adventure Construction | Though there aren't many tools specifically designed for making roguelikes, pretty much anything'll do. Something like [[:Category:RPG Maker|RPG Maker]] or [[Adventure Construction Kit]] might be particularly helpful as they already handle inventories and fighting (if you're into that) (though you miss out on being able to have the player use a lot of the keyboard). | ||
If you're interested in programming (python, C, C++) [[libtcod]] is a popular library with good tutorials. | |||
== See Also == | |||
* The [http://www.roguebasin.com/ RogueBasin] wiki. |
Latest revision as of 05:15, 23 October 2017
Though there aren't many tools specifically designed for making roguelikes, pretty much anything'll do. Something like RPG Maker or Adventure Construction Kit might be particularly helpful as they already handle inventories and fighting (if you're into that) (though you miss out on being able to have the player use a lot of the keyboard).
If you're interested in programming (python, C, C++) libtcod is a popular library with good tutorials.
See Also
- The RogueBasin wiki.