Category: Development Diaries
-
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…
-
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.
-
Starting June 29th RoguelikeDev does the complete Roguelike Tutorial 2021
/r/roguelikedev has been going strong for 5 years in a row doing the Complete Roguelike Tutorial. After C#, and Java, this year is time to use Python.
-
How to install Numpy and Pandas for data science in a M1 MacBook
The new M1 chip MacBooks come with a nasty surprise for those of us who like to tinker with code: You can’t install Pandas and Numpy out of the box.
-
How to create trading tools with Interactive Brokers and Python (I)
How to create your own custom trading tools using Python and the Interactive Brokers API.