Dread Knight

Results 392 comments of Dread Knight

@jony0008 That's cool. Good news: more people showed up recently with interest in translating (into Spanish) so I'll get things going with the workflow for this.

@jony0008 this is now closer on the roadmap, I've added the ids for the pre-match menu, feel free to translate https://github.com/FreezingMoon/AncientBeast/blob/master/assets/translations/en/pre-match.json

> Is this still open? I saw this in the code: > > [// TODO: Move strings to external file in order to be able to support translations](https://github.com/FreezingMoon/AncientBeast/blob/1938cdc4edb4b0ea8827a8813e10da9ae9fb24fe/src/game.js#L118) > >...

Even with a suitable package or a regex, stuff like this would probably need to be included in the nodejs game building functions nicely, like scan for new strings, changes...

A problematic thing for the UI is that I've been very tweeterish about the ability stuff on the cards (I have OCDs), those might be displayed in English and have...

Project was [added to the website](https://etherscan.io/tx/0xccb47ceb5a79fc3facb04cfa8b26749835b42d7aef67d7a702854e108f584907) and also [applied to the Beta Round](https://etherscan.io/tx/0xa1f95cffcb099df07c56139c5c1f748010ae34cb270624a6c0418fcd178dae0e), you can check it out over here: [Ancient Beast 🐺 on Gitcoin.co](https://builder.gitcoin.co/#/chains/1/registry/0x03506eD3f57892C85DB20C36846e9c808aFe9ef4/projects/830) - hopefully some will contribute...

Phaser 2.3.0 was released recently that has improvements to the loader which could allow us to have materialized units to only be loaded when needed, which will make the initial...

Unit wise related, only assets for Dark Priests should be loaded initially and the static sprites (being called cardboards) for the creatures themselves. Extra unit specific assets should be loaded...

Eventually, not all players will have all the units, so the game should be smart and interpolate between the available ones and only load the cardboard for those, especially the...

The cardboards not common for all players could probably even be loaded after the game starts. Eventually tendencies of registered players could be established, as they'll be more likely to...