Trying to create a semblance of the main menu of the "Grand Theft Auto - Vice City" game. Inspired by Tadas Karpavičius.
- SVG;
- SVG Polygon points;
- Transition;
- Transform (translate, scale);
- Cursor.
https://broomber.github.io/vice-city-menu/
Project requires Node Package manager to run.
Install the dependencies and devDependencies, build project and start local server.
$ git clone https://github.com/Broomber/vice-city-menu.git
$ cd vice-city-menu
$ npm i
$ npm update
$ gulp
Open in browser http://localhost:3000
Install the dependencies and devDependencies and make build for deploy on server.
$ git clone https://github.com/Broomber/vice-city-menu.git
$ cd vice-city-menu
$ npm i
$ npm update
$ gulp deploy
- Add keyboard navigation.
- Add sound.