Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

This is awesome! Looks like a great way to get inspired. 😍

Edit: I've made a little script that will refresh the image every 10 seconds. If you copy/paste and enter it into the JavaScript console in Chrome or Firefox, it should work.

(function (seconds){setInterval( function () { document.getElementById('title').click(); } , seconds * 1000)})(10);

Changing the "10" at the end can change the interval too. It's fun to have the image rotating while you work.