vitogit (Alvaro)

Results 27 comments of vitogit (Alvaro)

I did it in a hacky way and used it here https://jsfiddle.net/m5q6fgtb/859/ (When you move a piece it show number of defenders and attackers per square). To know the numbers...

@haoliu-amp Any updates on this? I think I'm having the same issue, should I try the hacky way of adding an extra character? or is something solved now in newer...

@GiselleCastillo5 @Oxicode @KristlyDsena Clone and install botkit-cms ``` git clone https://github.com/howdyai/botkit-cms.git cd botkit-cms npm install ``` Create an .env file from .env_sample and paste content ``` cp .env_sample .env ```...

@benbrown agree, I updated my answer. This was just me trying to hack some bot really quick, I didn't saw the .env_sample file.

I created a PR in case that info could be useful to others https://github.com/howdyai/botkit-cms/pull/15 but I couldn't add a reviewer.

Currently I don't have enough time to test the library with vue3. I will leave the question open in case someone else can answer it.

Internally this uses chess.js and chessground.js libraries, I'm not sure if those support it, so probably is not possible.

It is outside the scope of this project. Main goal is just show positions. Probably you could do it extending the component (https://github.com/vitogit/vue-chessboard#extended-component-play-vs-random-ai) and overwriting some methods like https://github.com/vitogit/vue-chessboard/blob/master/src/components/chessboard/index.vue#L161 to...

Sorry, only standard chess is supported

Yes @dmarcoux if you can create a PR and keep compatibility with older versions, that would be great.