Code Monkey home page Code Monkey logo

legend-wings's Introduction

iOS Swift Project - Legend Wings - EverWing's Mini Clone

EverWing is a popular action game. Survive as much you can, earn gold, and upgrade/purchase new characters.

Videos - Alpha v3.5.1 - Date Recorded: 07/08/2017:

Intro Video


Videos - Alpha v3.0.4 - Date Recorded: 06/20/2017:

Intro Video


Next video update on: Alpha v4.0.0

Notes:

  • Xcode Version: 9.0 Beta 2| Latest iOS: 10.3
  • Using Xcode's simulator will be a bit laggy. Use Device for best experience.
  • Current version: Alpha v3.5.3.
  • *Best experience with iPhone 7 Plus.

Message from developer [07/18/2017]:

This week I had attended many meetings, and due to lack of time, I did not work on the treant class. I have finished the sprites for treant. But, I want to let you know that this project will slow down significantly since I am working on other projects.
I have received many private messages about using the source code, so I will use this place to answer it.
Even though this is an open source project, but this does NOT mean you can use it for commercial-purpose or publish on AppStore by re-skin/re-modeling the sprites. The main purpose of this project is to show what we can achieve with the Apple's SpriteKit and it is also my hobby to do so. Of course, if your purpose is just to learn and/or practice, you are free to use the code as you like.

TODO list:

  • [✔️] Add Basic Magnetic Field on Characters - 07/08/2017
  • [✔️] Replace regular monsters - 07/12/2017
    • [✔️] Add new regular monsters sprites - 07/11/2017
      • [✔️] Redder - 07/11/2017
      • [✔️] Grenner - 07/11/2017
      • [✔️] Bluer - 07/11/2017
      • [✔️] Pupler - 07/11/2017
  • [*] Add new Boss
    • [*] Add Treant Sprites
    • [] Add Class for Treant
    • [] Add Actions for Treant
  • [*] Re-work on difficulty over time

[*] = Working [✔️] = Done

Future Implementations:

  • About to join TODO List (Order does not matter):

    • [] Add new drops from monsters (diamonds, trophy... etc?)
      • [] Gems (Red, Green, Purple)
    • [] Add new map
    • [] Re-work drop system.
    • [] Add chance to summon shiny regular monster. (They drop Power-Ups)
    • [] Add Power-Ups
      • [] Imune Item
      • [] Increase Fire Power
      • [] Double Shoot
  • High Priority (Order does not matter):

    • [] Add Level&Exp System for Account
      • [] Customized UI Progress Bar
      • [] Show level on the Badge
      • [] Show Current Percentage on the Badge
    • [] Add Game Over Scene
  • Low Priority (Order does not matter):

    • [] Add Purchase Character Function
    • [] Add Companions System (Each side with a small minion to assist you) - Sidekicks!
    • [] Add new effect for character's death
    • [] Add sound when Fireball is incoming
    • [] Pinky constant speed
    • [] Add Unit Test
    • [] Add Character unique skills
    • [] Add new FX for character's bullets

Note: Each new feature moves from Low Priority -> High Priority -> Todo List. In short, low priority items will go up.

Discovered Bugs:

  • Pinky completly freeze itself when it kills the player

Note about bugs:

Unless it crashes the game. Above bugs are put in low priority to be fixed.

