ES-Community / ex-luminous

Ex-luminous Game - Created for Ludum Dare 45
4 stars 1 forks source link

Ex-luminous

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.

Prerequisites

Getting Started

$ git clone https://github.com/ES-Community/ludum-dare-45.git
$ cd ludum-dare-45

And then install the client and the server.

Server:

$ cd server
$ npm ci

Client:

$ cd ../client
$ npm ci

After which you will be able to launch the game at the root of the client directory

$ npm start

Build

The game can be built for Windows, macOS and Linux.

cd client
npm ci
npm run package-$ARCH

With $ARCH being either win, mac or linux.

This creates a directory with the game launcher and assets in client/dist.

How to play

Z,Q,S,D for movement and right click to rotate the camera.

Credits

License

MIT