Tag: programming
All the articles with the tag "programming".
Linked Lists in Lua
Posted on:November 16, 2012Lua for Programmers Part 4: Tips and Tricks
Posted on:September 9, 2012A crash course in Lua for those who already know how to program. Part four covers some final miscellaneous tips.
Lua for Programmers Part 3: More Advanced Concepts
Posted on:September 7, 2012A crash course in Lua for those who already know how to program. Part three covers variable scope, advanced functions, file loading, etc.
Lua for Programmers Part 2: Data and Standard Libraries
Posted on:August 27, 2012A crash course in Lua for those who already know how to program. Part two covers data types and the standard library.
Lua for Programmers Part 1: Language Essentials
Posted on:August 27, 2012A crash course in Lua for those who already know how to program. Part one covers language essentials.
Rock 'n' Slash: Ludum Dare 23 Postmortem
Posted on:April 29, 2012How It Works: The Thruster in Facilitated Escape
Posted on:October 23, 2011Mouse Dragging in Love2D
Posted on:September 6, 2011Ludum Dare 21
Posted on:August 22, 2011Glow Effect for Lined Shapes in Love2D
Posted on:July 16, 2011Lua Metatables Tutorial
Posted on:June 30, 2011A guide to using metatables in Lua.
A Guide to Getting Started with Love2D
Posted on:June 14, 2011An initial guide to the Love2D game engine.
Cameras in Love2D Part 3: Movement Bounds
Posted on:May 9, 2011Draw Origins in Love2D
Posted on:May 6, 2011Ludum Dare 20: My Experience
Posted on:May 2, 2011Strong: Make Your Strings Stronger in Lua
Posted on:April 29, 2011Cameras in Love2D Part 2: Parallax Scrolling
Posted on:April 22, 2011Cameras in Love2D Part 1: The Basics
Posted on:April 19, 2011Specifying Names in Lua Without Strings
Posted on:April 18, 2011Implementing Proper Getter/Setters in Lua
Posted on:April 4, 2011Simulate Bitwise Shift Operators in Lua
Posted on:March 21, 2011