SamuelFolledo / MeteorGame

Simple meteor falling game in Swift using SpriteKit
MIT License
0 stars 0 forks source link

Review #1

Open amelinagzz opened 4 years ago

amelinagzz commented 4 years ago

I like this implementation. You added a lot more elements to make it look like a space shooter game. 👾

One thing I see that can improve is how many things you handle in each frame. Your FPS is very low at times.

A few things that can help keep that number up:

Some of these should help with the FPS 👍🏼

SamuelFolledo commented 4 years ago

Amazing feedback! Especially the [moveTo, remove], if/else on physics delegate. Will try to have as little things as possible in the method next time :)