Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 737 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 737 Bytes

Asteroids

Demo

Usage

Multiplayer web based game of space battle.

Run

npm start
# or
yarn build

Uses port 8000 by default unless PORT environment variable is defined.

Build

This project has been created using webpack scaffold, you can now run

npm run build
# or
yarn build

to bundle your application

How it works?

This project is based on a custom geometrical library based on native canvas for drawing geometrical objects

Game hierarchy

asteroids

Geometrical hierarchy

forms

Maths hierarchy

maths

Credits

Made by Marc Partensky and Alexandre Bigot

License

MIT