Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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