The offline Google chrome dino game with the NEAT (Neuroevolution of Augmenting Topologies) AI added to it.
Some shortcuts:
-
1- 1x Speed -
2- 2x Speed -
3- 5x Speed -
4- 10x Speed -
5- 30x Speed -
n- Toggle neural network visualization -
b- Toggle closest obstacle visualization -
v- Toggle hitboxes visualization
Follow these steps to run the project locally.
-
Clone the repository (HTTPS)
git clone https://github.com/TylerMommsen/chrome-dino-game-ai.git -
Navigate to the project
cd chrome-dino-game-ai -
Open the project You can open the project by launching the index.html file or using a local server setup if required.
If you're using VSCode, install the Live Server extension from the VSCode Marketplace, right click on the index.html file and select 'Open with Live Server'.