Giter VIP home page Giter VIP logo

game-blast's Introduction

Simple Blast Game

This Game is a classic arcade-style game where players click on tiles to destroy them. By creating power-ups, players can destroy more tiles and advance through the game. The game features two power-ups: the cross bomb and the radial bomb, which enhance the player's ability to clear tiles.

Key Features

  • Multi-Orientation: Play the game in both portrait and landscape orientations for a versatile gaming experience.
  • Adaptive Design: The game's layout and UI elements adjust dynamically to fit various screen sizes and resolutions, ensuring a seamless experience across devices.
  • Cross-Platform Functionality: Enjoy the game on multiple platforms, including desktops, tablets, and smartphones, thanks to its cross-platform compatibility.

Tested Devices

The Game has been tested on the following devices:

  • iPhone 7, iOS 15.7.9
  • iPhone 11, iOS 17.3.1
  • Mi A3, Android 11
  • Galaxy A14, Android 12

Prerequisites

Before running the game, make sure you have the following dependencies installed:

  • Lame: Lame is required for audio encoding. Install it using your package manager of choice.

    # For macOS using Homebrew
    $ brew install lame
    
    # For Ubuntu/Debian
    $ sudo apt-get install lame
  • pnpm: pnpm package manager

    $ curl -fsSL https://get.pnpm.io/install.sh | sh -

    If you don't have curl installed, you would like to use wget:

    $ wget -qO- https://get.pnpm.io/install.sh | sh -

Once you have installed Lame and pnpm, you can proceed with the installation and usage steps as mentioned below.

Installation

To install dependencies and run the game, follow these steps:

  1. Clone the repository:

    $ git clone https://github.com/saqsun/game-blast.git
  2. Navigate to the project directory:

    $ cd game-blast
  3. Install dependencies:

    $ pnpm install
  4. Assemble assets:

    $ pnpm assetassemble
  5. Start the game:

    $ pnpm start

    Or build the game for production:

    $ pnpm build

Game Preview

You can play a preview of the game directly from the GitHub Pages:

Game Preview

License

This project is licensed under the MIT License.

game-blast's People

Contributors

saqsun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.