fix html comment and add link to game in readme

This commit is contained in:
c 2022-06-27 09:32:55 +02:00
parent dcfd3ad91c
commit 9fa69e6960
2 changed files with 5 additions and 3 deletions

View File

@ -2,4 +2,6 @@
This is a university project about VR programming. It is build upon https://p5js.org/ and http://p5xr.org/ .
It is a procedural generated forest where you move automatically through it and can look around. You get re-spawned if you get too far away
It is a procedural generated forest where you move automatically through it and can look around. You get re-spawned if you get too far away.
To play the game, you can clone the repo and run it with a webserver or use the online version [here](https://hribhrib.at/games/forest/).

View File

@ -3,8 +3,8 @@
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/addons/p5.sound.min.js"></script>
<!--><script src="https://unpkg.com/p5.xr"></script>
<-->
<!--<script src="https://unpkg.com/p5.xr"></script>
-->
<script src="p5xr.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />