Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 187 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 187 Bytes

Space shooter 2D game using PixiJs

Constructions

# Run the server using Python
python -m SimpleHTTPServer 8000

# Run the server using Node
npm install -g http-server
http-server