Turtle invaded is a space invaders clone that challenges players to fight incoming alien invaders. The objective is to destroy enemies before they reach the bottom of the screen. The game features increasing levels of difficulty and rewards players with points for each enemy defeated. Turtle invaded was made using the Defold game engine , the 2D game assets was made by SparklinLabs. You can find the source code here.
After following Pawel’s tutorials, I made a space invaders clone. You can play it here If there are still bugs, I am proud of the work done. Do not hesitate to give feedback
The game is great - it’s a very polished one, it has pause, very nice enemy movement and increasing challenge with each level and a worth mentioning detail I love - you can shoot enemy projectiles with your own!
Looks good dude! Well done on getting your first game up and running. Nice to see someone is making the most of Pawel’s tutorials as well.
If I was going to set you a further challenge… I would say you could make a background with sparkling stars using particlefx. That would look a lot cooler and make the game a little more dynamic. Also, I love the pixel style of the logo - you could make the rest of the game like that to make it all fit if you wanted.
Special aliens now appear sometimes, they give more points
The player unlocks a super shot starting level 3
I added little animation to the background
The sprites seem blurry when I play the game on a mobile browser. I don’t know yet how to fix this. Also, a virtual gamepad is enabled on Android devices, but I don’t know if it is the case on iOS.
I think that it is time for me to start a new project. Turtle Invaded is primarily for learning purposes, and I definitely learned a lot.
Check if in game.project in Display section Hight DPI is on
Make your custom material (copy paste the default one form builtins into your project folder). Change filtration on it to Linear and make sure you use this material on all your sprites
Check your texture profiler and make sure Mipmaps are off (the checkbox unchecked, but remember if you use default one, you have to cope/paste it from builtins into your project and specify it in game.project)
Try these steps one by one and one of them should give you needed result!