Visualize the process of solving a Bimaru puzzle
About The Project • Installation • Examples •
Bimaru is a Flask+Vue App for solving Bimaru puzzles. Currently it has basic functionality, allowing the user to solve static puzzles that exist in the backend. Next steps on our plans are allowing for personalized input from the user.
-
Clone the repo
git clone [email protected]:pearsang/BimaruSolver.git
-
Install requirements for the backend
pip install -r requirements.txt
-
Deploy the app (default will be on http://127.0.0.1:5000/)
flask run
-
Install requirements for the frontend
npm install
-
Deploy the app (default will be on http://127.0.0.1:5173/)
npm run dev
Home page.