'10:25:49' tutorials

All '10:25:49' tutorials:

  1. Create a Procedurally Generated Dungeon Cave System

    Create a Procedurally Generated Dungeon Cave System

    Tutorial Intermediate

    For many, procedural generation is a magical concept that is just out of reach. Only veteran game developers know how to build a game that can create its own...

  2. A Look at the WordPress HTTP API: A Practical Example of wp_remote_post

    A Look at the WordPress HTTP API: A Practical Example of wp_remote_post

    Tutorial Intermediate

    In the previous article, we reviewed the previous articles regarding GET requests, the native PHP facilities for making requests, and reviewed WordPress...

  3. Creating Titanium Mobile Modules Using CommonJS

    Creating Titanium Mobile Modules Using CommonJS

    Tutorial Beginner

    In this article we'll be discussing how to create your own mobile modules for Appcelerator's Titanium using just JavaScript and a bit of CommonJS knowledge.

  4. Make a Neon Vector Shooter in XNA: More Gameplay

    Make a Neon Vector Shooter in XNA: More Gameplay

    Tutorial Intermediate

    In this series of tutorials, I'll show you how to make a neon twin stick shooter, like Geometry Wars, in XNA. The goal of these tutorials is not to leave you...

  5. Accessing Google Services Using the OAuth 2.0 Protocol

    Accessing Google Services Using the OAuth 2.0 Protocol

    Tutorial Intermediate

    This tutorial will dive into implementing Google Services using the OAuth 2.0 protocol. Read on!

  6. Creating Smooth Particle Emission With Sub-Frame Interpolation

    Creating Smooth Particle Emission With Sub-Frame Interpolation

    Tutorial Intermediate

    Particle effects greatly spice up game visuals. They are usually not the main focus of a game, but many games rely on particle effects to increase their...

  7. Android SDK: Create a Drawing App - Interface Creation

    Android SDK: Create a Drawing App - Interface Creation

    Tutorial Intermediate

    In this series, we will create a finger-painting app for Android using touch interaction. The user will be able to select from a color palette, choose a...

  8. Android SDK: Create an Arithmetic Game - Setup and Interface Creation

    Android SDK: Create an Arithmetic Game - Setup and Interface Creation

    Tutorial Beginner

    The Android platform provides the ability to facilitate interaction, to carry out computation, and to save data. To explore some of these basic features...

  9. Building a Peer-to-Peer Multiplayer Networked Game

    Building a Peer-to-Peer Multiplayer Networked Game

    Tutorial Intermediate

    Playing a multiplayer game is always fun. Instead of beating AI-controlled opponents, the player must face strategies created by another human being. This...

  10. A Better Forum List Widget for bbPress

    A Better Forum List Widget for bbPress

    Tutorial Intermediate

    When bbPress was still a standalone installation, I had tried it out and wasn't really impressed. Things were clunky and it didn't always work the way it was...

  11. Make a Neon Vector Shooter in XNA: Basic Gameplay

    Make a Neon Vector Shooter in XNA: Basic Gameplay

    Tutorial Intermediate

    In this series of tutorials, I'll show you how to make a neon twin stick shooter like Geometry Wars, which we will call Shape Blaster, in XNA. The goal of...

  12. Integrating a JS Build Process Into MSBuild in Visual Studio 2012 Express

    Integrating a JS Build Process Into MSBuild in Visual Studio 2012 Express

    Tutorial Advanced

    I've been working with ASP and ASP.NET for about ten years now, starting with ASP classic and settling on .NET 2.0 as my favorite. My new year...