|
Παρουσίαση με Ετικέτες
Όλες οι Ετικέτε... » Unity (RSS)
-
If you are in a hurry, you can try the game here and find the source code here.
Match 3 games are pretty famous nowadays. From the original Bejeweled to Candy Crush Saga and even Evolve: Hunters Quest, many games are based on the match 3 mechanism while giving bonuses to the user. In this blog post, we’ll try to dissect in what is needed to ...
-
If you’re in a hurry, you can find the complete source code on GitHub: https://github.com/dgkanatsios/TowerDefense
It is recommended that you read part 1 before proceeding on reading the rest of this tutorial, since it is heavily based on what we described in the first part! Don’t tell me I didn’t warn you!!!
This is the second post in 2 post ...
-
Unless you’ve been living in a cave or visiting outer space for the past months, you have certainly played Flappy Bird, one of the most successful games for mobile devices. Hence, I decided to give it a shot and recreate it using Unity. Needless to mention that all graphics and sounds found in the tutorial are used only for educational purposes ...
-
I had blogged in the past about a simple puzzle game in XNA. Nothing better than to recreate it in Unity with a tutorial, of course! To begin with, here’s a screenshot of the game running on the editor
The purpose of the game is to tap/click on the pieces next to the empty one so that they exchange positions. It goes on and one until you make ...
-
Some time ago I did a blog post about the famous Arkanoid game and its adaptation to Windows Phone using XNA. Couple of weeks ago, I attempted to recreate it from scratch using the Unity game engine and, to no surprise, it was pretty a piece of cake. Below you can see a screenshot from the start screen of the game.
Let’s do a lap around the ...
-
Το Unity Application Block (Unity) είναι ένα ελαφρύ, επεκτάσιμοdependency injection container. Διευκολύνει την δημιουργία loosely coupled εφαρμογών και παρέχει τα ακόλουθα πλεονεκτήματα στους προγραμματιστές:
απλοποιημένη δημιουργία αντικειμένων, ειδικά για ιεραρχικές δομές αντικειμένων και εξαρτήσεις.
abstraction των απαιτήσεων - με αυτό ...
|
|
|