Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```