Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

The 'make game' button is a bit of a holy grail, but I could imagine that since many games ideas are highly parameterised you could have a succession of games effectively bred from previous versions by 'mutating' those parameters as you go.  Not sure if this could include as large a change as switching genre, without an awful lot of work, but perhaps if the 'engine' was a mixture of types then you could just blend between them as the parameters change.  This is along the lines of genetic algorithms and 'breeding' of systems like the Biomorphs in The Blind Watchmaker.

If you meant 'how do I implement this' then that's another question.  Probably best to start tinkering in Unity, perhaps with some existing game examples.  Move as much of the 'magic numbers' and 'adjustable properties' out to some central place so they can be saved and loaded, then you have a basis to start 'mutating' the games behaviour, or spawning new games (new files) that can be played too