Skip to content

Commit

Permalink
Merge branch 'release/v0.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrand12 committed Sep 22, 2015
2 parents 81484d9 + 8910240 commit a997b03
Show file tree
Hide file tree
Showing 65 changed files with 4,967 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.fuse*
.yardoc
/doc

7 changes: 7 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
--protected
--markup-provider=redcarpet
--markup=markdown
-
README.md
CHANGELOG.md
DEVCORE.md
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Change Log

All notable changes to this project will be documented in this
file. This change log is based upon [keep-a-changelog]. This project adheres to
[Semantic Versioning].

## Unreleased

## 0.0.1 - 2015-09-22

###Added

- README, contains short info abut this project.
- CHANGELOG, contains notable changes to this project.
- DEVCORE contains motivation and development details.
- MIT LICENCE
- Basic project folder and file structure (bin, lib, test).
- Rakefile for tests and Gemfile.
- [**feature**] Hero, a miserable little pile of numbers.
- [**feature**] Room, a place where the Hero looks at things and such.
- [**feature**] Dungeon, which randomly places rooms for each new adventure.
- [**feature**] Book, because keeping a bunch of strings with logic is not fun.
- [**feature**] Satchel and Item, where the hero can place items obtained.
- [**feature**] Event, which the Hero can trigger while in some of the rooms.
- Documentation, for most classes and features.
- Placeholders, for rooms not yet implemented, at least you get a shiny.
[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog
[Semantic Versioning]: http://semver.org/

0 comments on commit a997b03

Please sign in to comment.