Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aegis-dev/sky_combat
Sky Combat - Sample game of Flask game framework
https://github.com/aegis-dev/sky_combat
bullet-hell game game-development pico-8 pixel pixel-perfect retro sample
Last synced: 13 days ago
JSON representation
Sky Combat - Sample game of Flask game framework
- Host: GitHub
- URL: https://github.com/aegis-dev/sky_combat
- Owner: aegis-dev
- License: gpl-3.0
- Created: 2022-01-02T18:46:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T16:30:51.000Z (about 2 years ago)
- Last Synced: 2024-11-19T11:11:51.312Z (2 months ago)
- Topics: bullet-hell, game, game-development, pico-8, pixel, pixel-perfect, retro, sample
- Language: Rust
- Homepage:
- Size: 3.53 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sky Combat
Sky Combat - Sample game of [Flask game framework](https://github.com/aegis-dev/flask)This game aims to demonstrate capabilities of the Flask game framework.
![Alt Text](gameplay.gif)
## Build
```
wasm-pack build --target web
```## Run
To run game you need to serve built files with any static file server.
Here is an example one:
```
# In project root directory
python -m http.server^C
```