RPG D&D game template


Disclaimer

The main code base is taken from Adrian (Ork Slayer Gamedev):

https://github.com/orkslayergamedev/roguelike-ascii-vs-pygame

check out his great https://www.youtube.com/@orkslayergamedev/ tutorials!

Features

  • transparent sprites (player)
  • automatic/procedural map generation (simple patch system with some randomization)
  • several enemies with different weapons (no sprites yet)
  • map scrolling
  • fog of war
  • simple collision detection (only grassland is walkable)
  • runs on desktops and in the web browser as well (thanks to https://pygame-web.github.io/ lib)

TODO

  • enemy sprites
  • touchscreen controls
  • custom pygbag template
  • fix fullscreen mode Web browser ([f] key)

Source

https://github.com/HubertReX/rpg-dd-game-template

Leave a comment

Log in with itch.io to leave a comment.