kflorence / beaming

Beaming is a free, open source puzzle game that involves directing beams through a hexagonal grid.
https://kflorence.github.io/beaming/
Other
1 stars 0 forks source link

Add test coverage. Fixes #1 #6

Closed kflorence closed 10 months ago

kflorence commented 10 months ago

Added test coverage (via Selenium functional tests) for all puzzles. Tests will now run on pull requests and prior to deployment. Also updated puzzle 007 to simplify the layout and introduce the modifier selection puzzle mechanic into another earlier puzzle for re-enforcement of the mechanic.

This also introduces version to puzzle configuration which can be used to invalidate cache if puzzles are updated.