Skip to content

jooohny/html-canvas-game-navigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Canvas Game Navigator

This navigator has been created to be integrated in GTAV instead of native map.

Start

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.

Clone this repo and install dependencies

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

Run

Start the app in the dev mode.

npm start

Alternatively, you can build app and run dist/index.html by yourself.

npm run build

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published