Skip to content

Commit

Permalink
fix: dates of AI classes
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Aug 26, 2024
1 parent 3441ddb commit f82a8da
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 42 deletions.
98 changes: 95 additions & 3 deletions docs/artificialintelligence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,104 @@ College dates for the Fall 2024 semester:

- ### :beginner:{ .lg .middle } __Introduction__
<hr>
- 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__
<hr>
- 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__
<hr>
- 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__
<hr>
- Week 4. Date: 2023/09/16
- Topic: Pseudo Random Number Generation
- Formal Assignment: [Formal](assignments/rng/README.md)

- ### :material-walk:{ .lg .middle } __DFS__
<hr>
- 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__
<hr>
- 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__
<hr>
- 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__
<hr>
- 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__
<hr>
- 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__
<hr>
- 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__
<hr>
- 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__
<hr>
- 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__
<hr>
- Week 13. 2023/11/18
- Topic: Work sessions for final project

- ### :material-calendar-weekend:{ .lg .middle } __Work sessions__
<hr>
- Week 14. 2024/11/25
- Topic: BREAK. No classes

- ### :factory_worker:{ .lg .middle } __Work sessions__
<hr>
- Week 15. 2024/12/02
- Topic: Work sessions for final project

- ### :material-presentation:{ .lg .middle } __Finals__
<hr>
- Week 16. 2024/12/09
- Topic: Final Presentations

</div>

---
Expand Down Expand Up @@ -351,6 +445,4 @@ Relevant dates for the Fall 2023 semester:

</div>

slide test: [test](slides/test.md)


57 changes: 18 additions & 39 deletions docs/introgameprog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ College dates for the Spring 2024 semester:
<div class="grid cards" markdown>

- ### :beginner:{ .lg .middle } __Week 1__

---
<hr>
- Week 1. 2024/08/26
- Topics:
- Syllabus, Icebreakers.
Expand All @@ -89,8 +88,7 @@ College dates for the Spring 2024 semester:
- Quiz:

- ### :material-feature-search:{ .lg .middle } __Week 2__

---
<hr>
- Week 2. 2024/09/02
- Topics:
- Game Dev History
Expand All @@ -99,26 +97,23 @@ College dates for the Spring 2024 semester:
- Quiz:

- ### :train2:{ .lg .middle } __Week 3__

---
<hr>
- Week 3. 2024/09/09
- Topic: Game Development Fields
- Read:
- Assignment: Job Hunt
- Quiz:

- ### :octicons-issue-opened-16:{ .lg .middle } __Week 4__

---
<hr>
- Week 4. 2024/09/16
- Topic: Game Industry Issues
- Read:
- Assignment: Research on Game Industry Issues
- Quiz:

- ### :octicons-issue-opened-16:{ .lg .middle } __Week 5__

---
<hr>
- Week 5. 2024/09/23
- Topic: Game Issues Work
- Read:
Expand All @@ -127,8 +122,7 @@ College dates for the Spring 2024 semester:


- ### :octicons-issue-opened-16:{ .lg .middle } __Week 6__

---
<hr>
- Week 6. 2024/09/30
- Topic: Game Issues Presentations
- Read:
Expand All @@ -137,8 +131,7 @@ College dates for the Spring 2024 semester:


- ### :simple-unity:{ .lg .middle } :simple-git:{ .lg .middle } __Week 7__

---
<hr>
- Week 7. 2024/10/07
- Topic: Unity + Git
- Read:
Expand All @@ -149,17 +142,15 @@ College dates for the Spring 2024 semester:


- ### :simple-unity:{ .lg .middle } __Week 8__

---
<hr>
- Week 8. 2024/10/14
- Topic: Unity + Git
- Read:
- Assignment: Simple Unity Project
- Quiz:

- ### :brain:{ .lg .middle } __Week 9__

---
<hr>
- Week 9. 2024/10/21
- Topic:
- Intro to Game Production Pipeline
Expand All @@ -171,26 +162,23 @@ College dates for the Spring 2024 semester:
- Quiz:

- ### :bulb:{ .lg .middle } __Week 10__

---
<hr>
- Week 10. 2024/10/28
- Topic: Ideation Presentations
- Read:
- Assignment: Game Prototype
- Quiz:

- ### :material-code-braces:{ .lg .middle } __Week 11__

---
<hr>
- Week 11. 2024/11/04
- Topic: Work sessions
- Read:
- Assignment: Game Prototype Checkpoint
- Quiz:

- ### :material-code-braces:{ .lg .middle } __Week 12__

---
<hr>
- Week 12. 2024/11/11
- Topic: QA Testing
- Read:
Expand All @@ -199,37 +187,28 @@ College dates for the Spring 2024 semester:


- ### :test_tube:{ .lg .middle } __Week 13__

---
<hr>
- 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__
<hr>
- Week 14. 2024/11/25
- Topic: QA, Work sessions
- Read:
- Assignment: Final Project Presentations
- Quiz:

- Topic: BREAK

- ### :material-publish:{ .lg .middle } __Week 15__

---
<hr>
- Week 15. 2024/12/02
- Topic: QA, Work sessions, How to publish
- Read:
- Assignment: Final Project Presentations
- Quiz:


- ### :material-presentation:{ .lg .middle } __Finals__

---
<hr>
- Week 16. 2024/12/09
- Topic: Presentations
- Read:
Expand Down

0 comments on commit f82a8da

Please sign in to comment.