Skip to content

atlanticPuffin23/js-hackathon-23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atlantic Puffin Battle City Game

This is a browser-based implementation of the classic Battle City game. It is built using Node.js, TypeScript, and Phaser 3.

Installation

To install the necessary dependencies for the project, follow these steps:

  1. Clone the repository to your local machine.

  2. Navigate to the root folder of the project.

  3. Run the following command to install dependencies for the server:

    npm install
    
  4. Navigate to the client folder using the command:

    cd client
    
  5. Run the following command to install dependencies for the client:

    npm install
    

Usage

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

License

This project is licensed under the MIT License. Feel free to use and modify the code for your own purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published