Skip to content

djeada/sniper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sniper

"Sniper" is a Phaser-based game where the player can move around the map and shoot enemies. Designed for fun and engaging gameplay, perfect for playing with friends.

image

Demo

sniper

Prerequisites

  • Node.js
  • npm (Node Package Manager)

Installation

To set up the game, follow these steps:

  1. Clone the repository:
git clone https://github.com/djeada/sniper.git
cd sniper
  1. Install dependencies:
npm install

Building the Game

To build the game, run the following command in the project root:

npm run build

This command compiles the TypeScript code and prepares the game for running.

Running the Game

Start the game with:

npm start

This will open the game in your default web browser.

How to Contribute

We encourage contributions that enhance the repository's value. To contribute:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

"Sniper" is a Phaser-based game where the player can move around the map and shoot enemies. Designed for fun and engaging gameplay, perfect for playing with friends.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 78.0%
  • Shell 18.5%
  • HTML 3.5%