Historique des commits

Auteur SHA1 Message Date
  DricomDragon 092c3308e6 :copyright: License source code under GPLv3 il y a 3 ans
  DricomDragon a46afa0ae0 :art: Add logo il y a 3 ans
  DricomDragon c988ae920b Add credit for gogs icon il y a 4 ans
  DricomDragon 0c66fa5892 Fix text color for black background terminals il y a 4 ans
  DricomDragon 8c843f0208 Merge branch 'a-star' il y a 4 ans
  DricomDragon ed741123a7 Implement buggy euristic il y a 4 ans
  DricomDragon e38c7f94a1 Implement A-star with null euristic il y a 4 ans
  DricomDragon 5ff872b9b9 Move the board generation in a dedicated method il y a 4 ans
  DricomDragon 7d8b677e86 Fix free tile counting il y a 4 ans
  DricomDragon 8ec3a16a39 Fix return type of cursor movement il y a 4 ans
  DricomDragon c3e770ef3e Add colors in terminal display il y a 4 ans
  DricomDragon 25e9ba9d0f Encapsulate cursor movement il y a 4 ans
  DricomDragon 9fafe89a23 Fix approximative origin and target removal il y a 4 ans
  DricomDragon c487570e17 Show discovery rate il y a 4 ans
  DricomDragon 13fb1ae472 Compute floor surface and display world properties il y a 4 ans
  DricomDragon 313eb38888 Prevent animation from scrolling terminal il y a 4 ans
  DricomDragon ce5a410abf Animate tile discovering and path construction il y a 4 ans
  DricomDragon 9f38a7918f Define default parameters il y a 4 ans
  DricomDragon e93f030f35 Remove target and origin only il y a 4 ans
  DricomDragon b38a5105a9 Merge branch 'bfs-queue' il y a 4 ans
  DricomDragon d1341ddc3d Fix duplicates explored tiles il y a 4 ans
  DricomDragon 7756e5715a Replace stack by queue in bfs il y a 4 ans
  DricomDragon c7a882158a Copy DFS experiment il y a 4 ans
  DricomDragon 1dc13e7001 Remove origin and target from path and discovered il y a 4 ans
  DricomDragon 3e87655159 Move result display in world method il y a 4 ans
  DricomDragon f46716668b Make path search on world copy il y a 4 ans
  DricomDragon 3c8530b2d1 Make variables of DFS more meaningful il y a 4 ans
  DricomDragon b9ac61d604 Make the dfs const il y a 4 ans
  DricomDragon 15710f7f78 Slightly increase board size il y a 4 ans
  DricomDragon 5b7a97769e Show exploration statistics il y a 4 ans