Skip to content

Commit ed2d374

Browse files
committed
boss
1 parent e6e49d3 commit ed2d374

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Resources for making awesome games with [MakeCode Arcdade](https://arcade.makecode.com/)
33

44
## Projectiles
5+
Projectiles allow you to shoot fireballs or missiles in your game.
6+
57
### Firing Projectiles to Destroy Enemies
68
![shooting example](imgs/projectiles.gif)
79
- [Video Tutorial](https://youtu.be/8U64KW0Brz0)
@@ -12,13 +14,14 @@ Resources for making awesome games with [MakeCode Arcdade](https://arcade.makeco
1214
- [Example Code](https://arcade.makecode.com/S97473-84006-57536-03114)
1315

1416
### No More Spamming!
17+
1518
- [Delaying Projectiles Video](https://youtu.be/_mvZLLS-sjI)
1619
- [Code Sample](https://arcade.makecode.com/S47973-66673-80358-23616)
1720

1821
## Tilemaps
22+
Tilemaps are a way of creating larger levels using small image tiles.
1923
![tilemap example](imgs/tilemap.gif)
2024

21-
Tilemaps are a way of creating larger levels using small image tiles.
2225
- [Guide](https://arcade.makecode.com/courses/csintro2/tilemap/intro).
2326
- [Video Tutorial](https://www.youtube.com/watch?v=_CLXzIrAGbk).
2427
- [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
3740
- [2 Player Galga](https://www.youtube.com/watch?v=AyvYTKc15pw)
3841

3942
## 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.
4045
- [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

Comments
 (0)