Skip to content

OxygenButBeta/Unity-Match3-Game-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Match3 Game Clone

🔷 Match-3 Prototype (Unity)

This is a modular and test-focused Match-3 prototype developed in Unity.
The project explores performance optimization, maintainable architecture, and async task handling with UniTask.

image image image

🎯 Project Goals

  • ✅ Clean and maintainable code structure
  • ✅ Modular architecture to support feature expansion
  • ✅ Async/await patterns using UniTask.
  • ✅ Smooth performance and low GC allocations
  • ✅ Easy-to-extend Match-3 mechanics for future projects

🔍 Features

  • 💠 Tile Matching System: Horizontal & vertical matching with combo support
  • 📐 Grid Generator: Dynamically creates and manages grid layout
  • 🎯 Match Resolver: Finds and processes matches after swaps
  • 🔁 Refill System: Cascades and fills empty tiles from top after clears

About

A modular and performant Match-3 prototype built in Unity using UniTask for async operations. Designed with clean architecture and easy extensibility in mind.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors