for g in os.listdir(games_dir):
        if os.path.exists(games_dir + '/' + g + '/urls.py'):
            res.append(g)