Search found 3 matches

by nate8nate
Wed Aug 01, 2012 5:18 pm
Forum: General
Topic: Rapid Programming and Iteration
Replies: 7
Views: 5359

Re: Rapid Programming and Iteration

LICK is a library that allows you to do something similar to hot code swapping, although it is a bit limited.
by nate8nate
Tue Jul 03, 2012 2:48 pm
Forum: General
Topic: New Developer Here!
Replies: 2
Views: 2633

Re: New Developer Here!

There are a number of libraries that make collision detection easy. HardonCollider is a very nice collision detection library that supports both polygons and circles. bump.lua is much more light weight, but handles only boxes. Otherwise there's a tutorial on creating your own collision detection on ...
by nate8nate
Fri Jun 22, 2012 6:55 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1506139

Re: What's everyone working on? (tigsource inspired)

RTS.png My first game is going to be a small real time strategy game. I've got a lot of the basics implemented, but I have a feeling I'm going to redo a majority of the code for pathfinding. The code is up on GitHub: https://github.com/nate8nate/rts Any suggestions on best practices or things I sho...