PYR_PG is a game making system based on pygame and python focused on creating good RPG games.
This programm requieres pygame-ce which you can directly install with pip3 install pygame-ce
- WASD controls to move the player (GamePad control will coming soon)
- ESC to open the options menu
(The Maptool curently dont work)
- CTRL + R = Reload the UI (you need this)
- Arrow Up or Down = Change Edit layer
- WASD = Move to the next map
- pyr_pg [>_________]
- DialogScriptV5 [>>________]
- Save File System [>_________]
- Multi editor system [>_________] (its curently WIP and not included)
- RAM : 2GB
- OS : Linux
- CPU : Intel Atom N450 with 1,66 GHz
- There is curently no options menu in the game.
- You have to set the options directly in the
main.py(if available) - To run the programm in developer/debug mode use
./main.pyw -d
pyr-pg-rpg - A Python RPG Maker with a bultin rpg
Copyright (C) 2023-2025 Spyro24
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.