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: about 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T06:17:22.000Z (over 4 years ago)
- Last Synced: 2025-03-04T07:42:43.700Z (over 1 year 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