This commit is contained in:
Sanjay
2021-01-02 22:07:28 +05:30
101 changed files with 11126 additions and 1657 deletions

View File

@@ -5,7 +5,7 @@
- [ ] true
- [ ] false
2. Composition is a preferred design pattern for game objects
2. Composition is the preferred design pattern for game objects
- [ ] true
- [ ] false
@@ -14,4 +14,4 @@
- [ ] Publish/Subscribe
- [ ] Print/Staple
- [ ] Publish/Sanitize
- [ ] Publish/Sanitize

View File

@@ -4,15 +4,15 @@ Complete this quiz in class
1. JavaScript is an unpopular language for building games
- [ ] [true]
- [ ] [false]
- [ ] true
- [ ] false
2. Pub/Sub is a preferred pattern for managing the game's assets and flow
- [ ] [true]
- [ ] [false]
- [ ] true
- [ ] false
3. Object inheritance can be handled by either using classes or composition
- [ ] [true]
- [ ] [false]
- [ ] true
- [ ] false

View File

@@ -4,7 +4,7 @@
## Pre-Lecture Quiz
[Pre-lecture quiz](.github/pre-lecture-quiz.md)
[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/29)
### Inheritance and Composition in game development
@@ -213,7 +213,7 @@ Think about how the pub-sub pattern can enhance a game. Which parts should emit
## Post-Lecture Quiz
[Post-lecture quiz](.github/post-lecture-quiz.md)
[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/30)
## Review & Self Study