db0 / godot-card-game-framework

A framework which comes with prepared scenes and classes to kickstart your card game, as well as a powerful scripting engine to use to provide full rules enforcement.
http://dbzer0.com/projects/godot-card-game-framework/
GNU Affero General Public License v3.0
895 stars 96 forks source link

More card backs #87

Open db0 opened 3 years ago

db0 commented 3 years ago

Currently the game comes with one card back. I'd like to have more options. In fact I'd like this to be one of the easiest things to contribute, without necessarily needing heavy coding experience.

All that is needed to contribute a new card back is to create a new scene which is a panel and modify its contents to your hearts content. The scene will be instanced on its own as the card back so it's impossible to break.

We can also add extra code to the card back which would implement what I would really like to have, a shader-based card back. Imagine a perpetually-zooming mandelbrot set as a card back. Coo? Cool!

If you want to contribute your own card back, leave a comment on this issue and/or link your Pull Request to it.

If you have any idea for a new card back, suggest it here and we'll add it to the list.

ophoria commented 3 years ago

For most games designers would opt to use raster graphics (PNG, JPG etc) instead of what I think you're going for here. Willl it be an option? Should be easy.

On that topic: Ability to associate x number of card backs to a game, as some will use more than one.

db0 commented 3 years ago

Yeah simple png or jpegs are even now possible. I just don't have any :)

db0 commented 3 years ago

We got our first card back at https://github.com/db0/godot-card-gaming/pull/107 :D