Package Exports
- freeball
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (freeball) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Free Ball
Flying ball soccer
Play vs dead AI at
http://ubershmekel.github.io/freeball/
Play multiplayer
Download and install nodejs from https://nodejs.org/
Download the game with this console command:
npm install -g freeball
Run the server with this console command:
freeball
Invite a friend to browse with you to the URL printed out on the console. E.g. on mymachine:
Invite a friend to play: http://mymachine:3000
Credits
- https://nodejs.org/ - Node server engine
- https://threejs.org - three.js WebGL 3D
- http://www.cannonjs.org/ - Cannon.js physics in the browser and on Node.
- https://github.com/mrdoob/stats.js - The stats box in the top left