Search found 4 matches

by Tanguy_D
09 May 2020, 11:51
Forum: "Alpha" games
Topic: Marrakech
Replies: 19
Views: 6598

Re: Marrakech

Thanks for your enthusiasm ;)

loloiut and LloydisGreen have been invited in the alpha test group.

This week end I will update the game with many fixes and some new features.
by Tanguy_D
05 May 2020, 18:00
Forum: "Alpha" games
Topic: Marrakech
Replies: 19
Views: 6598

Marrakech

Hi there, I'm proud to announce that Marrakech is now available for alpha testing ! This is a sweet game with really simple rules (one page) https://boardgamegeek.com/boardgame/29223/marrakech If you want to review this game you can become a reviewer on BGA : https://boardgamearena.com/reviewer Or c...
by Tanguy_D
14 April 2020, 20:41
Forum: Developers
Topic: Marrakech - alpha available
Replies: 4
Views: 1034

Marrakech - alpha available

Hi, I'm happy to announce Marrakech is now available for testing :D You can play in 2 players mode, or the classic 3-4 players mode. I would be pleased to have your reviews. Notes : If you have already tried, please empty the cache of your browser for css. The graphics are not the final graphics.
by Tanguy_D
13 April 2020, 16:55
Forum: Developers
Topic: [SOLVED] Javascript: waiting for animation to finish
Replies: 3
Views: 1022

Re: Javascript: waiting for animation to finish

I had an issue like you, and solved my problem like this :

Code: Select all

combined_anim.onEnd = function() {
// Your code
};
We should add 'onEnd' on each animation object on a combined / chain, but dojo does not handle it very well.

Go to advanced search