Framework


First day of working on my first game for the Lips game jam. My goal with this game is to exercise the procedures from my yet unpublished (harebrained scheme) library for computational biology.

My idea is that you play a cell, that has DNA. This DNA translates into proteins/amino acid sequences. These can then be used to purchase/create enzymes that metabolize substrate and generate energy (as ATP). Each translated codon will substract ATP and each enzyme will then generate ATP. This needs to be in balance for the cell to survive. You can change the DNA sequence to optimze your amino acide yields.

I hope that this concept can also be understood by people with little knowledge of biochemistry.

Today I created the framework to mine amino acids from a DNA terrain in a step-wise fashion. This should be the core and most difficult part.

TODO:

* put this process into a game loop

* substract ATP for each step in the translation

* implement transition and transversion operations to alter the DNA strand

* mockup user interface

Files

main.scm 2 kB
Oct 29, 2022

Get Metabolize!

Leave a comment

Log in with itch.io to leave a comment.