Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 788 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 788 Bytes

Automated FNA to WASM builds

This project contains a simple "Blue Screen of Life" game built in FNA.

It also contains a Docker image that will automatically take the source code for the game, build it for WASM, and host it in a local server.

This takes the guess-work out of @TheSpyDog's excellent FNA-to-WASM tutorial so you can focus on your game and built it for the web when you're ready.

Build steps

  • From the project root, run docker compose up or right-click docker-compose.yml in VS Code w/ the Docker extension installed, and click "Compose Up"

  • Wait for the Docker container to finish building and boot up

  • Navigate to http://localhost:3030 to run your game!

BSOL