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