Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Came here with the same question.

It looks so strange and confusing. The text there should probably say that it’s not an end of the “build” but an end of the season.

CC @VictorSeven

It was originally intended to be the end of the build, but as I stated before, I ran out of space when it came to Android users so I was forced to end the game there. I haven't updated Season 1 since then, and I can't update it because I've made massive changes to the game file, file structure, and even some rewrites. The rework combines Season 1 and Season 2 into the same game with new tech, and is not ready yet, so I can't fix the language at the end of Season 1 because the game file is now radically different and still in progress. I won't be able to update it until the full rewrite and rework is complete.

Thank you for the reply!

I guess you’re not using any kind of Version Control System (like Git) for development? If you did, then making a small patch for an earlier version wouldn’t be a problem.

If not, then as a developer to developer I can recommend you to check it out. Not for our sake and not to patch Season 1, but to be able to secure your development process and to be completely sure that you’re not going to lose your work in case of some kind of hardware failure or some another mistake. It can also help to track bugs if you know when they were introduced. And a bunch of other benefits.

(+1)

I use Github Desktop so that I can work on 2 separate machines primarily lol. But it is LONG updated since then. I appreciate it, though!