Text based strategy game examples?

Im trying to find an example of a type of game I used to make, but I cant seem to find the right keyword to search. It was a text based thing, where each second, your resources either increase or decrease depending on your actions and your environmental conditions. The goal is to build your stats high enough that you can attack the enemy player and kill off their population and/or take their resources.

There must be some games of that genre around, since it only takes a few hours for a beginner to code one.

Pocket Kingdom 4K from the 2012 Java4k contest isn’t quite what you describe, but it’s in the ballpark.

You struck gold there! what Genre would this be described as? I still can’t find any other examples… there must be some out there with more details to them.

I only googled Pocket Kingdoms and saw an picture and immediately thought of a game I have played before.

It is called CivClicker, and these style of games are called Incremental Games. Where you just keep clicking to see where you end up. I even linked to the reddit post in the subreddit with even more incremental games.