https://github.com/thinknathan/aeroblast-game
Auto-shooter Defold game based on Boom and built with TypeScriptToLua
https://github.com/thinknathan/aeroblast-game
Last synced: 5 months ago
JSON representation
Auto-shooter Defold game based on Boom and built with TypeScriptToLua
- Host: GitHub
- URL: https://github.com/thinknathan/aeroblast-game
- Owner: thinknathan
- License: agpl-3.0
- Created: 2023-12-31T01:34:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T00:22:01.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T03:01:32.075Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://thinknate.itch.io/aeroblast
- Size: 1000 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Aeroblast
[](https://github.com/thinknathan/aeroblast-game/actions/workflows/ci.yml)
Aeroblast is a simple but addictive top-down auto-shooter. Move using the cursor keys or WASD. Aim at enemies - your character will automatically shoot. Collect power-ups to gain a faster fire rate, restore health, and more. Win by surviving the full ten minute play time.
[Play on Itch.](https://thinknate.itch.io/aeroblast)
## Development Requirements
1. [NodeJS](https://nodejs.org/)
2. [Yarn](https://yarnpkg.com/)
3. [Defold](https://defold.com/) game engine
## Building from Source
1. Clone this repo `git clone https://github.com/thinknathan/aeroblast-game`
2. `yarn` to install dependencies
3. `yarn build` to build lua files from source
4. Use Defold to package the game
## Thanks
- [tsd-template](https://github.com/ts-defold/tsd-template) (Copyright (c) Justin Walsh (@thejustinwalsh)).
- [xmath](https://github.com/thejustinwalsh/defold-xmath) (Copyright (c) Justin Walsh (@thejustinwalsh)).
- [boom](https://github.com/britzl/boom) (Copyright (c) 2023 Björn Ritzl).
- [Kenney](https://kenney.nl/assets)
- [extension-prometheus](https://github.com/defold/extension-prometheus)