ananthamapod/GridAI

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.babelrc
.eslintrc.json
.gitignore
.stylelintrc
.travis.yml
LICENSE
Procfile
README.md
package-lock.json
package.json
requirements.txt
runtime.txt
src/images/github-icon-light.png
src/images/github-icon.png
src/sass/main.scss
src/templates/index.pug
static/images/github-icon.png
static/images/logo2.png
templates/index.pug
postcss.config.js2
src/index.js6
src/js/main.js137
A
45 mins
src/js/players/AStarAgent.js9
src/js/players/Agent.js21
src/js/players/BFSAgent.js9
src/js/players/BestFirstAgent.js9
src/js/players/DFSAgent.js9
src/js/players/Player.js20
src/js/players/UserPlayer.js32
src/js/search/AStar.js55
B
4 hrs
src/js/search/BFS.js33
C
7 hrs
src/js/search/BestFirst.js45
A
3 hrs
src/js/search/DFS.js32
C
7 hrs
src/js/search/SearchAlgorithm.js16
webpack.config.js9
webpack/webpack.common.config.js99
webpack/webpack.dev.config.js22
webpack/webpack.prod.config.js18
app/__init__.py0
app/cell.py45
app/graphutils.py51
app/grid.py30
app/maze.py97
C
1 day
main.py41
test.py7