background preloader

CoronaSDK

Facebook Twitter

Create iOS and Flash Games with Stencyl. AppcodingEasy.com. Corona SDK. Corona® CIDER. Amit’s Game Programming Information. What’s on this page?

Amit’s Game Programming Information

I’m interested in producing complexity out of simple parts. This page contains bookmarks that I collected while working on games; I did not write most of the content linked from here. As a result the set of links here reflects the types of things I needed to know: only a few specific topics (not everything related to game programming), general ideas instead of platform-specific information (graphics, sound, compilers), and ideas and designs instead of source code (I find it easier to go from an idea to code than from code to an idea).

Other sites, like Gamedev Tuts+, Gamedev, and Gamasutra, cover lots more topics than mine does. Determining how to move around on a map is an interesting problem. These pages are about specific techniques for pathfinding and object movement: My current favorite algorithm is A*, because it can handle varying terrain costs well, and it seems to be faster than most graph searching algorithms. Code and Demos Data structures Displaying Tiles. The.Lua.Tutorial » Introduction. Judging by the fact that you have stumbled upon this document, I doubt you are actually wondering.

The.Lua.Tutorial » Introduction

However, to quote the official definition: Lua is a powerful, fast, lightweight, embeddable scripting language. We'll just assume that the reader is competent enough to actually start Lua. Finding, Downloading, and Installing the Lua package is an excersize that will be left to the readers. Download Lua for Windows (Google is your friend) Lua Interpreter Lua is an interpreted language. Lua IDE Contrary to what hardcore "coders" tell you, notepad is not your ideal development environment. Let's try out our fancy new Lua installation. It's Never Lupus! Is an auto immune disease. What we type in: An Australian Gamer and Coder. What are the best tutorials or books on iOS game development. Think Techie. This tutorial is meant to provide users who have already some understanding in programming with the knowledge necessary to use the LUA SocketLib and the Coroutines in order to set up a TCP/IP server in a host application.

Think Techie

Introduction TCP/IP is a large collection of different communication protocols based upon the two original protocols: TCP and IP. TCP is at the fourth level of the OSI model (transport layer) and IP at the third level (network layer). The TCP protocol is used for the data transmission from an application to the network and can handle a byte flow (stream) between a source and an addressee in a total reliable way. A TCP connection is represented by a quintuplet {protocol, IP local_address, local_port, IP remote_address, remote_port} and is unique all over a given network. When listening to a port, the TCP server creates a half-socket (server socket). 1 - Setting up a TCP/IP server The usual procedure to create a TCP server can directly be applied with SocketLib functions.

MarkHenryC's Profile - GitHub. Ansca's Advanced Technology Group. Ludicrous Software: Games. Poker Solitaire Challenge and hone your poker skills with Poker Solitaire!

Ludicrous Software: Games

Try to make the best possible poker hands from the randomly dealt cards. But each card is part of two poker hands, so you have to think and plan ahead to make the best hands you can to score the most points. Knight’s Puzzle Switch the positions of the black and white knights in as few moves as possible.