Skip to content

Trying to create a semblance of the main menu of the "Grand Theft Auto - Vice City" game.

Notifications You must be signed in to change notification settings

Broomber/vice-city-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vice City Main Menu

Trying to create a semblance of the main menu of the "Grand Theft Auto - Vice City" game. Inspired by Tadas Karpavičius.

Used css features

  • SVG;
  • SVG Polygon points;
  • Transition;
  • Transform (translate, scale);
  • Cursor.

Demo

https://broomber.github.io/vice-city-menu/

Installation

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

Todos

  • Add keyboard navigation.
  • Add sound.

All rights belong to their owners.

About

Trying to create a semblance of the main menu of the "Grand Theft Auto - Vice City" game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published