View on GitHub

Bridge-Defender-Game

Game made in makecode arcade

Bridge Defender Game

Open this page at https://dumb-dumb1.github.io/bridge-defender-game/

Play the game

Edit this project in MakeCode

To edit this repository in MakeCode:

  1. open https://arcade.makecode.com/
  2. click on Import then click on Import URL
  3. paste https://github.com/dumb-dumb1/bridge-defender-game and click import

Local development

This project uses the MakeCode Arcade pxt CLI. After installing it with:

npm install -g pxt

you can use the provided Makefile for common tasks:

make build   # build the project
make deploy  # deploy to the target
make test    # run automated tests

Metadata (used for search, rendering)