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
- Host: GitHub
- URL: https://github.com/deftio/webtempest
- Owner: deftio
- License: other
- Created: 2024-06-26T22:24:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T22:28:23.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T05:38:22.623Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.