Commit Graph

  • 73232d2657 added some prints to correspond to the readme example Volodymyr Patuta 2020-11-01 21:19:36 +0100
  • 3794e3e86a Fix space Martin HART 2020-11-01 20:24:38 +0100
  • 36c8be2dd2 Add display separator Martin HART 2020-11-01 20:23:47 +0100
  • 9adcfe9ce3 Merge branch 'display-grid' into 'master' Martin HART 2020-11-01 16:48:04 +0100
  • 8c139e29d2 oops EliasCubz 2020-11-01 16:45:51 +0100
  • 6d8d1f47b6 added a Whitespace line 201 EliasCubz 2020-11-01 16:40:27 +0100
  • e884ff6e9b added doc and minor changes to have a better grid EliasCubz 2020-11-01 16:21:27 +0100
  • 7b3bdbfa11 corrected some major minor errors haha EliasCubz 2020-11-01 16:04:33 +0100
  • 58a0e5a1a7 added print of orthonormal EliasCubz 2020-11-01 15:55:06 +0100
  • c0f0a92a76 declaration of display grid EliasCubz 2020-11-01 15:49:02 +0100
  • a1080587d1 add fn display_grid skeleton EliasCubz 2020-10-31 23:10:41 +0100
  • 0fdad0c929 Merge branch 'doc' into 'master' Martin HART 2020-10-31 20:57:15 +0100
  • 22dbb0e1b7 doc to create_hash_map Volodymyr Patuta 2020-10-31 20:42:26 +0100
  • ca1303a8eb Merge branch 'main-loop' into 'master' Martin HART 2020-10-31 20:37:04 +0100
  • 60a721742a working main-loop Volodymyr Patuta 2020-10-31 20:21:21 +0100
  • a470e883af fix iteration bug Martin HART 2020-10-31 19:23:04 +0100
  • afd8b1dc8b need to fix a nasty bug... Martin HART 2020-10-31 18:50:29 +0100
  • 1ced716662 Robot need to piouff some time :) Martin HART 2020-10-31 18:44:23 +0100
  • 8cd7fdee02 Merge branch 'create_hash_map' into 'master' Martin HART 2020-10-31 18:09:36 +0100
  • 8039d1c21f function to create hash map from Vec<Robot> Volodymyr Patuta 2020-10-31 18:05:23 +0100
  • d0106b4d08 Merge branch 'fix-collision' into 'master' Martin HART 2020-10-31 18:00:53 +0100
  • 6cfe921110 unused variable in check_world + HashMap fix Volodymyr Patuta 2020-10-31 17:55:47 +0100
  • 1744899f88 Merge branch 'reverse-vec' into 'master' Martin HART 2020-10-31 17:43:54 +0100
  • f2bfdeb28e reverse the Instructions vector, so he can behave as a queue Martin HART 2020-10-31 17:40:53 +0100
  • c7f0a0a281 Merge branch 'parser2' into 'master' Martin HART 2020-10-30 16:40:19 +0100
  • 8518de91cb fix break Martin HART 2020-10-30 16:38:12 +0100
  • a4760690ec Merge branch 'parser2' into 'master' Martin HART 2020-10-30 16:37:20 +0100
  • bdf91b7777 GnaGnaGna volo want that... Martin HART 2020-10-30 16:34:25 +0100
  • 843a26fa90 Remove prinln!() debug test Martin HART 2020-10-30 16:11:13 +0100
  • c9241e4c4b Merge branch 'master' of https://framagit.org/mhart/DancingDroids into parser2 Martin HART 2020-10-30 16:08:23 +0100
  • 2fe77a0e2d fix typo Martin HART 2020-10-30 16:06:22 +0100
  • 392aaf8fd1 Merge branch 'fix-check-map' into 'master' Martin HART 2020-10-30 16:05:35 +0100
  • f4dde09370 fixed check_map() Volodymyr Patuta 2020-10-30 15:59:01 +0100
  • 5d4d3a29c7 Change string conversion methods Martin HART 2020-10-30 15:29:52 +0100
  • 46d4f27e24 Add instruction validator Martin HART 2020-10-30 15:15:11 +0100
  • 6fa55b6924 Need to fix a lot of bugs... Martin HART 2020-10-30 13:23:17 +0100
  • f4a1eac5b7 Convert values of the setup line Martin HART 2020-10-30 12:08:12 +0100
  • 5c9aeabd03 parse token setup line Martin HART 2020-10-30 11:56:24 +0100
  • a50ec5d79b change var name Martin HART 2020-10-29 14:52:43 +0100
  • 037df42271 correct typo Martin HART 2020-10-29 14:44:16 +0100
  • 0dd5080d63 Change err msg Martin HART 2020-10-29 14:43:38 +0100
  • cd0f4a0867 Add shitty parser Martin HART 2020-10-29 14:34:04 +0100
  • b1cc7246dd readme qui correspond à fichier de config Volodymyr Patuta 2020-10-29 13:42:02 +0100
  • d2058ef71d del unused var Martin HART 2020-10-29 11:55:29 +0100
  • 790caa111d Merge branch 'check-collision' into 'master' Martin HART 2020-10-29 11:51:53 +0100
  • 15d8cc473a change of style EliasCubz 2020-10-29 10:52:06 +0100
  • 506a71f678 added test of function check collisions EliasCubz 2020-10-29 10:47:49 +0100
  • 782fccf31c Added function's description to the doc for check_collisions EliasCubz 2020-10-29 10:32:32 +0100
  • e4b25281f7 function to check collisions at given position EliasCubz 2020-10-29 10:30:11 +0100
  • d35da41c90 test of the function check_map EliasCubz 2020-10-29 10:16:09 +0100
  • 2eaf624137 function to check if robot is in the map EliasCubz 2020-10-29 10:05:54 +0100
  • 4fc0f07e78 declare prototype func collision and check if robot is in the map EliasCubz 2020-10-29 09:28:13 +0100
  • 15b68ae764 Merge branch 'parsing-config-file' into 'master' Martin HART 2020-10-29 09:15:51 +0100
  • 1fff4677cf Merge branch 'pub-robot' into 'master' Martin HART 2020-10-29 08:37:20 +0100
  • 83cbb0094e pub-issues Volodymyr Patuta 2020-10-28 21:38:30 +0100
  • 7c935269f5 Merge branch 'robot' into 'master' Martin HART 2020-10-28 19:58:00 +0100
  • cd15d12549 comment Volodymyr Patuta 2020-10-28 19:18:31 +0100
  • b8929887b5 omg... Volodymyr Patuta 2020-10-28 19:12:30 +0100
  • 2aa2af59ec simple typo Martin HART 2020-10-28 18:29:16 +0100
  • 0931835850 added hash in execute_instruction Volodymyr Patuta 2020-10-28 18:20:37 +0100
  • 44545cdc07 This is really bad.... Martin HART 2020-10-28 18:05:22 +0100
  • 466a257300 oups Volodymyr Patuta 2020-10-28 17:32:36 +0100
  • c9ad310700 create and move robot + tests Volodymyr Patuta 2020-10-28 17:30:45 +0100
  • 194d6f5df2 Remove .unwrap() shit Martin HART 2020-10-28 16:50:49 +0100
  • e4001c99c7 add token Martin HART 2020-10-28 16:42:36 +0100
  • 9d0b96b4d7 add mut to the pool O_o Martin HART 2020-10-28 16:17:34 +0100
  • 0a63ab5b53 exemple token Martin HART 2020-10-28 14:06:03 +0100
  • bbcbfd4d41 Catch the first ligne of the config file or throw a error ! Martin HART 2020-10-28 13:09:07 +0100
  • 430e706831 Prototype of the parsing_config() func Martin HART 2020-10-28 12:36:56 +0100
  • 555a0ff6b8 x and y should be public Martin HART 2020-10-28 12:20:20 +0100
  • c422060faf represent the world in a struct Martin HART 2020-10-28 12:07:20 +0100
  • 77785e0d6d add vec of robot Martin HART 2020-10-28 12:00:17 +0100
  • f88c972ceb Robot type Martin HART 2020-10-27 22:55:31 +0100
  • 6f34f27eaa pop() shit Martin HART 2020-10-27 16:09:44 +0100
  • ac6df77d8f pileOfShit.pop() Martin HART 2020-10-27 15:58:19 +0100
  • c27c403827 Merge branch 'remove-instruction' into 'master' Martin HART 2020-10-27 13:35:51 +0100
  • 667da3ee66 Merge branch 'remove-not-necessary' into 'master' Martin HART 2020-10-27 13:35:17 +0100
  • 00405e0df5 remove instruction related code EliasCubz 2020-10-27 13:32:00 +0100
  • c1685f7f6e remove move left/right EliasCubz 2020-10-27 13:27:57 +0100
  • e8c02e41f7 Merge branch 'place-robot-fix-borrow' into 'master' Martin HART 2020-10-26 20:35:40 +0100
  • f7d86c9991 completed move functions Volodymyr Patuta 2020-10-26 20:15:44 +0100
  • 80dfe2d69e add place_robot + tests, changed coordinate calculation, fixed borrowing issues Volodymyr Patuta 2020-10-26 20:11:27 +0100
  • 38a2ea98eb Merge branch 'copyright' into 'master' Martin HART 2020-10-26 15:30:14 +0100
  • 106b19c73b Update main.rs stephane elias benabdeslam 2020-10-26 15:29:14 +0100
  • 9bb4366eb5 Update main.rs stephane elias benabdeslam 2020-10-26 15:25:18 +0100
  • 190423aacb Merge branch 'master' of https://framagit.org/mhart/DancingDroids into copyright Martin HART 2020-10-26 13:55:11 +0100
  • 2486cee7e1 Add copyright Martin HART 2020-10-26 13:55:05 +0100
  • b98c1deb6a Merge branch 'position-move' into 'master' Martin HART 2020-10-26 13:54:17 +0100
  • 9d0dd5e6f7 add tests for `is_valid()` method Volodymyr Patuta 2020-10-26 13:45:04 +0100
  • 62433b0fd2 change position x,y type + method is_valid and test for move robot Volodymyr Patuta 2020-10-26 13:32:14 +0100
  • 9de4c1ff6b Merge branch 'create-robot' into 'master' Martin HART 2020-10-26 13:15:52 +0100
  • 771a585446 add test_new_robot() Martin HART 2020-10-26 13:14:44 +0100
  • 997b9d8dfb Add create() and new() methods to the Robot type Martin HART 2020-10-26 13:00:30 +0100
  • bfa328c1b4 Merge branch 'master' of https://framagit.org/paris8-rust/DancingDroids Martin HART 2020-10-26 10:48:21 +0100
  • 87c7d8b5fc Update Readme.md to README.md Martin HART 2020-10-26 10:45:41 +0100
  • a1234c55ee Add LICENSE GPL v3 Martin HART 2020-10-26 10:44:20 +0100
  • 81780b79f6 Delete LICENSE-MIT Martin HART 2020-10-26 10:39:50 +0100
  • abd81983d0 Delete LICENSE-APACHE Martin HART 2020-10-26 10:39:42 +0100
  • cd6576bd9c Merge branch 'fix-gitignore' into 'master' Viala axel 2020-10-22 15:47:12 +0200
  • d9e1ed1295 fix .gitignore EliasCubz 2020-10-22 11:44:39 +0200