a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by Cumol
Cumol  ·  2850 days ago  ·  link  ·    ·  parent  ·  post: Weaver: my first game is available in Alpha!

Sounds awesome! First try and I noticed that I am not able to fire the spell with spacebar.

I am able to input the spell combinations and see the spell that is chosen but the spacebar does not lead to a reduction in the health of the opponent and no reduction of mana is seen.

I am on Chrome Version 50.0.2661.102 (64-bit) and OSX El Capitan 10.11.15

If you need more info, let me know





user-inactivated  ·  2850 days ago  ·  link  ·  

As of early Alpha,

    the search by formula doesn't currently work in every way - that is, Forza + Sancta won't be interpreted as Sancta + Forza.

I suspect this to be the issue. To test this, open Developer Console (Ctrl + Shift + I on Windows, or open context menu onto any point of the page and click "Inspect Element"). Now click outside of the console, get some formula not as it's listed (for example, type F and D instead of D and F) and press Space. If the console logs "Not enough mana", this is the case. Let me know whether it is.

I'm currently looking for ways to make the search engine capable of figuring out what formula is used by trying all possible combinations. In other words, once I'm back to working on Weaver - pushing it towards Beta, that is - this will be solved quite quickly.

EDIT: as of Alpha 01 (released 07/07/16) the search issue is resolved.

Cumol  ·  2849 days ago  ·  link  ·  

This is what the console shows as output

user-inactivated  ·  2849 days ago  ·  link  ·  

Thanks for the debug info.

I've changed some code with the last update just now. Could you see if you can reproduce the error?