Initial commit

This commit is contained in:
2025-08-28 04:58:31 +00:00
commit 72c4aca216
8 changed files with 141 additions and 0 deletions

12
.commit_template Normal file
View File

@@ -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?
#