Skip to content

Commit

Permalink
Merge pull request #39 from regal/chore/cleanup
Browse files Browse the repository at this point in the history
chore: Cleanup for 0.3.0
  • Loading branch information
jcowman2 committed Sep 21, 2018
2 parents ed9499c + 6d6028b commit f458df0
Show file tree
Hide file tree
Showing 39 changed files with 826 additions and 551 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

## Pre-Initial Release

### v0.3.0

**First Testable Release**


### v0.2.1

* Restructured declaration files
* Added null-checking to `Event.runQueue`
* Updated metadata

### v0.1.0

* Initial Version
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,11 @@ This library is a package on npm titled `regal`.

## Status

This package is currently in version `0.2.1` and is not yet recommended for use. The next version will be `0.3.0`.
Version `0.3.0` marks the first testable release of the library, but the package is still in early development.

### `0.3.0` Details
The upcoming version `0.4.0` will have significant changes. It's recommended that you don't use the library until the first stable version `1.0.0` is released.

**Regal** `0.3.0` aims to be the first usable version of the library, and is currently under development.

Component | Description | Designed | Implemented | Tested
--- | --- | --- | --- | ---
**Game** | Public API for consumers of the library | ✔️ | ✔️ | ✔️
**Agent** | Model for immutable game objects | ✔️ | ✔️ | ✔️
**Event** | Model for game events | ✔️ | ✔️ | ✔️

✔️ - Complete
🔵 - In-Progress
⚪- Planned

## Contributors
## Contributing

Created by Joe Cowman ([jcowman2](https://github.com/jcowman2)).

Expand Down
297 changes: 0 additions & 297 deletions demo/fight/fight.ts

This file was deleted.

5 changes: 0 additions & 5 deletions demo/fight/runFight.ts

This file was deleted.

Loading

0 comments on commit f458df0

Please sign in to comment.