Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

JB

1
Posts
1
Topics
2
Followers
1
Following
A member registered Feb 17, 2017 · View creator page →

Creator of

Recent community posts

var foo = 1, bar = 0;
if (foo)
{
    bar ++; foo = 0; 
}

Is stacking code on the same line allowed? Please expand on the code formatting section on the Jam page it's not very clear.