technobly / VEXTREME

VEXTREME - Vectrex Multicart
GNU General Public License v3.0
61 stars 12 forks source link

Implements #55 High Score (by @TylerBrymer PR #56) #64

Closed technobly closed 4 years ago

technobly commented 4 years ago

Problem

This PR is #56 rebased with fixes and improvements

Solution

Steps to Test

Play a bunch of games... if when you lose all lives the high score is set, it should show at the top of the screen when you press reset to get back to the menu. At that time a new high score record will be saved in /hs.bin. Play a different game, reset, and play the previous game that the high score was saved for, and it should load up in the game when it starts.

References

Implements #55 Closes #56