justinpobrien / quindici

15-Puzzle crafted by AI with a little human touch
https://quindici.io/
MIT License
0 stars 0 forks source link

Access earlier versions of game #5

Open justinpobrien opened 6 hours ago

justinpobrien commented 6 hours ago

Make it easy for users to view the earlier versions of the game. Perhaps just link out to standalone versions in a Changelog?

Since most of the versions of the game have been a single HTML file with inline CSS and JS, it might be possible to just modify older versions to have a navigation bar or dropdown so that you can iterate through versions.

An alternative approach is to wait until a larger refactor when navigation between multiple pages is added (ex: Changelog, Solver, About, etc)