gdd - skill categories

This commit is contained in:
chimchooree
2022-12-24 00:44:11 -06:00
parent 0df3d33b20
commit bfa057190b
3 changed files with 27 additions and 3 deletions
+4
View File
@@ -96,6 +96,10 @@ added to it seamlessly. <br></p>
<ul>
<li class="latest">{{random.choice(['.','•','☆','★'])}}&#9; </li>
</ul>
<h2>unit testing </h2>
<p>Write the game by writing unit tests then passing all the tests. Run the unit tests again after making a change. <br></p>
<br>
<ul>
<h2>moddability </h2>
<p>Commonly, this means making a base, then loading in the game as a mod. The content is written in a light scripting language, and it's best if I use the same API/tools a modder would. <br></p>
<br>