Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:38:44.000Z (about 2 years ago)
- Last Synced: 2023-03-08T06:23:35.419Z (almost 2 years 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: 3
- Watchers: 0
- Forks: 1
- 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.**
![breakout-game](https://user-images.githubusercontent.com/25087769/80916048-e9f7e100-8d5e-11ea-8f2c-9d3fd86de011.gif)
## 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
```