GToH now running at a buttery smooth framerate.
Want to mod or help with development? Here is how to compile the game:
- Download and install Node.js.
- Clone this repository:
git clone https://github.com/guppyadrian/GToH-4.gitor alternatively download the repo as a zip file and unzip it. - Open a terminal in the project's root directory.
- Install node modules with
npm install. - Run the game with
npm run dev. You should be able to play it by going tohttps://localhost:5173. - You can compile the game with
npm run build. The compiled game will be in thedist/folder.