Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lamby777/pets-g

The official git repo for the work-in-progress game P/E/T/S 2037.
https://github.com/lamby777/pets-g

game godot rpg

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# P/E/T/S (Rewritten)

[JUST LET ME PLAY THE DAMN GAME!](/just-start-the-damn-game.md)

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

- [Soundtrack](https://www.youtube.com/playlist?list=PLxLRTqK8yZMO14zFG12650hGkPOZYV_2p)
- [Promo page](https://sparklet.org/pets)
- [Discord server](https://discord.gg/xEWa6Kwcad)

---

On Godot version 4.3

Using [godot-rust/gdext](https://github.com/godot-rust/gdextension) 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](pets-lib/sop/index.md) 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.