]>
Commit | Line | Data |
---|---|---|
11be5eba RBR |
1 | # Changelog |
2 | All notable changes to this project will be documented in this file. | |
3 | ||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | |
6 | ||
7 | ## [Unreleased] | |
8 | ### Added | |
9 | - Eslint config | |
10 | - JSdoc config | |
11be5eba RBR |
11 | - Serpentity as a dependency |
12 | - Base HTML and CSS | |
13 | - Wrapper application | |
14 | - This CHANGELOG | |
15 | - A README | |
16 | - A CONTRIBUTING guide | |
493ec31c RBR |
17 | - Pixi powered renderer system |
18 | - Matter-js powered physics system | |
f45bcde1 | 19 | - Scripts to setup hooks, linting, docs, and bundling |
7ade6f8d | 20 | - Keyboard Support |
1676911c | 21 | - Dash & grab mechanics |
43413def | 22 | - Add support for Gamepads (Tested using PS4 only) |
3100e053 | 23 | - Add points keeping system |
11be5eba | 24 | |
2bb8e347 | 25 | [Unreleased]: https://gitlab.com/rbdr/sumo/compare/master...develop |