Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run this project #1

Open
afkcodes opened this issue Jul 3, 2022 · 2 comments
Open

How to run this project #1

afkcodes opened this issue Jul 3, 2022 · 2 comments

Comments

@afkcodes
Copy link

afkcodes commented Jul 3, 2022

First of all thanks for this cool project i was trying to run this but was unable to, not from a java background would be a great help if you can provide a code sample. I tried to run the example.java file as basic javac command but it threw some errors

@nguyennd97
Copy link
Owner

Thank you for using my project!
To run Example.java file, please open project with an IDE (like Intellij) with java 1.8 or higher and uncomment one of these line.

  • line 102: it will generate 100 lessons of puzzle 16x16 and save to file at path ./example-result/sudoku16x16/Gen.txt
  • line 103: it will generate 7x7 puzzle and print the puzzle and solved puzzle to the terminal.
  • line 104: it will solve the input puzzle 7x7 and print the result to the terminal.

image

To use code in your project, please copy folder vn/com/dangnguyendota to your project src folder and import following the tutorial in the Readme file.

@afkcodes
Copy link
Author

afkcodes commented Jul 5, 2022

Thanks will try this @dangnguyendota

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants