'Gaming' tutorials

All 'Gaming' tutorials:

  1. Create an Asteroids-Like Screen Wrapping Effect With Unity

    Create an Asteroids-Like Screen Wrapping Effect With Unity

    Tutorial Beginner

    Screen wrapping, as seen in Asteroids, Pac-Man, Star Control, and VVVVVV, is a gameplay effect that can add an interesting twist to your games. The edges of...

  2. Make a Neon Vector Shooter for iOS: The Warping Grid

    Make a Neon Vector Shooter for iOS: The Warping Grid

    Tutorial Intermediate

    In this series of tutorials, I'll show you how to make a Geometry Wars-inspired twin-stick shooter, with neon graphics, crazy particle effects, and awesome...

  3. How to Build a Laser Tripwire With Arduino

    How to Build a Laser Tripwire With Arduino

    Tutorial Beginner

    Every mad scientist's lab, or seven year old child's room, needs advanced protection against intrusion by rogue agents or siblings. This tutorial shows you...

  4. Quick Tip: Easy AS3 Character Movement With KeyObject.as

    Quick Tip: Easy AS3 Character Movement With KeyObject.as

    Tutorial Beginner

    In this tutorial I will introduce a class by Senocular.com that allows easy movement of game characters with minimal code.

  5. Bone-Based Unity 2D Animation:  Mecanim and Scripting

    Bone-Based Unity 2D Animation: Mecanim and Scripting

    Tutorial Intermediate

    In this tutorial series, we'll show you how to create a bone-based 2D animation with Unity. In each post, we'll focus on a specific part of the animation...

  6. Google I/O 2014 Aftermath

    Google I/O 2014 Aftermath

    Tutorial Beginner

    Google I/O is without a doubt one of the highlights of the year, for myself as well as many other developers. The event is always sure to inspire and...

  7. Create a Pinball Game: Adding Interaction

    Create a Pinball Game: Adding Interaction

    Tutorial Intermediate

    This is the second installment in our Corona SDK Pinball Game tutorial. In today's tutorial, we'll add to our interface and then code the game interaction....

  8. Build an Isometric Map Editor With As3isolib

    Build an Isometric Map Editor With As3isolib

    Tutorial Intermediate

    In this tutorial, I will introduce you to the concept of isometric content creation and the basics of designing with it, using the open source library...

  9. Exploring the Multipeer Connectivity framework: Project Setup

    Exploring the Multipeer Connectivity framework: Project Setup

    Tutorial Intermediate

    As with every major release, iOS 7 includes many new APIs that developers can take advantage of in their applications. In this tutorial, we'll take a look at...

  10. Creating Life: Conway's Game of Life

    Creating Life: Conway's Game of Life

    Tutorial Intermediate

    Sometimes even a simple set of basic rules can give you very interesting results. In this tutorial we'll build the core engine of Conway's Game of Life from...

  11. Refactoring Legacy Code: Part 6 - Attacking Complex Methods

    Refactoring Legacy Code: Part 6 - Attacking Complex Methods

    Tutorial Intermediate

    Learn techniques for how to deal with complex and complicated unknown legacy code, how to understand it, and finally writing the Golden Master tests for...

  12. Parsing and Rendering Tiled TMX Format Maps in Your Own Game Engine

    Parsing and Rendering Tiled TMX Format Maps in Your Own Game Engine

    Tutorial Intermediate

    In my previous article, we looked at Tiled Map Editor as a tool for making levels for your games. In this tutorial, I'll take you through the next step:...