
Engine Sprites
This extension provides engine-style sprite controls for MakeCode Arcade.
Usage
```ts
let s = war.create(mysprite, img
. . . . . .
. # # # # .
. # . . # .
. # # # # .
. . . . . .
)
Open this page at https://developertryingtocodelikeotherofthem.github.io/war/
Use as Extension This repository can be added as an extension in MakeCode.
open https://arcade.makecode.com/
click on New Project
click on Extensions under the gearwheel menu
search for https://github.com/developertryingtocodelikeotherofthem/war and import
Edit this project To edit this repository in MakeCode:
open https://arcade.makecode.com/
click on Import → Import URL
paste: https://github.com/developertryingtocodelikeotherofthem/war
then click Go Ahead!
Metadata (used for search, rendering) for PXT/arcade
yaml Copy Edit
✅ Make sure:
- Your image is in this path: images/preview.gif
yaml
Copy
Edit
(or images/preview.png, just change the line if needed)
-
Your repository is public.
-
You commit and push the updated
README.md.
Let me know when you want help making a better preview GIF or writing the next section of your engine.
Ask ChatGPT