File tree 2 files changed +16
-21
lines changed
2 files changed +16
-21
lines changed Original file line number Diff line number Diff line change 1
1
# bomberman
2
2
3
- ## Project setup
4
- ```
5
- npm install
6
- ```
3
+ Let's make a game... It'll be fun!
7
4
8
- ### Compiles and hot-reloads for development
9
- ```
10
- npm run serve
11
- ```
5
+ Psst. Press backspace to restert!
12
6
13
- ### Compiles and minifies for production
14
- ```
15
- npm run build
16
- ```
7
+ ![ preview] ( resources/preview.png )
17
8
18
- ### Run your tests
19
- ```
20
- npm run test
21
- ```
9
+ ---
10
+
11
+ Featuring:
12
+ - Fluid movement
13
+ - 4k textures
14
+ - Upgrades (movement speed, bomb range, bomb count)
15
+ - Bomb chaining
16
+ - No sound
17
+ - No multiplayer (yet!)
18
+
19
+ ---
22
20
23
- ### Lints and fixes files
24
21
```
25
- npm run lint
22
+ npm install
23
+ npm run serve
26
24
```
27
-
28
- ### Customize configuration
29
- See [ Configuration Reference] ( https://cli.vuejs.org/config/ ) .
You can’t perform that action at this time.
0 commit comments