Maze simulation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This page lists the actions performed by PICO during the simulation with the same code as implemented during the maze challenge. For this simulation the same maze layout is used as was used during the challenge. Each of the actions of PICO are listed with the corresponding time stamp from the video. | This page lists the actions performed by PICO during the simulation with the same code as implemented during the maze challenge. For this simulation the same maze layout is used as was used during the challenge. Each of the actions of PICO are listed with the corresponding time stamp from the video. | ||
{| class="wikitable" | {| class="wikitable" style="text-align: center; width: 200px; height: 200px;" | ||
|+ Multiplication table | |||
|- | |- | ||
! | ! × | ||
! | ! 1 | ||
! | ! 2 | ||
! 3 | |||
|- | |- | ||
! 1 | |||
| | | 1 || 2 || 3 | ||
| | |||
|- | |- | ||
| | ! 2 | ||
| | | 2 || 4 || 6 | ||
| | |- | ||
| | ! 3 | ||
| 3 || 6 || 9 | |||
|- | |||
! 4 | |||
| 4 || 8 || 12 | |||
|- | |||
! 5 | |||
| 5 || 10 || 15 | |||
| |
Revision as of 19:13, 20 June 2017
This page lists the actions performed by PICO during the simulation with the same code as implemented during the maze challenge. For this simulation the same maze layout is used as was used during the challenge. Each of the actions of PICO are listed with the corresponding time stamp from the video.
× | 1 | 2 | 3 | |
---|---|---|---|---|
1 | 1 | 2 | 3 | |
2 | 2 | 4 | 6 | |
3 | 3 | 6 | 9 | |
4 | 4 | 8 | 12 | |
5 | 5 | 10 | 15 |