Skip to content

piechnikk/pac-man

Repository files navigation

pac-man

This is a pac-man clone built using TypeScript. The project was created in secondary school.

Table of Contents

Live Demo

Explore the live demo of the pac-man.

Setup

To get a copy of this project up and running on your local machine, follow these steps:

  1. Clone the repository:
    git clone https://github.com/piechnikk/pac-man.git
    
  2. Navigate to the project directory:
    cd pac-man
    
  3. Install the project dependencies using npm:
    npm install
    
  4. Build the Node.js application using the following command:
    npm run dev
    

Usage

Open the index.html file in your preferred web browser to view the game.

start game gameplay game over

Technologies

HTML5 CSS3 TypeScript Webpack

Note: This project was created in secondary school and serves as an example of a ts game.