Add high score keeping, add title screen scores display. Also fix
authorMatthew Mondor <mmondor@pulsar-zone.net>
Thu, 13 Apr 2023 23:36:18 +0000 (23:36 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Thu, 13 Apr 2023 23:36:18 +0000 (23:36 +0000)
commitcf407d6916e8ba52dfb780e58646e08ac345c216
tree5e00b9b05708ac4d77da2abd4361a43f392e9240
parentedfd2bbd0d3facf7b8f6fa5c94c82538848a7cd3
Add high score keeping, add title screen scores display.  Also fix
a memory leak where pads were temporarily and unnecessarily created
everytime the title screen was shown.  The game may also leak other
memory, to eventually investigate.
nInvaders.c
nInvaders.h
view.c