Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lamby777/pets-g
- Owner: Lamby777
- License: gpl-3.0
- Created: 2023-01-26T00:09:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T07:50:29.000Z (10 months ago)
- Last Synced: 2024-04-13T16:44:48.917Z (10 months ago)
- Topics: game, godot, rpg
- Language: Rust
- Homepage: https://sparklet.org/pets
- Size: 119 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.