https://github.com/enet4/win-in-space
A turn-based game submitted to GitHub Game Off 2020
https://github.com/enet4/win-in-space
game github-gameoff space-game
Last synced: 30 days ago
JSON representation
A turn-based game submitted to GitHub Game Off 2020
- Host: GitHub
- URL: https://github.com/enet4/win-in-space
- Owner: Enet4
- License: mit
- Created: 2020-11-22T13:32:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T21:14:01.000Z (over 4 years ago)
- Last Synced: 2024-12-30T01:49:53.616Z (about 1 year ago)
- Topics: game, github-gameoff, space-game
- Language: TypeScript
- Homepage: https://enet4.github.io/win-in-space
- Size: 22.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
Choose the right angle and power of fire to eliminate the interplanetary threat!
Win in Space is a turn-based game where players are surrounded by space objects which affect the trajectory of your projectiles.
[Play the game here](https://enet4.github.io/win-in-space)
or [see the game on itch.io](https://e-net4.itch.io/win-in-space).
## Technical Information
This game was written in TypeScript,
using [Phaser](https://phaser.io) as the game engine.
## Building
```
npm install
```
To open the game in development mode:
```
npm start
```
To package the game for deployment:
```
npm run deploy
```
The contents will be in the folder "build/".
## Licensing and Attribution
All code is licensed under the [MIT](LICENSING).
All original works in the bgm folder, namely the _Win in Space_ theme,
are licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).

Please see [SOURCES.md](SOURCES.md) for the list of third party content.