This repository has been archived on 2022-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
GeometryDash3D/README.md
2022-11-24 18:57:04 +01:00

18 lines
588 B
Markdown

# Geometry Dash en 3D
Pour lancer rapidement le jeu avec un serveur python :
```bash
$ ./run.sh
```
## Dépendances
- Télécharger [ThreeJS](https://github.com/mrdoob/three.js) et placer le
fichier [`.js`](https://unpkg.com/three@0.146.0/build/three.min.js) dans
[`js/lib`](./js/lib/).
- Télécharger [dat.gui](https://github.com/dataarts/dat.gui) et placer le
fichier [`.js`](https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.7.9/dat.gui.min.js) dans
[`js/lib`](./js/lib/).
- Placer une image `player.png` dans le dossier [`assets/images`](./assets/images/).