Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

MarvatheLarva/IAMDinoBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dino game with Neural Network

Dino game

install

  • go to url chrome://dino

  • open dev tool bar and go to console

  • add the following codes

    var script = document.createElement('script');
    script.src = 'https://cdn.jsdelivr.net/npm/synaptic@1.1.4/dist/synaptic.min.js';
    document.head.appendChild(script);
    var script = document.createElement('script');
    script.src = 'https://cdn.jsdelivr.net/gh/MarvatheLarva/IAMDinoBrowser@main/src/browser.js';
    document.head.appendChild(script);
  • start the first game, it will loose soon.

  • start again, enjoy

About

Fast neural network BOT for chrome dino game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages