I Built a Football Tournament Simulator with Vue 3 ⚽
Oraz Chollaev developed a football tournament simulator using Vue 3 and TypeScript. The project evolved from a simple bracket app to a comprehensive simulator with various features, including match simulation and team power systems. Chollaev aims to enhance the simulator further with additional features like league systems and improved AI.
- ▪The simulator allows users to create tournaments and simulate matches.
- ▪It includes features such as penalty shootouts and a responsive design.
- ▪Chollaev plans to add more functionalities in the future, including player stats and better AI simulation.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3745292) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Oraz Chollaev Posted on May 18 I Built a Football Tournament Simulator with Vue 3 ⚽ #vue #webdev #programming #opensource I Built a Football Tournament Simulator with Vue 3 ⚽ I recently built a browser-based football tournament simulator using Vue 3 and TypeScript.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).