Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 656 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 656 Bytes

TRON_AI_WEB

tron ai game (django version)

课程作业:TRON游戏的AI版本(.ipynb),使用简单的voronoi算法和flood-fill算法,具体见hand-out说明。 扩展为django服务器,由后台python代码提供方向计算。

1v1 TRON game (with artificial intelligence) Algorithm: simple version of voronoi algorithm and flood-fill algorithm Brief introduction: hand-out.pdf Original version: TRON.ipynb

Reference: [1] https://web.stanford.edu/~jbboin/doc/ai_lightcycle.pdf

[2] javascript version of tron game comes from: https://github.com/tmattio/tron-js

image