Skip to content

fixstars/amplify_hackathon_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

amplify_hackathon_sample

実行方法

  1. ファイル sudoku_sample_amplify.py の、client.tokenのコメントアウトを外してアクセストークンを入力する

  2. sudoku_sample_amplify.py を実行する

$ python sudoku_sample_amplify.py

実行結果

initial
2   5 | 1 3   |     4 
      |   4 8 |       
      |     7 |   2   
---------------------
  3 8 | 5     |   9 2 
      |   9   | 7     
      |       | 4 5   
---------------------
8 6   | 9 7   |       
9 5   |       |   3 1 
    4 |       |       
solved
2 8 5 | 1 3 9 | 6 7 4 
6 7 3 | 2 4 8 | 5 1 9 
4 1 9 | 6 5 7 | 3 2 8 
---------------------
7 3 8 | 5 6 4 | 1 9 2 
5 4 2 | 3 9 1 | 7 8 6 
1 9 6 | 7 8 2 | 4 5 3 
---------------------
8 6 1 | 9 7 3 | 2 4 5 
9 5 7 | 4 2 6 | 8 3 1 
3 2 4 | 8 1 5 | 9 6 7 

提出前チェック

  • README.mdの手順通りにして、プログラムが実行できる
  • 説明用スライドを用意した
  • アクセストークンはリポジトリに含まれていない
  • MIT Licenseにした

About

Sample of Fixstars Amplify hackathon

Resources

License

Stars

Watchers

Forks

Languages