Hi all
Happy new year !
I wanted to know if several modules or api could allow me to create tournaments, with rankings, matchs scores, pools, playoffs trees.
Regards.
Depending on what type of game you have in mind, you can either create the game itself using Wix Code or code it using HTML / CSS / JS and embed it using the HTML Component.
In both cases, Wix code is great for user registration, keeping score cards, user account, etc.
Using the HTML Component APIs you can communicate with the IFrame.
Using our and 3rd party APIs you can enrich your site / app / game with even more options.
However, you will have to figure out what APIs will work in your case yourself.
Check out this example : https://www.wix.com/corvid/forum/community-discussion/new-example-a-game-of-chess
The chess engine is based Garbochess-JS , an open source chess game implemented in Javascript.
You can see how some engine works combined with Wix Code and it will give you an idea on how to implement something that will suit your needs.
Good luck!
Hi,
Thanks for your answer.
It’s tournaments for video games : Rocket League, Counter Strike, Starcraft…
So we need a system where :
players or teams car register to a tournament (by a form for example)
organizers can create a tournament or a cup : it means we need a system with match scores, team rankings and playoffs trees
one page for each tournament
Were you able to get this configured?