wattsyart / fna-wasm

Automated FNA to WASM builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Automated FNA to WASM builds

License:MIT License


Languages

Language:Dockerfile 48.7%Language:HTML 36.4%Language:C# 14.7%Language:Shell 0.2%