Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

ES-Community/ex-luminous

Repository files navigation

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

  • 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)

License

MIT