https://github.com/dunnock/codinggame-ai
Codinggame winning challenges implementation: BFS, DFS, A*, IBFS
https://github.com/dunnock/codinggame-ai
Last synced: 24 days ago
JSON representation
Codinggame winning challenges implementation: BFS, DFS, A*, IBFS
- Host: GitHub
- URL: https://github.com/dunnock/codinggame-ai
- Owner: dunnock
- Created: 2016-11-02T20:08:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T21:45:14.000Z (over 9 years ago)
- Last Synced: 2026-06-08T00:06:24.179Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codinggame-ai
This project contains my winning code for codinggame service, just for fun and sharpening skills
# structure
Every subfolder is relevant to specific codinggame challenge
# NOTES
* A* search logic is defined within treesearch.js and pathfinder.js OR predictor.js.
* Latest implementations are Skynet and Maze
* Boilerplate project has generic implementation, starting point for new challenge implementation.
* TODO: switch predictor to pathfinder.js
# Prerequisites
* Babel
* Webpack
* Node 4