Target
for PXT/arcade
How to use this repository correctly?
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!

Engine Sprites
This extension provides engine-style sprite controls for MakeCode Arcade.
Example
let s = war.create(mysprite, img`
. . . . . .
. # # # # .
. # . . # .
. # # # # .
. . . . . .
`)