Skip to content

A small web game written in Pixi.js that I use to run cloud hosting workshops

License

Notifications You must be signed in to change notification settings

dchenz/space-shooters

Repository files navigation

Space Shooters

Build project locally

cd space-shooters

yarn install
yarn build

# visit http://localhost:8000
python3 -m http.server --directory dist

Build project using Docker

cd space-shooters

docker build . -t space-shooters

# visit http://localhost:8000
docker run -p 8000:80 space-shooters

About

A small web game written in Pixi.js that I use to run cloud hosting workshops

Resources

License

Stars

Watchers

Forks

Packages

No packages published