Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianrappl/tower-defense-sample-pilet
A pilet running a Tower Defense game for the sample-piral app shell. :house:
https://github.com/florianrappl/tower-defense-sample-pilet
game microfrontends microfrontends-demo piral react typescript
Last synced: 10 days ago
JSON representation
A pilet running a Tower Defense game for the sample-piral app shell. :house:
- Host: GitHub
- URL: https://github.com/florianrappl/tower-defense-sample-pilet
- Owner: FlorianRappl
- License: mit
- Created: 2020-01-22T07:17:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T22:07:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T06:42:05.705Z (about 1 month ago)
- Topics: game, microfrontends, microfrontends-demo, piral, react, typescript
- Language: TypeScript
- Homepage: https://piral.io
- Size: 7.41 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tower-defense-sample-pilet
A pilet running the Tower Defense game for the `sample-piral` app shell.
Used in the [sample application](https://demo-full.piral.io) for [Piral](https://piral.io), which is a framework for microfrontends.
**[Demo online](https://demo-full.piral.io/tower-defense)**
You can run it locally, too. Just clone and then:
```sh
npm i && npm start
```This will install the remaining dependencies and then run the application.