mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-18 12:31:20 +02:00
Added intial files for hindi translation
This commit is contained in:
17
6-space-game/1-introduction/translations/.github/post-lecture-quiz.hi.md
vendored
Normal file
17
6-space-game/1-introduction/translations/.github/post-lecture-quiz.hi.md
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
*Complete this quiz after the lesson by checking one answer per question.*
|
||||
|
||||
1. Classes rely on inheritance to ascribe to behaviors
|
||||
|
||||
- [ ] true
|
||||
- [ ] false
|
||||
|
||||
2. Composition is a preferred design pattern for game objects
|
||||
|
||||
- [ ] true
|
||||
- [ ] false
|
||||
|
||||
3. Pub/Sub stands for:
|
||||
|
||||
- [ ] Publish/Subscribe
|
||||
- [ ] Print/Staple
|
||||
- [ ] Publish/Sanitize
|
18
6-space-game/1-introduction/translations/.github/pre-lecture-quiz.hi.md
vendored
Normal file
18
6-space-game/1-introduction/translations/.github/pre-lecture-quiz.hi.md
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
*A warm-up quiz about game development using JavaScript*
|
||||
|
||||
Complete this quiz in class
|
||||
|
||||
1. JavaScript is an unpopular language for building games
|
||||
|
||||
- [ ] [true]
|
||||
- [ ] [false]
|
||||
|
||||
2. Pub/Sub is a preferred pattern for managing the game's assets and flow
|
||||
|
||||
- [ ] [true]
|
||||
- [ ] [false]
|
||||
|
||||
3. Object inheritance can be handled by either using classes or composition
|
||||
|
||||
- [ ] [true]
|
||||
- [ ] [false]
|
11
6-space-game/1-introduction/translations/assignment.hi.md
Normal file
11
6-space-game/1-introduction/translations/assignment.hi.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Mock up a game
|
||||
|
||||
## Instructions
|
||||
|
||||
Using the code samples in the lesson, write a representation of a game you enjoy. It will have to be a simple game, but the goal is to use either the class or the composition pattern and the pub/sub pattern to show how a game might launch. Get creative!
|
||||
|
||||
## Rubric
|
||||
|
||||
| Criteria | Exemplary | Adequate | Needs Improvement |
|
||||
| -------- | ------------------------------------------------------- | ----------------------------------------------------- | --------------------------------------------------- |
|
||||
| | Three elements are placed on the screen and manipulated | Two elements are placed on the screen and manipulated | One element is placed on the screen and manipulated |
|
Reference in New Issue
Block a user