tipc21/synchrod
Pavel 1c03f7b10c fix heuristic in astar.cpp 2021-11-09 10:05:06 +01:00
..
README add synchrod 2021-11-08 18:43:06 +01:00
astar.cpp fix heuristic in astar.cpp 2021-11-09 10:05:06 +01:00
ia.py remove semicolon from ia.py 2021-11-08 19:49:11 +01:00
polycal4.py add synchrod 2021-11-08 18:43:06 +01:00
polycalc_sdl2.py add synchrod 2021-11-08 18:43:06 +01:00
polyfont.py add synchrod 2021-11-08 18:43:06 +01:00
synchrod.py add synchrod 2021-11-08 18:43:06 +01:00

README

This is a copy of the Python scripts for the TI-Planet and Planete Casio
back to school 2021 contest.

The original code can be found at:

https://tiplanet.org/forum/viewtopic.php?f=49&t=25200

The demonstration script can be executed with the following commands:

  g++ -O3 -shared -std=c++11 -fPIC `python3 -m pybind11 --includes` astar.cpp -o astar`python3-config --extension-suffix`

  python3 ia.py