🎮 Tile Merge Game - Framework Comparison

Learn how the same game is implemented using different frameworks:

⚛️ React

Built with React 19 and TypeScript. Uses Hooks for state management.

Play React Version

💚 Vue 3

Built with Vue 3 and TypeScript. Uses Composition API for reactivity.

Play Vue 3 Version