diff --git a/.commit_template b/.commit_template new file mode 100644 index 0000000..8f580e7 --- /dev/null +++ b/.commit_template @@ -0,0 +1,12 @@ + + +# ----------------------------------------------------------------- +# Write your entire commit message above this line. +# +# Software frameworks can be very powerful tools, allowing you to +# do a lot with very little code. In the `retro` framework, you +# create agents, and then the `Game` class runs the game with them. +# +# How does writing a program like the nav game feel different from +# the programs you were writing in Unit 1? +#