From f82a8dae33c335020907641b97a83e374be29c30 Mon Sep 17 00:00:00 2001 From: Alexandre Tolstenko Date: Sun, 25 Aug 2024 21:28:19 -0400 Subject: [PATCH] fix: dates of AI classes --- docs/artificialintelligence/README.md | 98 ++++++++++++++++++++++++++- docs/introgameprog/README.md | 57 +++++----------- 2 files changed, 113 insertions(+), 42 deletions(-) diff --git a/docs/artificialintelligence/README.md b/docs/artificialintelligence/README.md index 09e2a753..7b83cd65 100644 --- a/docs/artificialintelligence/README.md +++ b/docs/artificialintelligence/README.md @@ -57,10 +57,104 @@ College dates for the Fall 2024 semester: - ### :beginner:{ .lg .middle } __Introduction__
- - Week 1. 2024/01/15 + - Week 1. 2024/08/26 - Topic: AI for games, review of basic AI techniques - [Assignments](01-introduction/assignments.md) +- ### :robot:{ .lg .middle } __Behavioral Agents__ +
+ - Week 2. 2024/09/02 + - Topic: [Flocking](https://docs.google.com/presentation/d/1OBEY-tb_ubgoq6Mk9lEsCFaYLINni3oPwjH8iAXEQQM/edit?usp=sharing) + - [Formal Assignment](assignments/flocking/README.md) + - [Interactive Assignment](https://github.com/InfiniBrains/mobagen/tree/master/examples/flocking) + +- ### :material-grid:{ .lg .middle } __Finite Automata__ +
+ - Week 3. 2024/09/09 + - Topic: Automata Finite and 2D Grids + - [Formal Assignment](assignments/life/README.md) + - [Interactive Assignment](https://github.com/InfiniBrains/mobagen/tree/master/examples/life) + +- ### :octicons-number-16:{ .lg .middle } __Random Numbers__ +
+ - Week 4. Date: 2023/09/16 + - Topic: Pseudo Random Number Generation + - Formal Assignment: [Formal](assignments/rng/README.md) + +- ### :material-walk:{ .lg .middle } __DFS__ +
+ - Week 5. 2023/09/23 + - Topic: Depth First Search, Random walk, Maze Generation + - [Formal Assignment](assignments/maze/README.md) + - [Interactive Assignment](https://github.com/InfiniBrains/mobagen/tree/master/examples/maze) + +- ### :octicons-search-16:{ .lg .middle } __Path finding__ +
+ - Week 6. 2024/09/30 + - Topic: Breadth First Search and Path Finding A* + - Interactive Assignment: [Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) + +- ### :warning:{ .lg .middle } __Midterms__ +
+ - Week 7. Date: 2024/10/07 + - Topic: Catch the Cat Challenge and Competition + - [Catch the Cat](https://github.com/InfiniBrains/mobagen/tree/master/examples/catchthecat) + +- ### :simple-shadow:{ .lg .middle } __Spatial Quantization__ +
+ - Week 8. 2024/10/14 + - Topic: Spatial Quantization and Partitioning + - Readings: [Spatial Quantization](readings/spatial-quantization.md) + - Formal Assignment: Hide and Seek + +- ### :simple-shadow:{ .lg .middle } __Spatial Quantization__ +
+ - Week 9. 2024/10/21 + - Topic: Spatial Quantization and Partitioning + - Readings: [Spatial Quantization](readings/spatial-quantization.md) + - Formal Assignment: Hide and Seek + +- ### :material-sine-wave:{ .lg .middle } __Noise Functions__ +
+ - Week 10. 2024/10/28 + - Topic: Noise functions + - Formal Assignment: + - Interactive Assignment: [Scenario Generation](https://github.com/InfiniBrains/mobagen/tree/master/examples/scenario) + +- ### :rice_scene:{ .lg .middle } __Procedural Generation__ +
+ - Week 11. 2024/11/04 + - Topic: Procedural Content Generation - Scenario + - Formal Assignment: + - Interactive Assignment: [Scenario Generation](https://github.com/InfiniBrains/mobagen/tree/master/examples/scenario) + +- ### :rice_scene:{ .lg .middle } __Procedural Generation__ +
+ - Week 12. 2024/11/11 + - Topic: Procedural Content Generation - Scenario + - Formal Assignment: + - Interactive Assignment: [Scenario Generation](https://github.com/InfiniBrains/mobagen/tree/master/examples/scenario) + +- ### :factory_worker:{ .lg .middle } __Break__ +
+ - Week 13. 2023/11/18 + - Topic: Work sessions for final project + +- ### :material-calendar-weekend:{ .lg .middle } __Work sessions__ +
+ - Week 14. 2024/11/25 + - Topic: BREAK. No classes + +- ### :factory_worker:{ .lg .middle } __Work sessions__ +
+ - Week 15. 2024/12/02 + - Topic: Work sessions for final project + +- ### :material-presentation:{ .lg .middle } __Finals__ +
+ - Week 16. 2024/12/09 + - Topic: Final Presentations + --- @@ -351,6 +445,4 @@ Relevant dates for the Fall 2023 semester: -slide test: [test](slides/test.md) - diff --git a/docs/introgameprog/README.md b/docs/introgameprog/README.md index 882ea8a6..52353ea3 100644 --- a/docs/introgameprog/README.md +++ b/docs/introgameprog/README.md @@ -77,8 +77,7 @@ College dates for the Spring 2024 semester:
- ### :beginner:{ .lg .middle } __Week 1__ - - --- +
- Week 1. 2024/08/26 - Topics: - Syllabus, Icebreakers. @@ -89,8 +88,7 @@ College dates for the Spring 2024 semester: - Quiz: - ### :material-feature-search:{ .lg .middle } __Week 2__ - - --- +
- Week 2. 2024/09/02 - Topics: - Game Dev History @@ -99,8 +97,7 @@ College dates for the Spring 2024 semester: - Quiz: - ### :train2:{ .lg .middle } __Week 3__ - - --- +
- Week 3. 2024/09/09 - Topic: Game Development Fields - Read: @@ -108,8 +105,7 @@ College dates for the Spring 2024 semester: - Quiz: - ### :octicons-issue-opened-16:{ .lg .middle } __Week 4__ - - --- +
- Week 4. 2024/09/16 - Topic: Game Industry Issues - Read: @@ -117,8 +113,7 @@ College dates for the Spring 2024 semester: - Quiz: - ### :octicons-issue-opened-16:{ .lg .middle } __Week 5__ - - --- +
- Week 5. 2024/09/23 - Topic: Game Issues Work - Read: @@ -127,8 +122,7 @@ College dates for the Spring 2024 semester: - ### :octicons-issue-opened-16:{ .lg .middle } __Week 6__ - - --- +
- Week 6. 2024/09/30 - Topic: Game Issues Presentations - Read: @@ -137,8 +131,7 @@ College dates for the Spring 2024 semester: - ### :simple-unity:{ .lg .middle } :simple-git:{ .lg .middle } __Week 7__ - - --- +
- Week 7. 2024/10/07 - Topic: Unity + Git - Read: @@ -149,8 +142,7 @@ College dates for the Spring 2024 semester: - ### :simple-unity:{ .lg .middle } __Week 8__ - - --- +
- Week 8. 2024/10/14 - Topic: Unity + Git - Read: @@ -158,8 +150,7 @@ College dates for the Spring 2024 semester: - Quiz: - ### :brain:{ .lg .middle } __Week 9__ - - --- +
- Week 9. 2024/10/21 - Topic: - Intro to Game Production Pipeline @@ -171,8 +162,7 @@ College dates for the Spring 2024 semester: - Quiz: - ### :bulb:{ .lg .middle } __Week 10__ - - --- +
- Week 10. 2024/10/28 - Topic: Ideation Presentations - Read: @@ -180,8 +170,7 @@ College dates for the Spring 2024 semester: - Quiz: - ### :material-code-braces:{ .lg .middle } __Week 11__ - - --- +
- Week 11. 2024/11/04 - Topic: Work sessions - Read: @@ -189,8 +178,7 @@ College dates for the Spring 2024 semester: - Quiz: - ### :material-code-braces:{ .lg .middle } __Week 12__ - - --- +
- Week 12. 2024/11/11 - Topic: QA Testing - Read: @@ -199,37 +187,28 @@ College dates for the Spring 2024 semester: - ### :test_tube:{ .lg .middle } __Week 13__ - - --- +
- Week 13. 2024/11/18 - Topic: QA Testing - Read: - Assignment: Final Project - Quiz: -- ### :test_tube:{ .lg .middle } __Week 14__ - - --- +- ### :no_entry_sign:{ .lg .middle } __Week 14__ +
- Week 14. 2024/11/25 - - Topic: QA, Work sessions - - Read: - - Assignment: Final Project Presentations - - Quiz: - + - Topic: BREAK - ### :material-publish:{ .lg .middle } __Week 15__ - - --- +
- Week 15. 2024/12/02 - Topic: QA, Work sessions, How to publish - Read: - Assignment: Final Project Presentations - Quiz: - - ### :material-presentation:{ .lg .middle } __Finals__ - - --- +
- Week 16. 2024/12/09 - Topic: Presentations - Read: