https://github.com/vbfox/axelsmash
BabySmash clone / fork
https://github.com/vbfox/axelsmash
baby csharp uwp
Last synced: about 1 year ago
JSON representation
BabySmash clone / fork
- Host: GitHub
- URL: https://github.com/vbfox/axelsmash
- Owner: vbfox
- License: mit
- Created: 2017-07-29T16:58:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T20:45:48.000Z (almost 9 years ago)
- Last Synced: 2025-02-09T11:42:51.239Z (over 1 year ago)
- Topics: baby, csharp, uwp
- Language: C#
- Size: 784 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
- Authors: Authors.md
Awesome Lists containing this project
README
# AxelSmash
A clone of Scott Hanselman's [BabySmash](https://github.com/shanselman/babysmash) made to play with UWP & amuse my son (Axel)
## Design
Inputs provided by a baby are *smashes* (`IBabySmash`) and are provided by *smash sources* (`ISmashSource`) :
* Keyboard
* XBox Gamepad
* Controller (Not implemented)
* Voice (Not implemented)
The controller observe theses and produce one or more *giggle* (`IGiggle`)
* Speech
* Sound
* Picture
That are handled by their corresponding *giggle player*