This is a pac-man clone built using TypeScript. The project was created in secondary school.
Table of Contents
Explore the live demo of the pac-man.
- Clone the repository:
git clone https://github.com/piechnikk/pac-man.git
- Navigate to the project directory:
cd pac-man
- Install the project dependencies using npm:
npm install
- Build the Node.js application using the following command:
npm run dev
Open the index.html
file in your preferred web browser to view the game.
Note: This project was created in secondary school and serves as an example of a ts game.