Game created for the Ludum dare 45 with some members of the french JavaScript community. That's why we chose to create a Game with JavaScript and WebGL (Three.js).
The theme is Start with nothing.
$ git clone https://github.com/ES-Community/ludum-dare-45.git
$ cd ludum-dare-45And then install the client and the server.
Server:
$ cd server
$ npm ciClient:
$ cd ../client
$ npm ciAfter which you will be able to launch the game at the root of the client directory
$ npm startThe game can be built for Windows, macOS and Linux.
cd client
npm ci
npm run package-$ARCHWith $ARCH being either win, mac or linux.
This creates a directory with the game launcher and assets in client/dist.
Z,Q,S,D for movement and right click to rotate the camera.
- STOUDER Xavier - Xstoudi (Developer)
- CROQUET Mickaël - Haze (Developer)
- ZASSO Michaël - Targos (Developer)
- MALAJ Alexandre - Aleksander (Developer)
- GENTILHOMME Thomas - Fraxken (Developer)
- VENNET Adrien - demogia (Textures & Models).
- MONTES Irvin - captainfive (Developer & searching sounds)
MIT