Main Accomplishments:

  • [✔️] Add support for iPhone 5, iPhone 6, iPhone 6 Plus, iPhone 7, iPhone 7 Plus
  • [✔️] Preload Textures
    • [✔️] Add progress bar
    • [✔️] Divide Atlas into smaller atlas
  • [✔️] Coin System
  • [✔️] Character Selection
    • [✔️] Alpha
    • [✔️] Beta
    • [✔️] Celta
    • [✔️] Delta
  • [✔️] Add Backup Logic
  • [✔️] Add Progress Track
  • [✔️] Add Singleton Global to access all Sprites
  • [✔️] Add shader to fonts (OpenGL)
  • [✔️] Remove Main.storyboard for faster build time
  • [✔️] Add Bomber Boss in-game
  • [✔️] Add Pinky Boss in-game - 06/28/2017
    • [✔️] Add Pinky Boss Sprites
    • [✔️] Add Pinky Boss Actions
  • [✔️] Add Labels in Character Selection - 06/28/2017
  • [✔️] Add particle effects when selecting character - 06/29/2017
  • [✔️] "Fix" and find a better logic for the top bar which displays account progress 06/30/2017
  • [✔️] Add customized font ttf for Gold Label with OpenGL shader 06/30/2017
  • [✔️] Re-implement logic to increase enemies' HP and Velocity over time 07/03/2017
  • [✔️] Add new bullets for characters:
    • [✔️] Add Alpha Bullet Sprites 07/04/2017
    • [✔️] Add Beta Bullet Sprites 07/04/2017
    • [✔️] Add Celta Bullet Sprites 07/04/2017
    • [✔️] Add Delta Bullet Sprites 07/04/2017
  • [✔️] Add Class to create custom bullet sprite 07/04/2017
    • [✔️] Add Bullet Power Logic - 07/08/2017
    • [✔️] Add Upgrade Bullet Function - 07/08/2017
    • [✔️] Add Upgrade Scene on Character Scene 07/05/2017
  • [✔️] Display current level of bullet and its image on Character Scene 07/05/2017

legend-wings's People

Contributors

woguan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

legend-wings's Issues

Truncated Strings

Hi @woguan ,

I'm reporting this issue because my team and I are trying to localize this game to different language(s) for a school project (200% no commercial purpose). In your project, you made the description of characters go to different lines by hard-coded them. This, however, makes localization hard.

      let firstLabel = SKLabelNode()
            firstLabel.numberOfLines = 0
            firstLabel.preferredMaxLayoutWidth = 1000
            firstLabel.name = "character_menu_firstlabel"
            firstLabel.horizontalAlignmentMode = .left
            firstLabel.verticalAlignmentMode = .top
            firstLabel.fontColor = .brown
            **firstLabel.text = "She was born in the wilds and "**
            firstLabel.lineBreakMode = NSLineBreakMode.byWordWrapping
            firstLabel.fontName = "GillSans-Bold"
            firstLabel.fontSize = firstlinebox.size.width/MAGICNUMBER
            firstlinebox.addChild(firstLabel)
   
        // 2nd Line
        let secondlinebox = SKSpriteNode()
            secondlinebox.name = "character_menu_secondlinebox"
            secondlinebox.size = CGSize(width: txtBox.size.width, height: txtBox.size.height/3)
            secondlinebox.anchorPoint = CGPoint(x: 0.0, y: 1.0)
            secondlinebox.position.y = -secondlinebox.size.height
            secondlinebox.color = .clear
            txtBox.addChild(secondlinebox)
    
        let secondLabel = SKLabelNode()
            secondLabel.name = "character_menu_secondlabel"
            secondLabel.horizontalAlignmentMode = .left
            secondLabel.verticalAlignmentMode = .top
            secondLabel.fontColor = .brown
            **secondLabel.text = "raised by dragons. When dragons"**
            secondLabel.fontName = "GillSans-Bold"
            secondLabel.fontSize = secondlinebox.size.width/MAGICNUMBER
            secondlinebox.addChild(secondLabel)

For example, in order to localize it, we need the firstLabel.text = "She was born in the wilds and " and secondLabel.text = "raised by dragons. When dragons" to be in the same label.text. Our team has googled and tried everything we could, but nothing has worked yet. Do you have any ideas how to make them multilined using the same label?

Thank you so much!!

Best,
Olivia

Game Crashing after loading on iPhone 5s

After building and running the game on my iPhone, the loading goes up to 100% then it crashes.
The picture of the occurring error is shown below.

Specs

  • iPhone 5s 16gb
  • iOS 11 beta 3

screen shot 2017-07-11 at 11 52 16

Checkboxes

Hello,

Just out of curiosity, why don't you use regular checkboxes?

  • a complete item
  • an incomplete item

Nice work btw, thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.