{{htmlmetatags>metatag-robots=() metatag-title=(EVOLUTION10: an game in 10 lines of BASIC!) metatag-keywords=(BASIC,Commodore 64,BASIC10Liner) metatag-description=(In this game the player assumes the role of "selective pressure" in the evolution of a species,run in a source code with strong constraints.) metatag-media-og:image=(:copertina_evolution10.jpg) metatag-og:title=(EVOLUTION10: an game in 10 lines of BASIC!) metatag-og:description=(In this game the player assumes the role of "selective pressure" in the evolution of a species,run in a source code with strong constraints.) }} ====== EVOLUTION 10 ====== {{ :copertina_evolution10.jpg?nolink |}} **EVOLUTION 10** is an evolution based game for [[https://it.wikipedia.org/wiki/Commodore_64|COMMODORE 64]] home computer. In this game the player assumes the role of "selective pressure" in the evolution of a species. Given a target objective, he/she will have to choose two specimens from those proposed so that they can reproduce themselves and so he/she approaches to the expected result. This game is designed for a single player and it is text-based. [[https://github.com/spotlessmind1975/evolution10/blob/master/docs/instructions.md|Click here]] to read the instructions on how to play, and [[https://github.com/spotlessmind1975/evolution10/releases/download/1.0/evolution10.d64|here]] to download the disk image (D64 format). This game was created to participate in the [[https://gkanold.wixsite.com/homeputerium/rules2021|"BASIC10Liner" competition 2021]]. Since it joined this competition, the game itself is modest in size, the given source code respects strong constraints on the length of each line (category: **PUR-120** ([[https://github.com/spotlessmind1975/evolution10/blob/master/evolution10_pur120_proof.png|proof]])) and it does not rely on third party libraries. For those wishing to deepen the details of its implementation please refer to the following documents: * [[https://github.com/spotlessmind1975/evolution10/blob/master/docs/source.md|the source code]] * [[evolution10:genotype|EVOLUTION 10'S GENOTYPE AND PHENOTYPE]] article.