A simple browser-based game inspired by the classic arcade game “Tempest.”
Clone the repository: git clone https://github.com/yourusername/tempest-game.git
Try it here: webtempest
npm install
To run the game, use the following command:
npx servepython -m http.server
The game is implemented as 2 files - index.html and tempest.js and is written in pure vanilla js.
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.
This project is licensed under the BSD-2 License.