Skip to content

Commit 595615f

Browse files
committed
Add readme
1 parent 92176c6 commit 595615f

File tree

2 files changed

+16
-21
lines changed

2 files changed

+16
-21
lines changed

README.md

+16-21
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,24 @@
11
# bomberman
22

3-
## Project setup
4-
```
5-
npm install
6-
```
3+
Let's make a game... It'll be fun!
74

8-
### Compiles and hot-reloads for development
9-
```
10-
npm run serve
11-
```
5+
Psst. Press backspace to restert!
126

13-
### Compiles and minifies for production
14-
```
15-
npm run build
16-
```
7+
![preview](resources/preview.png)
178

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+
---
2220

23-
### Lints and fixes files
2421
```
25-
npm run lint
22+
npm install
23+
npm run serve
2624
```
27-
28-
### Customize configuration
29-
See [Configuration Reference](https://cli.vuejs.org/config/).

resources/preview.png

36.1 KB
Loading

0 commit comments

Comments
 (0)