Skip to content

Commit c1b2888

Browse files
committed
Aded video to end
1 parent 1df09e1 commit c1b2888

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

articles/tutorials/building_2d_games/20_the_game/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ With all of these components in place, our Dungeon Slime game is now a complete
246246

247247
Let's see how it all looks and plays:
248248

249+
| ![Figure 20-1: Gameplay demonstration of the completed Dungeon Slime game showing the snake-like slime growing as it eats bats and a game over when colliding with the wall ](./videos/gameplay.webm) |
250+
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
251+
| **Figure 20-1: Gameplay demonstration of the completed Dungeon Slime game showing the snake-like slime growing as it eats bats and a game over when colliding with the wall** |
252+
249253
1. The game starts with a single slime segment in the center of the screen.
250254
2. The player controls the direction of the slime by using keyboard arrow or WASD keys, or by using a game pad DPad or left thumbstick.
251255
3. The slime moves at regular intervals, creating a grid-based movement pattern.
Binary file not shown.

0 commit comments

Comments
 (0)