https://github.com/mikemitterer/ts-spaceinvaders
SpaceInvader clone in TypeScript
https://github.com/mikemitterer/ts-spaceinvaders
Last synced: about 1 year ago
JSON representation
SpaceInvader clone in TypeScript
- Host: GitHub
- URL: https://github.com/mikemitterer/ts-spaceinvaders
- Owner: MikeMitterer
- Created: 2019-04-17T17:39:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T08:29:11.000Z (almost 2 years ago)
- Last Synced: 2025-07-16T06:44:43.744Z (about 1 year ago)
- Language: TypeScript
- Size: 1.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpaceInvaders - TypeScript version
> The classic Space Invaders game written with TypeScript.
> [Live](http://ts-spaceinvaders.example.mikemitterer.at) | [GitHub](https://github.com/MikeMitterer/ts-spaceinvaders)
There is also a Dart-Version available - if you want to check it out...
- [Dart-Invaders Live](http://spaceinvaders.mikemitterer.at/)
- [Dart-Invaders on GitHub](https://github.com/MikeMitterer/dart-space-invaders)
Compared to the Dart-Version the TS-Version runs much nicer on mobile
## ToDo
- Add Manifest ([developers.google.com](https://developers.google.com/web/fundamentals/native-hardware/fullscreen/))
### License
Copyright 2019 Michael Mitterer (office@mikemitterer.at),
IT-Consulting and Development Limited, Austrian Branch
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language
governing permissions and limitations under the License.
## Bugs / Contribute
You reach me via [GH - Issues](https://github.com/MikeMitterer/ts-spaceinvaders/issues)
Help is always welcome!
If this plugin is helpful for you - follow me on [Twitter](https://twitter.com/MikeMitterer)
or **star** this repo here on GitHub.
[www.MikeMitterer.at](https://www.mikemitterer.at/)