Skip to content

pearsang/BimaruSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo
BimaruSolver

Visualize the process of solving a Bimaru puzzle

About The ProjectInstallationExamples

made-with-python made-with-vue0

About The Project

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.

Installation

  1. Clone the repo

    git clone [email protected]:pearsang/BimaruSolver.git
  2. Install requirements for the backend

    pip install -r requirements.txt
  3. Deploy the app (default will be on http://127.0.0.1:5000/)

    flask run
  4. Install requirements for the frontend

    npm install
  5. Deploy the app (default will be on http://127.0.0.1:5173/)

    npm run dev

Examples

alt text

Home page.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published