https://github.com/max-im/fly-shooter
This is a fun game where you control a character, shoot enemies, and try to survive within a limited time. The dynamic visuals and engaging mechanics make for an exciting gaming experience!
https://github.com/max-im/fly-shooter
canvas game parcel typescript
Last synced: about 1 year ago
JSON representation
This is a fun game where you control a character, shoot enemies, and try to survive within a limited time. The dynamic visuals and engaging mechanics make for an exciting gaming experience!
- Host: GitHub
- URL: https://github.com/max-im/fly-shooter
- Owner: Max-im
- Created: 2023-01-11T15:16:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T10:19:44.000Z (over 3 years ago)
- Last Synced: 2025-02-15T01:44:54.056Z (over 1 year ago)
- Topics: canvas, game, parcel, typescript
- Language: TypeScript
- Homepage: https://max-im.github.io/fly-shooter/
- Size: 2.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fly Shooter Game
## Shooter Game with TypeScript and HTML canvas
## Tech:
- TypeScript
- Canvas
## Play now
[Play](https://max-im.github.io/fly-shooter)
## Running:
- clone the repo
- go to the project dir `cd fly-shooter`
- install dependecies `npm i`
- run `npm run dev`
- open `http://localhost:1234`
## Description:
You play by a metal see horse and shoot at metal fishes.
Every fish has own score and lives amount.
To win you should get some score number for set time.
Every fish you destroy add you score but every fish touches you reduce appropriate score amount.
If you score number is less than 0 - you lose.
A lighting fish (Lucky) has no score, but if you touch the fish you turn on a "turbo mode" for 10 seconds.
In the turbo mode you have an additional gun and extra bullet to shoot.