pacman-exercise

Pacman Exercise   Demo

Pacman Exercise

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


:dart: About

Little javascript project applying Js basics. We are simulating one feature of the Pacman game: displays one Pacman and moves one side of the screen to the other with collision detection.

:sparkles: Features

:heavy_check_mark: Pacman images changing depending on direction;
:heavy_check_mark: Pacman moving x and y axis;
:heavy_check_mark: Pacman with collision detection ;

:rocket: Technologies

The following tools were used in this project:

:white_check_mark: Requirements

Before starting :checkered_flag:, you need to have Git and Visual Studio Code installed.

:checkered_flag: Starting

# Clone this project
$ git clone https://github.com/carobarreirov/pacman-exercise

# Access
$ cd pacman-exercise

Do you want to do yours? Follow this instructions

:memo: License

This project is under license from MIT. For more details, see the LICENSE file.

Made with :heart: by carobarreirov

 

Back to top