Log In  


Cart #hearthstone-1 | 2024-09-23 | Code ▽ | Embed ▽ | No License


I am working on a demake of HearthStone. It is still missing a lot of features but I plan on implementing them in the future. Tell me your opinion and more features that you would like to see included.

The current work plan:

  • Complete artwork
  • Re-draw field and add player's hero as target
  • Implement card effects such as taunt, poison,...
  • Implement enemy's AI


Little tip for now, you have a id for cards and image which is basically a duplication atm, if you look, image is just id+1, so if you keep your sprites organized you can omit image and just draw with id+1. (you could also move out the whole data table into a string and split it into a table runtime when it is needed, but that is a longer term thing I guees when you run out of tokens)

Otherwise looking forward for what you will create!



[Please log in to post a comment]