Skip to content

Commit

Permalink
fix(IA): better indexing for maze
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Jul 19, 2023
1 parent 412d70a commit 11631cb
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions artificialintelligence/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Artificial Intelligence

| Week | Date | Topic | Assignment |
|------|------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1 | 2023/01/16 | Introduction | [Flocking at Beecrowd](assignments/flocking/README.md)<br/>[Flocking at MoBaGEn](https://github.com/InfiniBrains/mobagen/tree/master/examples/flocking) |
| 2 | 2023/01/23 | Behavioral agents | [Flocking at Beecrowd](assignments/flocking/README.md)<br/>[Flocking at MoBaGEn](https://github.com/InfiniBrains/mobagen/tree/master/examples/flocking) |
| 3 | 2023/01/30 | Automata Finite and 2D Grids | [Game of Life at Beecrowd](assignments/life/README.md)<br/>[Game of Life at MoBaGEn](https://github.com/InfiniBrains/mobagen/tree/master/examples/life) |
| 4 | 2023/02/06 | Pseudo Number Generation | [PRNG at Beecrowd](assignments/rng/README.md) |
| 5 | 2023/02/13 | Depth First Search - Procedural Content Generation | [Maze](https://github.com/InfiniBrains/mobagen/tree/master/examples/maze) |
| 6 | 2023/02/20 | Breadth First Search | [Maze](https://github.com/InfiniBrains/mobagen/tree/master/examples/maze) <br/> [Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) |
| 7 | 2023/02/27 | Path finding A* | [Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) |
| 8 | 2023/03/06 | Catch the Cat Competition | [Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) |
| 9 | 2023/03/13 | BREAK | |
| 10 | 2023/03/20 | Procedural Content Generation - Scenario | [Scenario Generation](https://github.com/InfiniBrains/mobagen/tree/master/examples/scenario) |
| 11 | 2023/03/27 | Procedural Content Generation - Scenario | [Scenario Generation](https://github.com/InfiniBrains/mobagen/tree/master/examples/scenario) |
| 12 | 2023/04/03 | Spatial Quantization and Partitioning | |
| 13 | 2023/04/10 | | |
| 14 | 2023/04/17 | Final Project Help | |
| 15 | 2023/04/24 | Final Project Help | |
| 16 | 2023/05/01 | FINALS | |
| Week | Date | Topic | Assignment |
|------|------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1 | 2023/01/16 | Introduction | [Flocking at Beecrowd](assignments/flocking/README.md)<br/>[Flocking at MoBaGEn](https://github.com/InfiniBrains/mobagen/tree/master/examples/flocking) |
| 2 | 2023/01/23 | Behavioral agents | [Flocking at Beecrowd](assignments/flocking/README.md)<br/>[Flocking at MoBaGEn](https://github.com/InfiniBrains/mobagen/tree/master/examples/flocking) |
| 3 | 2023/01/30 | Automata Finite and 2D Grids | [Game of Life at Beecrowd](assignments/life/README.md)<br/>[Game of Life at MoBaGEn](https://github.com/InfiniBrains/mobagen/tree/master/examples/life) |
| 4 | 2023/02/06 | Pseudo Number Generation | [PRNG at Beecrowd](assignments/rng/README.md) |
| 5 | 2023/02/13 | Depth First Search - Procedural Content Generation | [Maze at Beecrowd](assignments/maze/README.md)<br/>[Maze at Mobagen](https://github.com/InfiniBrains/mobagen/tree/master/examples/maze) |
| 6 | 2023/02/20 | Breadth First Search | [Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) |
| 7 | 2023/02/27 | Path finding A* | [Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) |
| 8 | 2023/03/06 | Catch the Cat Competition | [Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) |
| 9 | 2023/03/13 | BREAK | |
| 10 | 2023/03/20 | Procedural Content Generation - Scenario | [Scenario Generation](https://github.com/InfiniBrains/mobagen/tree/master/examples/scenario) |
| 11 | 2023/03/27 | Procedural Content Generation - Scenario | [Scenario Generation](https://github.com/InfiniBrains/mobagen/tree/master/examples/scenario) |
| 12 | 2023/04/03 | Spatial Quantization and Partitioning | |
| 13 | 2023/04/10 | | |
| 14 | 2023/04/17 | Final Project Help | |
| 15 | 2023/04/24 | Final Project Help | |
| 16 | 2023/05/01 | FINALS | |

0 comments on commit 11631cb

Please sign in to comment.