https://github.com/mustafadalga/breakout-game
Breakout game developed with Vue JS
https://github.com/mustafadalga/breakout-game
breakout breakout-game game game-dev game-developers game-development gamedev javascript javascript-game vue vue-cli vue-cli-4 vuejs4
Last synced: 23 days ago
JSON representation
Breakout game developed with Vue JS
- Host: GitHub
- URL: https://github.com/mustafadalga/breakout-game
- Owner: mustafadalga
- License: gpl-3.0
- Created: 2020-04-29T21:47:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:38:44.000Z (over 2 years ago)
- Last Synced: 2025-03-30T18:51:10.390Z (about 2 months ago)
- Topics: breakout, breakout-game, game, game-dev, game-developers, game-development, gamedev, javascript, javascript-game, vue, vue-cli, vue-cli-4, vuejs4
- Language: Vue
- Homepage: https://breakoutgame-v.firebaseapp.com/
- Size: 4.04 MB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Breakout Game
**Breakout, Vue JS kullanılarak geliştirilmiş bir oyundur.**

## Kullanılan Teknolojiler
* Vue JS
* Canvas
* HTML 5
* CSS 3## Oyun Bağlantı Adresi
* [Breakout Game](https://breakoutgame-v.firebaseapp.com/)## Kurulum
#### Proje kurulumu
```
npm install
```#### Projeyi çalıştırma
```
npm run serve
```