Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 381 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 381 Bytes

reversi-demo-app

Mainly to learn about Python+bottle.

This app requires files in https://github.com/eukaryo/reversi-scripts (reversi_misc.py, reversi_player.py, reversi_solver_misc.py, Edax_mod2, data/eval.dat, and all_result_abtree_encoded_sorted_unique.csv).

usage

  1. $ pip3 install bottle
  2. $ python3 backend.py
  3. access http://localhost:8080 with your browser