- signup AIC
- create team
- run server
- base code
- use algorithms for zip strings
- broadcast
- sarbaz navigation :)))
- use broadcast
- optimize sarbaz navigation
- strategy
For run server easily...
First download LinuxV1.5.3.zip
From https://github.com/SharifAIChallenge/AIC21-Game/blob/main/visualizer/LinuxV1.5.3.zip
and unzip that.
git clone https://github.com/mo1ein/AIC-2021.git
cd ./AIC-2021
Move LinuxV1.5.3
to ./AIC-2021
chmod +x ./LinuxV1.5.3/LinuxV1.x86_64
chmod +x ./setup.sh
./setup.sh
./LinuxV1.5.3/LinuxV1.x86_64
And now ghraphics are running just select log.json
file from ./server
and enjoy the game :)
For change game map, copy your map from ./maps
and paste it to ./server
and change name's to map.json
.
./server
only has one map (map.json
file).
- https://www.youtube.com/watch?v=KiCBXu4P-2Y
- https://github.com/aichallenge/aichallenge/wiki
- https://github.com/ynyeh0221/Codewars/blob/master/3-kyu/GET%20TO%20THE%20CHOPPA!%202.py
- https://www.codewars.com/kata/5573f28798d3a46a4900007a/train/python
- https://www.geeksforgeeks.org/shortest-distance-two-cells-matrix-grid/
- https://www.geeksforgeeks.org/breadth-first-traversal-bfs-on-a-2d-array/
- https://www.geeksforgeeks.org/shortest-path-in-a-binary-maze/
- https://www.geeksforgeeks.org/shortest-distance-two-cells-matrix-grid/
- https://runestone.academy/runestone/books/published/pythonds/Recursion/ExploringaMaze.html
- https://github.com/analyst74/aichallenge-ants
- https://stackoverflow.com/questions/8922060/how-to-trace-the-path-in-a-breadth-first-search
- https://stackoverflow.com/questions/38124361/why-does-base64-encoded-data-compress-so-poorly