Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Oh and the coding is something like this:

game autonauts() {

playGame();

if(player.isBored()) {

doSomething();

}

}