Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 462 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 462 Bytes

Blobby Volley WebGL

This is a clone of the Blobby Volley game (https://en.wikipedia.org/wiki/Blobby_Volley) in WebGL with three.js.

Feel free to contribute or follow the development on trello !

Commands

Installing

yarn install

Development

  • When developing, run:

    yarn run start
    
  • Before commit, run:

    yarn run prod