An open API service indexing awesome lists of open source software.

https://github.com/deftio/webtempest

Simple implementation of arcade game Tempest using vanillajs
https://github.com/deftio/webtempest

Last synced: about 1 year ago
JSON representation

Simple implementation of arcade game Tempest using vanillajs

Awesome Lists containing this project

README

          

# Tempest Game
A simple browser-based game inspired by the classic arcade game “Tempest.”

## Installation
Clone the repository:
git clone https://github.com/yourusername/tempest-game.git

Try it here: [webtempest](https://deftio.github.io/webtempest/)

## Install dependencies:
npm install

## Usage
To run the game, use the following command:

```bash
npx serve
```

```bash
python -m http.server

```

## Implementation Notes

The game is implemented as 2 files - index.html and tempest.js and is written in pure vanilla js.

## Contributing

Fork the repository.

Create a new branch: git checkout -b feature-name.

Make your changes.

Push your branch: git push origin feature-name.

Create a pull request.

## License
This project is licensed under the BSD-2 License.