Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yudinikita/dodging-fish
Arcade game on Phaser3. Make that fish swim! And don't touch the spikes! How long will you last?
https://github.com/yudinikita/dodging-fish
arcade-game cross-platform es6 game phaser ts turborepo typescript vite
Last synced: about 2 months ago
JSON representation
Arcade game on Phaser3. Make that fish swim! And don't touch the spikes! How long will you last?
- Host: GitHub
- URL: https://github.com/yudinikita/dodging-fish
- Owner: yudinikita
- License: mit
- Created: 2022-07-28T15:55:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T21:44:37.000Z (7 months ago)
- Last Synced: 2024-06-17T23:35:03.149Z (7 months ago)
- Topics: arcade-game, cross-platform, es6, game, phaser, ts, turborepo, typescript, vite
- Language: TypeScript
- Homepage: https://dodging-fish.vercel.app
- Size: 23.8 MB
- Stars: 10
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Dodging Fish
You need to avoid obstacles, keeping the little fish alive!
Explore Official Website ยป# Dodging Fish
An arcade game designed for precision and reaction.
The fish is in an enclosed space, with fixed spikes on the bottom and top, and their location on the walls is constantly changing. Use the tap to control the movement of our fish. And see how long you can last in this mode.
In addition, there are fish roe that need to be collected on the level, which adds additional complexity to the gameplay.
The game has minimalistic graphics and an extremely challenging gameplay process, which will appeal to people who like challenge and difficulty.![About game](https://user-images.githubusercontent.com/36636599/184531818-f01eebe7-7a6a-4e46-ba9f-85a104603d14.png)
## ๐จ Built with
- [Phaser3](https://github.com/photonstorm/phaser) - Game engine
- [Vite](https://github.com/vitejs/vite) - Generation tool
- [PWA](https://web.dev/progressive-web-apps/) - Cross-platform game
- [i18next](https://github.com/i18next/i18next) - Translate game
- [Turborepo](https://github.com/vercel/turborepo) - Build system
- [React/Next](https://github.com/vercel/next.js) - Front-end framework for website
- [TypeScript](https://github.com/microsoft/TypeScript) and [ES6](https://github.com/eslint/eslint) - for all project## ๐ฅ Environment Support
| [](http://godban.github.io/browsers-support-badges/)
Edge | [](http://godban.github.io/browsers-support-badges/)
Firefox | [](http://godban.github.io/browsers-support-badges/)
Chrome | [](http://godban.github.io/browsers-support-badges/)
Safari |
| --- | --- | --- | --- |
| last 2 versions | last 2 versions | last 2 versions | last 2 versions |## ๐ Getting started
### 1. Installation
```bash
git clone https://github.com/nblackninja/dodging-fish.git
cd dodging-fish
yarn install
```### 2. Usage
```bash
yarn dev
```### 3. Build
```bash
yarn build
```## ๐ฌ Note
If you have any suggestions or problems using the application, write to the
mail.Before creating it, I was inspired by game: [Don't Touch The Spikes](https://play.google.com/store/apps/details?id=com.ketchapp.donttouchthespikes).
## ๐ License
The source code is published under the MIT license, which is available [here](LICENSE).
---
> Site [yudinikita.ru](https://yudinikita.ru) ย ยทย
> Email ย ยทย
> GitHub [@yudinikita](https://github.com/yudinikita)