All Projects → daltonbr → Match3

daltonbr / Match3

✨🐠The most original game on Earth: Match3 - now in Unity!✨🐟

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Match3

Nodulus
Puzzle game with clever twists (Unity3d)
Stars: ✭ 232 (+364%)
Mutual labels:  game, unity, puzzle
Tower Defense Game
this is a game made with Unity, the goal is to protect the tower against robots.
Stars: ✭ 25 (-50%)
Mutual labels:  game, unity
Number Wizard Ui Original
Introducing basic User Interface in the Complete Unity C# Developer 2D course (http://gdev.tv/cudgithub)
Stars: ✭ 18 (-64%)
Mutual labels:  game, unity
Beaverandfairies
Stars: ✭ 14 (-72%)
Mutual labels:  game, unity
Jengine
JEngine是针对Unity开发者设计的开箱即用的框架,封装了强大的功能,小白也能快速上手,轻松制作可以热更新的游戏 | JEngine is a streamlined and easy-to-use framework designed for Unity Programmers which contains powerful features, beginners can start up quickly and making hot update-able games easily
Stars: ✭ 564 (+1028%)
Mutual labels:  game, unity
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+1210%)
Mutual labels:  game, unity
Rapid Router Unity
An Implementation of the Rapid Router game in Unity for devices
Stars: ✭ 12 (-76%)
Mutual labels:  game, unity
Cytoid
A community-driven touchscreen music game.
Stars: ✭ 493 (+886%)
Mutual labels:  game, unity
Savegamepro
A Complete and Powerful Save Game Solution for Unity (Game Engine)
Stars: ✭ 30 (-40%)
Mutual labels:  game, unity
Falling Words Typing Game
This is the source code for a Falling Words Typing Game created in Unity during a Twitch Livestream.
Stars: ✭ 31 (-38%)
Mutual labels:  game, unity
Endless Runner Entitas Ecs
Runner template for Unity
Stars: ✭ 41 (-18%)
Mutual labels:  game, unity
Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+10686%)
Mutual labels:  game, unity
Anything about game
A wonderful list of Game Development resources.
Stars: ✭ 541 (+982%)
Mutual labels:  game, unity
Buttons And Boxes
A Sokoban-esque puzzle game developed in unity 3D in 2016
Stars: ✭ 17 (-66%)
Mutual labels:  game, unity
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+956%)
Mutual labels:  game, unity
Pokemonunity
A framework to build Pokémon RPG games.
Stars: ✭ 934 (+1768%)
Mutual labels:  game, unity
Unity Core Project
Core Framework for Unity
Stars: ✭ 42 (-16%)
Mutual labels:  game, unity
Hogwarts
Hogwarts (Harry Potter) open sandbox game made in Unity
Stars: ✭ 420 (+740%)
Mutual labels:  game, unity
Aterriblekingdom
Scripting the Timeline for games in creative ways. Includes a small RTS game build on the 'A Mighty Kingdom' assets
Stars: ✭ 428 (+756%)
Mutual labels:  game, unity
Hsplugins
Various Honey Select plugins
Stars: ✭ 21 (-58%)
Mutual labels:  game, unity

Match3 Game in Unity

Updated to Unity 2019.3.0f6

Match3gif

Match 3 games are simple puzzle games where the player is asked to pair three or more identical items on a tiled game board. Popular modern variations include Candy Crush and Bejeweled. Unity is ideally suited to this kind of game design, and it's a great entry point to more complex kinds of game development.

In this project we cover topics like creating a grid-based game board, using inheritance to create different types of game pieces, adding obstacles and new levels, detecting matches and clearing pieces, and implementing a user interface complete with a score screen.

Match3

Match3 - Finished Level

Instructor Kelley Hecker based on her course at LinkedIn Learning.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].