Skip to content

The official git repo for the work-in-progress game P/E/T/S 2037.

License

Notifications You must be signed in to change notification settings

Lamby777/PETS-G

Repository files navigation

P/E/T/S (Rewritten)

JUST LET ME PLAY THE DAMN GAME!

Rewriting my game I started back in 2019, except actually finishing it this time because I picked a good game engine that doesn't make basic programming and control of your own hardware overly complicated... and is also open-source! <3


Somewhat Useful Links


On Godot version 4.3

Using godot-rust/gdext for most of the stuff, because of the type system. Prefer GDScript for things that probably won't need to interact with Rust code, and are simpler to just write as GDScript scripts (for example, enemy attack patterns or NPC dialogue).


This game is... well, obviously... free and open-source software! Yay! 🎉

Many of my favorite games are either entirely free (no microtransactions) OR open-source / respect your digital freedoms. Be the change you wish to see in the world, right?


Contributing

Confused? Read the SOPs for some instructions on common tasks. If you can't find what you're looking for there, open a ticket and I'll be happy to help you out and add an entry for future reference.