Tag: gamedev
-

Tiny Crawler for iOS 1.0 launched
Tiny Crawler is a small dark-themed roguelite game for iOS where each run is unique.
-

Launched MoodToPlay: Indie game directory with tools for devs
moodtoplay.com is an indie game directory that shows curated games based on your mood. Also offers marketing tools for indie devs.
-

How to add music and sounds to an iOS or macOS game with AVFoundation
While working on adding music and sounds to my latest project I found a problem: If you’re running some background music and then you trigger a sound ( for example by picking up some item ) the music will stop, as you’re overriding the sound with the new object. In order to fix this we…
-

Mobile game dev: How to fix Pixel Art for iOS games
A common problem when working with Pixel Art for your games adapting your graphics for different screen sizes. Here’s how to fix Pixel Art for iOS games.
-

Creating a game for iOS with Swift and SpriteKit
How to create a 2D game for iOS with Swift and SpriteKit . We’ll take the classic Pong and do our own iteration as code exercise.
