Skip to content

deftio/webtempest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Install dependencies:

npm install

Usage

To run the game, use the following command:

npx serve
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.

About

Simple implementation of arcade game Tempest using vanillajs

Resources

License

Stars

Watchers

Forks

Contributors