Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nhaarman/macs2

A Sokoban solver using symbolic model checking for the MACS2 course at the University of Twente
https://github.com/nhaarman/macs2

Last synced: about 1 month ago
JSON representation

A Sokoban solver using symbolic model checking for the MACS2 course at the University of Twente

Awesome Lists containing this project

README

        

# Build and run:

./gradlew build
java -jar build/libs/sokoban.jar screens/screen.125

# Run tests:

./gradlew test

# Troubleshooting

Exception in thread "main" java.lang.UnsupportedClassVersionError: sokoban/Sokoban : Unsupported major.minor version 52.0

Sokoban has been built using Java8. Make sure you're using Java8 to run the program.