wordbots-core
wordbots-core copied to clipboard
Client-side code for Wordbots, the card game where YOU make the cards.
So something like this is not workable: ``` Startup: pay 1 energy to spawn a copy of this object on a random empty tile adjacent to this structure ```
see https://news.ycombinator.com/item?id=35940821
see https://news.ycombinator.com/item?id=35940821
Basically, a card that says something like "Activate: Pay 2 energy to give a robot Taunt" mistakenly gets the Taunt indicator, while robots that it gives Taunt to do not....
see thread starting at https://discord.com/channels/301800217055985665/301800217055985665/1106338429832278056
Tricky part is that the "This card can't be rewritten" needs to somehow take effect on the card itself, before the card gets played and executed
* Need 16+ to use the latest Discord.js, which supports threads (could be very useful for our discord bot) * Need 18+ to support `fetch` natively in Node, so we...