An University Project in UMinho, now an continuously improved game 🐛 Worms da Wish
A Haskell-powered 2D artillery game focused on functional purity and chaotic physics.
- Nothing so far
- Clone this Repository
cabal runThis project follows Haddock standards. To generate:
cabal haddockThe project uses a comprehensive suite of unit tests to ensure game logic reliability.
- Edge Case Coverage: Validation of map boundaries, non-rectangular maps, and overlapping entities.
- State Integrity: Formal rules to prevent invalid states (e.g., worms alive in water or inside solid rock).
To run the tests:
cabal test