GUIDO PETRI

Prototype RPG

Sample C++ code

As a fun side project, I am (slowly but surely) working on a simple RPG. This is just to practice a bit of my Python skills and have fun meanwhile. I'm using the Pygame development library, which is essentially just bindings to SDL2.

At some point, I need to go back and gather some development screenshots. The current code can be found on my GitHub. It's got a lot of the simpler mechanics down, but not much in the way of design or storytelling just yet.

I'd also like to write a game in C++ and possibly in Rust someday. I think it would be fun to compare the differences between languages.