This is a game that I am currently working on that runs on my very own custom made python game engine. If you're curious about the backend code, the repo for this can be found at this GitHub link: https://github.com/Keith1039/Pygame-RPG. Currently this game is still unfinished but this demo shows off some of the features I've been working on.

# Controls for character

  • right arrow key  --> move character right
  • left arrow key --> move character left
  • up arrow key --> interact with nearby objects (treasure chest)
  • enter key --> advance dialogue
  • "B" to enter a mock battle scenario this is mostly to show off the animations. If you want to win, simply go to "Items" click "Enter" and select "Bomb" from the submenu.

# UI Controls

  • up arrow key --> move cursor up 
  • down arrow key --> move cursor down
  • left arrow key --> move cursor to the left
  • right arrow key --> move cursor to the right
  • enter key --> select the item in question
  • escape key --> return to previous UI screen

# Things to Try

  • Walk up to the treasure chest and once you're close enough, press the up arrow key to open it
  • Try to "Continue" and "Load Save" options from the home screen
  • With the submenu enabled, press enter on "Switch Stance" and press the down arrow key 3 times (this is to show off the scrolling algorithm I made)
  • Try to move to the far right and left of the screens
  • Stand still and watch the Idle animation
  • Explore the Home and Submenu UIs

# Note

This is just a playable demo, some features are in the code but can't be accessed at the moment.


Leave a comment

Log in with itch.io to leave a comment.