Skip to content

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages