Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 1003 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 1003 Bytes

Baba Is You solver

A WIP solver for the game Baba Is You.

Usage

Build:

mvn install

Run a level:

java \
-cp "tiles/target/babaisyousolver-tiles-1.0.0-SNAPSHOT.jar:engine/target/babaisyousolver-engine-1.0.0-SNAPSHOT.jar" \
net.archiloque.babaisyousolver.App levels/01

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/archiloque/babaisyousolver . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The code is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.