-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Globetrotters game - draft of Level 1 (#6085)
* setup skillmap skeleton * start drafting the 'L1' tutorial * finish draft of level 1 * set ghost blocks * add a splash image for level 1 intro * fix image paths --------- Co-authored-by: Kiki Prottsman <[email protected]>
- Loading branch information
Showing
5 changed files
with
321 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Harlem Globetrotters | ||
|
||
## A BRIEF HISTORY | ||
|
||
![Brief History banner](/static/skillmap/globetrotters/history-banner.png) | ||
|
||
Once upon a time, almost a hundred years ago, a basketball team was born that would | ||
change the world of sports forever. This wasn't just any team; this was the Harlem | ||
Globetrotters! | ||
|
||
But guess what? Even though they are called the "Harlem" Globetrotters, they didn't | ||
actually start in Harlem, New York. They began their journey in the 1920s in Chicago, | ||
Illinois. A man named Abe Saperstein decided to form a team that would not only play | ||
basketball but would also entertain people with dazzling tricks, incredible shots, | ||
and a lot of humor. | ||
|
||
The Harlem Globetrotters were not just great athletes; they were performers, too! | ||
They would spin basketballs on their fingers, make long shots from half-court, and | ||
even from beyond, and perform funny skits in the middle of their games. Their games | ||
were a mix of sports and theater, and people had never seen anything like it! | ||
|
||
As they traveled from place to place, the Globetrotters broke many barriers. They | ||
were among the first teams to play basketball internationally, showcasing their | ||
skills all around the world. Not only did they win games, but they also won hearts, | ||
bringing joy and laughter to everyone who watched them. | ||
|
||
Now, decades later, the Harlem Globetrotters are a symbol of fun, skill, and the | ||
magic that happens when you blend sports with entertainment. They are more than | ||
basketball players; they are entertainers, ambassadors of joy, and true legends of | ||
the game. | ||
|
||
As you step into the world of coding to create a game around this historic team, | ||
remember, you are not just working with a basketball team, but with a team that | ||
brought smiles to people's faces and showed the world a brand-new way to play | ||
basketball. Get ready to sprinkle a bit of that Globetrotters' magic into your | ||
own game! | ||
|
||
## LET’S GET IT! | ||
|
||
**Hello Future Game Designers!** | ||
|
||
In this exciting lesson, your mission is to become a storyteller, a historian, | ||
and a coder all in one! You will dive deep into the exhilarating world of the Harlem | ||
Globetrotters, a basketball team known for their amazing skills and heartwarming humor. | ||
|
||
🏀Your Objective: | ||
|
||
* Explore the rich history of the Harlem Globetrotters through fun facts and stories. | ||
* Learn the fundamentals of coding with MakeCode, transforming your knowledge into an interactive trivia | ||
game. | ||
* Create a vibrant digital basketball world where players can interact with NPCs (Non-Player Characters) who will test their knowledge of the Globetrotters’ history. | ||
* Design a winning moment that celebrates the player's knowledge and skill, encouraging them to learn and explore more about the team's legacy. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Harlem Globetrotters | ||
* name: Harlem Globetrotters | ||
* description: In this exciting lesson series, your mission is to become a storyteller, a historian, and a coder all in one! You will dive deep into the exhilarating world of the Harlem Globetrotters, a basketball team known for their amazing skills and heartwarming humor. | ||
* infoUrl: skillmap/globetrotters/globtrotters-map-info | ||
* tags: easy, sports | ||
|
||
## globetrotters | ||
* name: Harlem Globetrotters | ||
* layout: manual | ||
|
||
### globetrotters1 | ||
* name: Level 1 | ||
* type: tutorial | ||
* description: Learn backgrounds, sprites, movement, and animation | ||
* url: /skillmap/globetrotters/globetrotters1 | ||
* tags: easy, sprites, movement, animation | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.