Skip to content

saivnvn/CuteSurvival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cute Survival - Swift Code - iOS Free Game

Title: Cute Survival: Wizard & Robot

Subtitle: Wizard Survival - Robot Summon

Free iOS Game - App Store - Swift Code 15.6

Download Cute Survival: Wizard & Robot on the App Store

▶ Watch the trailer on YouTube:

🎬 Cute Survival: Magic Ball - Trailer

Watch the trailer

Download on the App Store

▶ Sample Swift Code - Crow Boss Knock-Up Effect

let crowBossKnockUpNode = SKSpriteNode(imageNamed: "locxoayhattung")
crowBossKnockUpNode.size = CGSize(width: 100, height: 100)
// Bắt đầu với alpha = 0 để có hiệu ứng fade in
crowBossKnockUpNode.alpha = 0.0
// Đặt vị trí phía dưới player
crowBossKnockUpNode.position = CGPoint(x: player.node.position.x,
                                       y: GameViewController.ChieuCaoDieuKhien + 50)
// Thêm vào cùng parent với player
player.node.parent?.addChild(crowBossKnockUpNode)
// Action: fade in (0.1s), wait (0.0s), fade out (0.4s), remove
let fadeIn = SKAction.fadeIn(withDuration: 0.1)
//let wait = SKAction.wait(forDuration: 0.1) // Thôi bỏ, cuộc sống là không chờ đợi :)
let moveUp = SKAction.moveBy(x: 0, y: 300, duration: 0.4)
let fadeOut = SKAction.fadeOut(withDuration: 0.2)
let flyAndFade = SKAction.group([moveUp, fadeOut])
let remove = SKAction.removeFromParent()
let sequence = SKAction.sequence([fadeIn, flyAndFade, remove])
crowBossKnockUpNode.run(sequence)

▶ Cute Survival Magic Game

▶ Features:

  • ▷ Simple one-touch controls.
  • ▷ Cute survival and colorful graphics.
  • ▷ Challenging boss - Crow King fights.
  • ▷ Skill upgrades and fun rewards.
  • ▷ Game Center leaderboard.
  • ▷ Offline play - no wifi game – no internet needed!

▶ I'm Craft - a magic ball!

Using my fire-ball, I'll defeat the evil Crow King's minions!

▶ I'm ready for an epic journey in Cute Survival!

▶ The Crow King boss has been powered up

Now faster and strikes with high-speed attacks, combining powerful knock-ups and knockbacks!

▶ At higher levels

The wizard Craft gains the ability to summon an ancient Robot battle, greatly boosting combat power.

▶ Wizard Survival - Robot Summon

Defeat the Crow King with the Power of a Robot and Fire Magic!

▶ Don't wait!

Download 'Cute Survival: Magic Ball' and start the battle!

可爱生存

标题:可爱生存:巫师与机器人

副标题:巫师生存 - 召唤机器人

免费 iOS 游戏 - App Store - Swift 代码 15.6

在 App Store 下载

▶ 在 YouTube 上观看预告片:

🎬 可爱生存:魔法球 - 预告片

观看预告片

About

Cute Survival: Wizard & Robot iOS Game - App Store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages