2
2
Resources for making awesome games with [ MakeCode Arcdade] ( https://arcade.makecode.com/ )
3
3
4
4
## Projectiles
5
+ Projectiles allow you to shoot fireballs or missiles in your game.
6
+
5
7
### Firing Projectiles to Destroy Enemies
6
8
![ shooting example] ( imgs/projectiles.gif )
7
9
- [ Video Tutorial] ( https://youtu.be/8U64KW0Brz0 )
@@ -12,13 +14,14 @@ Resources for making awesome games with [MakeCode Arcdade](https://arcade.makeco
12
14
- [ Example Code] ( https://arcade.makecode.com/S97473-84006-57536-03114 )
13
15
14
16
### No More Spamming!
17
+
15
18
- [ Delaying Projectiles Video] ( https://youtu.be/_mvZLLS-sjI )
16
19
- [ Code Sample] ( https://arcade.makecode.com/S47973-66673-80358-23616 )
17
20
18
21
## Tilemaps
22
+ Tilemaps are a way of creating larger levels using small image tiles.
19
23
![ tilemap example] ( imgs/tilemap.gif )
20
24
21
- Tilemaps are a way of creating larger levels using small image tiles.
22
25
- [ Guide] ( https://arcade.makecode.com/courses/csintro2/tilemap/intro ) .
23
26
- [ Video Tutorial] ( https://www.youtube.com/watch?v=_CLXzIrAGbk ) .
24
27
- [ Random Tilemap Generator] ( https://arcade.makecode.com/S62817-26561-79871-75038 )
@@ -37,4 +40,13 @@ Here is an example how to make a simple jump physics using velocity and accelera
37
40
- [ 2 Player Galga] ( https://www.youtube.com/watch?v=AyvYTKc15pw )
38
41
39
42
## Advanced
43
+ ### Data, HP bar, Labels
44
+ There are some super helpful extensions if you want to add a health bar or other types of data to your game.
40
45
- [ Status Bars, Hit Points, Labels] ( https://medium.com/kikis-corner/lives-647acce42ca8 )
46
+
47
+ ### Enemies with multiple lives
48
+ This example uses Sprite Data to give the enemies multiple lives. Make sure you add the "Sprite Data" Extension and read the comments!
49
+ - [ Code Example] ( https://arcade.makecode.com/S18517-52136-18867-25085 )
50
+
51
+ ### Boss Level
52
+ - [ Code Example] ( https://arcade.makecode.com/S44254-20746-26366-31278 )
0 commit comments