Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckj/shappens
Made during Sentry's 2021 Hack Week
https://github.com/ckj/shappens
3d cannonjs endless-runner poo threejs
Last synced: 25 days ago
JSON representation
Made during Sentry's 2021 Hack Week
- Host: GitHub
- URL: https://github.com/ckj/shappens
- Owner: ckj
- Created: 2021-08-10T18:14:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T06:17:22.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T17:23:16.637Z (3 months ago)
- Topics: 3d, cannonjs, endless-runner, poo, threejs
- Language: JavaScript
- Homepage: https://shappens.vercel.app
- Size: 33.2 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Shappens
## Setup
``` bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev# Build for production in the dist/ directory
npm run build
```## Todos
#### Obstacles
- [x] Poo
- [ ] Barricade
- [x] Caution cone
- [ ] Hot dog?
- [x] Placement
- [x] Collision#### Animations
- [x] Jump
- [x] Idle (start screen)
- [x] Loading/playing multiple animations#### UI
- [ ] Logo
- [x] Score
- [ ] Controls#### Gameplay
- [x] Start screen
- [ ] End screen
- [x] Restart#### Stretch
- [x] Foot colliders
- [ ] Web workers
- [ ] Impact Markers
- [x] Mobile
- [ ] Leaderboard
- [x] Sound
- [ ] Power ups