Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks! Oh, and - if I have something like:

if (argument1 && !argument1 && argument2 = 1) 

does it still count as a single line? Or do I have to seperate the arguments? 

Ya that's definitely 1 line. It's just an if statement however, when you make a scope to go with your if statement you have to create new lines as stated on the game jam page.