An open API service indexing awesome lists of open source software.

https://github.com/gergoerdi/scottcheck


https://github.com/gergoerdi/scottcheck

haskell interactive-fiction-engine scott-adams smt symbolic-execution text-adventure-engine verification

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# ScottCheck: SBV-based verification of Scott Adams adventure games

This program takes old Scott Adams text adventure games, and checks
that they can be solved by executing them symbolically and feeding it
to an SMT solver.

See https://gergo.erdi.hu/blog/2020-08-01-solving_text_adventure_games_via_symbolic_execution/
where I write about the why and the how.