This is a browser-based implementation of the classic Battle City game. It is built using Node.js, TypeScript, and Phaser 3.
To install the necessary dependencies for the project, follow these steps:
-
Clone the repository to your local machine.
-
Navigate to the root folder of the project.
-
Run the following command to install dependencies for the server:
npm install
-
Navigate to the client folder using the command:
cd client
-
Run the following command to install dependencies for the client:
npm install
The project provides several scripts to run and build the Atlantic Puffin Battle City game. Refer to the "Scripts" section in the package.json
file for detailed descriptions of each script.
To start the Atlantic Puffin Battle City game, run the following command in the root folder of the project:
npm run start
This project is licensed under the MIT License. Feel free to use and modify the code for your own purposes.