Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/typo
⌨️The platformer 10 finger typing game
https://github.com/thlorenz/typo
Last synced: 15 days ago
JSON representation
⌨️The platformer 10 finger typing game
- Host: GitHub
- URL: https://github.com/thlorenz/typo
- Owner: thlorenz
- Created: 2018-11-28T23:44:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T03:14:28.000Z (almost 6 years ago)
- Last Synced: 2024-10-18T01:37:22.471Z (20 days ago)
- Language: TypeScript
- Homepage: https://thlorenz.github.io/typo
- Size: 3.03 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typo
The platformer 10 finger typing game
## Interesting Related Matter.js Demos
### Entities
- [catapult](http://brm.io/matter-js/demo/#catapult)
- [chains](http://brm.io/matter-js/demo/#chains)
- [compound bodies](http://brm.io/matter-js/demo/#compound)
- [constrains](http://brm.io/matter-js/demo/#constraints)
- [double pendulum](http://brm.io/matter-js/demo/#doublePendulum)
- [live beings via manipulation](http://brm.io/matter-js/demo/#manipulation)
- [newton's cradle](http://brm.io/matter-js/demo/#newtonsCradle)
- [ragdoll via constraints](http://brm.io/matter-js/demo/#ragdoll)
- [slingshot](http://brm.io/matter-js/demo/#slingshot)
- [wrecking ball](http://brm.io/matter-js/demo/#wreckingBall)### Entities Characteristics
- [restitution aka jumpiness](http://brm.io/matter-js/demo/#restitution)
- [flexible aka soft body](http://brm.io/matter-js/demo/#softBody)
- [sprites](http://brm.io/matter-js/demo/#sprites)### Terrain
- [terrain](http://brm.io/matter-js/demo/#terrain)
- [stress](http://brm.io/matter-js/demo/#stress)
- [flexible bridge](http://brm.io/matter-js/demo/#bridge)
- [friction](http://brm.io/matter-js/demo/#friction)### World Characteristics
- [sensors](http://brm.io/matter-js/demo/#sensors)
- [reverse gravity](http://brm.io/matter-js/demo/#gravity)
- [slowmotion via timescaling](http://brm.io/matter-js/demo/#timescale)### Player
- [car](http://brm.io/matter-js/demo/#car)
### Player Interactions
- [raycasting](http://brm.io/matter-js/demo/#raycasting)