Make a Puzzle Match Game in Unity

seeders: 0
leechers: 1
Added 9 years ago by xPaco1337 in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Make a Puzzle Match Game in Unity (Size: 2.1 GB)
  001 Introduction.mp4 11.2 MB
  002 Prerequisites.mp4 14.4 MB
  003 How to Use this Course.mp4 40.6 MB
  004 Setup and Naming Conventions.mp4 12.6 MB
  005 The Game Board.mp4 31.3 MB
  006 Camera Setup.mp4 31.9 MB
  007 Tiles.mp4 9.2 MB
  008 Game Pieces.mp4 44.9 MB
  009 GamePiece Movement.mp4 58 MB
  010 Interpolation.mp4 44 MB
  011 Mouse Input.mp4 30.3 MB
  012 Switching GamePieces.mp4 50.1 MB
  013 Finding Matches.mp4 29.9 MB
  014 Horizontal and Vertical Matches.mp4 31.4 MB
  015 More Matches.mp4 54.1 MB
  016 Clearing GamePieces.mp4 52.5 MB
  017 Collapsing Columns.mp4 24.6 MB
  018 Correction FindMatchesAt.html 1.3 KB
  019 Clear and Collapse Routine.mp4 36.8 MB
  020 Collapse Adjustments.mp4 19.6 MB
  021 Refilling the Board.mp4 52.7 MB
  022 Obstacle Tiles.mp4 44.5 MB
  023 Breakable Tiles.mp4 49.4 MB
  024 Clear and Break Effects.mp4 32.6 MB
  025 Particle Management Part 1.mp4 31.7 MB
  026 Particle Management Part 2.mp4 32.6 MB
  027 Starting GamePieces.mp4 43.5 MB
  028 Bomb Pieces Part 1.mp4 33.8 MB
  029 Bomb Pieces Part 2.mp4 31.5 MB
  030 Dropping Bombs.mp4 60.8 MB
  031 ChangeColor Method.mp4 21.2 MB
  032 Chaining Bombs.mp4 17.7 MB
  033 Bomb FX.mp4 23.5 MB
  034 Color Bombs.mp4 50.8 MB
  035 Collectibles Part 1.mp4 35.3 MB
  036 Collectibles Part 2.mp4 48 MB
  037 Collectibles Part 3.mp4 49.9 MB
  038 The Singleton pattern.mp4 19.5 MB
  039 The ScoreManager Part 1.mp4 26 MB
  040 The ScoreManager Part 2.mp4 32.3 MB
  041 ScreenFader.mp4 35.4 MB
  042 The GameManager Part 1.mp4 44.5 MB
  043 The GameManager Part 2.mp4 32.6 MB
  044 The Message Window Part 1.mp4 20.3 MB
  045 The Message Window Part 2.mp4 39.2 MB
  046 The Message Window Part 3.mp4 62.7 MB
  047 Winning the Game.mp4 23.7 MB
  048 The SoundManager Part 1.mp4 33.5 MB
  049 The SoundManager Part 2.mp4 39.1 MB
  050 Mobile Devices iOSAndroid.mp4 33.1 MB
  051 Setup for iOS.mp4 22.6 MB
  052 Setup for Android.mp4 55.2 MB
  053 Unity Player Settings iOSAndroid.mp4 18.7 MB
  054 Build and Run iOS.mp4 22.3 MB
  055 Build and Run Android.mp4 33 MB
  056 Code Comments.html 307.2 B
  057 Reskinning with Colored Sprites.html 7.8 KB
  058 WaitForBoardRoutine.mp4 45 MB
  059 Bonus lecture.html 2.2 KB
  MatchThree-Prerequisities.pdf 28.3 KB
  MatchThreeIcon.png 84.3 KB
  MessageWindowComplete.unitypackage.zip 60.5 KB
  ReSkinColoredSprites.zip 29.7 MB
  RingGlow.unitypackage.zip 9.9 KB
  SavePoint200.zip 573.7 KB
  SavePoint201.zip 580.4 KB
  SavePoint202.zip 580.7 KB
  SavePoint203.zip 637.4 KB
  SavePoint204.zip 640.7 KB
  SavePoint205.zip 640 KB
  SavePoint206.zip 641.1 KB
  SavePoint207.zip 642.3 KB
  SavePoint208.zip 645.7 KB
  SavePoint209.zip 645.3 KB
  SavePoint210.zip 656 KB
  SavePoint211.zip 646.8 KB
  SavePoint212.zip 654.8 KB
  SavePoint213.zip 659.5 KB
  SavePoint214.zip 670.3 KB
  SavePoint215.zip 661 KB
  SavePoint300.zip 681.2 KB
  SavePoint301.zip 828.7 KB
  SavePoint302.zip 919.2 KB
  SavePoint303.zip 929.4 KB
  SavePoint304.zip 929.6 KB
  SavePoint305.zip 931 KB
  SavePoint306.zip 1 MB
  SavePoint307.zip 1 MB
  SavePoint308.zip 1 MB
  SavePoint309.zip 1.1 MB
  SavePoint310.zip 1.1 MB
  SavePoint311.zip 1.1 MB
  SavePoint315.zip 1.3 MB
  SavePoint400.zip 1.3 MB
  SavePoint402.zip 1.4 MB
  SavePoint403.zip 1.4 MB
  SavePoint404.zip 1.4 MB
  SavePoint405.zip 1.4 MB
  SavePoint406.zip 1.4 MB
  SavePoint407.zip 1.4 MB
  SavePoint500.zip 20.1 MB
  SavePoint503.zip 18.9 MB
  SavePoint504.zip 20.4 MB
  SavePoint505.zip 21.7 MB
  SavePoint505Comments.zip 22.1 MB
  SavePoint602.zip 29.6 MB
  adjacentIcon.png 8.9 KB
  blockerIcon.png 17.1 KB
  circleBorderIcon.png 26.3 KB
  circleIcon.png 12.9 KB
  collectibleIcon.png 11.7 KB
  colorBombIcon.png 13.1 KB
  colorPalette.png 1.6 KB
  columnIcon.png 5.8 KB
  dot.png 8.2 KB
  goalIcon.png 14.4 KB
  loseIcon.png 19.1 KB
  roundedRectangle.png 9.2 KB
  rowIcon.png 5.6 KB
  simpleBorder.png 4.4 KB
  sounds.unitypackage.zip 10.9 MB
  squareFilled.png 4.4 KB
  winIcon.png 23.8 KB
  ▲ 127 total files

Description


Make a Puzzle Match Game in Unity

*start with a blank Unity project and flesh out a fully working game level
*learn some fundamental techniques for creating your own tile-based puzzle game
*follow several C# scripts line-by-line and learn how to organize our scripts logically and cleanly

What is covered:

Setup our project settings and environment
Create a Board class to store our tiles and game pieces
Create an auto-centered orthographic camera
Make a GamePiece class that can move with interpolation
Setup the tiles to receive mouse input
Search for matches in a two-dimensional array
Handle recursive calls to clear and refill our Board
Add sound effects to game events
Apply particle effects to add some punch to our graphics
Making a score manager to track player progress

Join the democratization of game development! Level up your Unity 3D skills and build your own match-three game today!

When you complete the class, you should have a full set of source code as a starting point for your match-three puzzle game!

https://www.udemy.com/make-a-puzzle-match-game-in-unity/

Related Torrents

torrent name size uploader age seed leech
0
4
6
23
4