A Hearthstone clone made in Godot
  • GDScript 99.6%
  • GDShader 0.4%
Find a file
2024-04-24 10:40:08 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2024-03-06 19:50:41 +01:00
assets Split types into modules (#7) 2024-04-24 08:37:46 +02:00
cards Split types into modules (#7) 2024-04-24 08:37:46 +02:00
internal_wiki Add internal wiki 2024-04-24 08:40:07 +02:00
modules Split types into modules (#7) 2024-04-24 08:37:46 +02:00
scenes Split types into modules (#7) 2024-04-24 08:37:46 +02:00
script_templates/Node Change how modules are registered 2024-04-22 09:30:16 +02:00
scripts Enforce consistent rng between clients 2024-04-24 10:40:08 +02:00
.gitattributes Init 2023-11-19 21:24:37 +01:00
.gitignore Add internal wiki 2024-04-24 08:40:07 +02:00
icon.svg Init 2023-11-19 21:24:37 +01:00
icon.svg.import Massively improve 3d card model 2024-02-17 10:28:45 +01:00
LICENSE Create LICENSE 2024-01-25 22:07:37 +01:00
project.godot Split types into modules (#7) 2024-04-24 08:37:46 +02:00
README.md Update README.md 2024-03-01 20:55:08 +01:00

Hearthstone.gd

A Hearthstone.js rewrite in Godot.

This is very early on and is not ready for use at all.

Plan

This is meant to be an improved version of Hearthstone.js. Ideally, this will be on feature parity but with Multiplayer and a UI.

This is a very big undertaking considering that hsjs has gotten ~1.3k commits over the course of 2 years, and now i also need to deal with things outside of my comfort zone (ui, art, 3d models, multiplayer, etc...), but i have learned a lot since hsjs so it might not take as long to get back to where i am.

Features

  • Multiplayer
  • UI
  • playing cards?
  • uhhh... deckcodes??
  • idk fill this in later

Missing Features

  • Everything else