Skip to content

Commit

Permalink
feat: create base elements for gameplay
Browse files Browse the repository at this point in the history
  • Loading branch information
benox3 committed Jan 27, 2019
1 parent b566041 commit 2131311
Show file tree
Hide file tree
Showing 15 changed files with 1,291 additions and 113 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
# fortify

Fortify.
Fortify game.

## Data

```json
{
blocks: {
vertical: {
width: 20,
height: 5
},
horizontal: {
width: 5,
height:20
}
}
}
```

## Notes

- Player will have a
- Player will build a fort with blocks that are available
- Once player has finished placing blocks, the barrage will commence
- The barrage will be a ball that is targeted at the

## License

[MIT](LICENSE)
[MIT](LICENSE)
Binary file added src/assets/bear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/dude.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2131311

Please sign in to comment.