Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 790 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 790 Bytes

TowerDefense

A simple Tower Defense Game written in Typescript.

Preview

Current state

Work in progress. Currently, the game images are being reworked.

Getting started

git clone https://github.com/philipp-meier/TowerDefense.git
cd TowerDefense
# run in dev-container with "npm run dev" or local with:
npm install
npm run dev

Docker

npm run build
docker build -t tower-defense-2d .
docker run -it -d -p 80:80 tower-defense-2d

Contributing

Feel free to fork and modify this project as you like.
If you want to contribute directly to this project, please consider the rules mentioned here.

License

This project is under the MIT license.