Today, a code extract from one of my 3d games… (Viruz!, download here), an hexagons map.
Viruz # the game (iOS/Android)
A computer virus history game, from 1971 to 2016.
[App] Viruz game for Android
A computer virus history game, from 1971 to 2016.
Collect all power-ups, get all hearts to completely clean the level (virus) entering in the portal (that appear when you can finish!).
[App] Viruz game for iOS
A computer virus history game, from 1971 to 2016.
Collect all power-ups, get all hearts to completely clean the level (virus) entering in the portal (that appear when you can finish!).
[Unity3D] Nintendo Duck Hunt clone
A one shot “clone” of NES Duck Hunt made in Unity3D. Is not properly a clone… because is only a one-shot duck and restart.
[Unity3D] Sprite Animations
Well, starting with new tutorials! Unity3D and C# development.
Today we learn an intelligent way to animate a character based on the input Axis(Horizontal / Vertical) starting from a single image, called “sprite“.
Sprite?
[Unity3D] PaskyRun
First “Hello World” project just to learn Unity3D basics.
A very ugly clone of GravityGuy for iOS, maded in Unity3D using C#. Just to learn something new!
[Swift] Swift Koan – Unit test
A framework and lessons to learn Swift syntax and idioms in a logical sequence.
Original github project here: https://github.com/elpsk/Swift-Koan. Stay tuned for updates.
[Objc] How to make Flappy Bird like game using Cocos2D
Flappy Bird is a 2013 bird flying game developed in Hanoi by Vietnam-based developer Nguyễn Hà Đông and published by .GEARS Studios, a small, independent game developer also based in Vietnam. It was originally released in May 2013 for the iPhone 5, then updated for iOS6 and later in September 2013. In January 2014, it topped the free category of the American and Chinese iTunes App Stores and later on that month the UK App Store where it was touted as “the new Angry Birds”. It ended January as the most downloaded App on the App Store.
Continue reading “[Objc] How to make Flappy Bird like game using Cocos2D”
[Objc] How to make Flappy Bird like game using UIKit
As explained in the last post, ( How to make Flappy Bird like game using Cocos2D ) today, we learn how to make a Flappy Bird game using Objectivec SKSpriteKit for iOS7 in 20 rows of code!
Continue reading “[Objc] How to make Flappy Bird like game using UIKit”