Skip to content

We are going to create a program capable to solve n-puzzles of various sizes, as optimized as possible, except it won't be as optimal as possible since I'm doing it in Python...

Notifications You must be signed in to change notification settings

42pde-bakk/n_puzzle

Repository files navigation

n_puzzle

We are going to create a program capable to solve n-puzzles of various sizes, as optimized as possible, except it won't be as optimal as possible since I'm doing it in Python

###Usage:

If you want to run it in a virtual environment do:

python3 -m venv venv

Install the dependencies and run it like so:

pip3 install -r requirements.txt
python3 srcs/main.py puzzles/3.txt

Project status: N-puzzle status

About

We are going to create a program capable to solve n-puzzles of various sizes, as optimized as possible, except it won't be as optimal as possible since I'm doing it in Python...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages