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

14 lines
301 B
Markdown
Raw Normal View History

2022-11-07 09:11:51 +01:00
# Geometry Dash en 3D
2022-11-22 10:40:36 +01:00
Pour lancer rapidement le jeu avec un serveur python :
2022-11-07 09:11:51 +01:00
```bash
$ ./run.sh
```
2022-11-08 09:35:45 +01:00
## Dépendances
2022-11-22 10:40:36 +01:00
- 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/).