blob: 83de4a76e060d62797da71ac1fade250d89cd58b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
- Eslint config
- JSdoc config
- Serpentity as a dependency
- Base HTML and CSS
- Wrapper application
- This CHANGELOG
- A README
- A CONTRIBUTING guide
- Pixi powered renderer system
- Matter-js powered physics system
- Scripts to setup hooks, linting, docs, and bundling
- Keyboard Support
[Unreleased]: https://github.com/rbdr/sumo/compare/master...develop
|