This navigator has been created to be integrated in GTAV instead of native map.
To run this project you need to have Node.js installed on your PC
Note: requires a node version >= 7 and an npm version >= 4.
First, clone the repo via git:
git clone https://github.com/jooohny/html-canvas-game-navigator.git
Enter the project folder you just downloaded
cd html-canvas-game-navigator
And then install dependencies with NPM...
npm i
...or Yarn
yarn install
Start the app in the dev mode.
npm start
Alternatively, you can build app and run dist/index.html
by yourself.
npm run build
Click on upper input and use your arrows keys (🠜🠝🠞🠟) to move player arrow and Ctrl+A/Ctrl+D to turn to the left or to the right respectively.