https://git.dkl9.net/computation_practice/tree/2114a042a4525ed0c14aa625c1512875013f8f8aRecent commits to computation_practice (2114a042a4525ed0c14aa625c1512875013f8f8a)2022-12-08T23:25:47-05:00tag:gitlist.org,2012:commit/2114a042a4525ed0c14aa625c1512875013f8f8aRadically restructure game mechanics2022-12-08T23:25:47-05:00John Smith
<pre>Now, instead of having a fixed number of trials per game,
the game has a fixed total time, and the player must answer
as many questions as they can within that time;
the game provides a total score based on quantity and quality
of those responses.
</pre>
tag:gitlist.org,2012:commit/75040236235e3fba54822230ae4dabe3b00e3befEnormously generalise problem-handling2022-12-04T22:15:41-05:00John Smith
<pre>* adjustments such as setting time to 4 seconds, #!ing the script
* instead of assuming that the computation takes as input
a list of numbers, the computation may now have a corresponding
problem-type, generated however is reasonable
</pre>
tag:gitlist.org,2012:commit/aebbf981ae2c4f8c67893f923fc7f01efe909366Initial commit2022-11-24T06:04:58-05:00John Smith
<pre>Develop working prototype of computation practice game,
currently only supporting natural logarithm.
</pre>