xiongchiamiov / my-life-for-aiur

Javascript implementation of the children's card game War

Home Page:http://changedmy.name/my-life-for-aiur/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Each new game plays one more card from the deck

xiongchiamiov opened this issue · comments

On the first game, dragging a card from a deck to the playing field decreases the deck counter by 1, as it should.

In the second game, however, it decreases by 2; in the third, a decrease of 3 is observed, and the pattern continues.

Only call make_cards_draggable() once. Closed by 62c5a59.