Creating Checkpoints in Puzzle Script

So you have this idea for a great Puzzle Script game, but it involves checkpoints. You want the player to be able to reset to the checkpoint if they press reset or if they die. How do you do that? This tutorial will cover it, and it's very simple.

Checking Multiple Conditions in Puzzle Script

Ever wished you could check for more than one condition at a time in Puzzle Script, like is there a bomb anywhere on the stage AND a destructible block? This tutorial teaches how to check multiple conditions. It builds on knowledge from the previous beginner tutorials, which I recommend if you're new to Puzzle Script.

Beginner Puzzle Script Tutorials

I have created a series of beginner tutorials for Puzzle Script for people to create their own Sokoban games. These tutorials are aimed at someone with no prior knowledge about programming or Puzzle Script, covering everything in step by step detail. Tutorial links below. Make Your First Puzzle Script Game Start Programming in Puzzle Script Creating Objects... Continue Reading →

Using The Late Command in Puzzle Script

This tutorial isn't about being fashionably late. Sometimes you want code to run last, after everything else has been checked. The late command is how you do that. This tutorial will teach you how to use the late command in Puzzle Script as well as showing how your code is read by the machine. It assumes no prior programming knowledge except the Puzzle Script tutorials listed here.

How To Set Win Conditions in Puzzle Script

Everybody likes to win. You're players are going to want to win your game. This tutorial covers how you can program the conditions for winning your game, covering step by step examples. This tutorial assumes no prior programming knowledge except the previous Puzzle Script tutorials I have written, which I have listed for you.

How To Create Objects In Puzzle Script

Games are made up of objects. This tutorial is going to try and be 'objective' about teaching you how to create objects in Puzzle Script. By the end you will know how to design them and add them to the code so that you can use them straight away in your game. This tutorial assumes no prior programming knowledge except the previous Puzzle Script tutorials I have written, which I have listed for you.

How To Start Programming in Puzzle Script

This tutorial will teach you how to start programming in Puzzle Script. It requires no prior programming knowledge, but assumes you completed the previous Puzzle Script tutorial on making your first game. You will learn the basic rules of programming in Puzzle Script and how to start creating your own unique games.

How To Use Sound Effects In Puzzle Script

This is a quick guide to teach you how to play sound effects in Puzzle Script. The first thing you need to do is generate some sound effects. You can do this very easily with a few button clicks. Underneath the black area that contains your level editor and game screens, you will notice a few random black squares with white symbols.

Android Development Guide for Fusion 2.5

This guide contains information and tutorials for Android Mobile development. I have since moved on to Unity where I developed my game Puzzledorf, but this guide should still be relevant. If there's anything you think should be added, or if you have a link to a better example than the one provided, please comment below. Puzzledorf... Continue Reading →

Blog at WordPress.com.

Up ↑