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

https://github.com/lue-bird/veloop

ride your motorbike on a line with loops and tricks
https://github.com/lue-bird/veloop

game game-jam gmtk-2025 motorbike

Last synced: 12 days ago
JSON representation

ride your motorbike on a line with loops and tricks

Awesome Lists containing this project

README

          

# veloop
ride your motorbike on a line with loops and tricks and try not to fall.

Made for the [gmtk game jam 2025](https://itch.io/jam/gmtk-2025)

### running locally
After `npm install`, run with
```bash
npx elm-watch hot
```
and open the shown http link.

### ideas for improvement
I will very likely not work on this further
but if you're interested, here's the things I didn't manage in jam time

- add fumes / trail when accelerating
- add more props
- add camera effects like zoom depending on speed or slight angling (= more zoomed in the start)
- wheels on both sides of a line should be prevented by adding collision to the connection from back to front wheel
- angle of arcs is based on connection between start and end, not actual angle
- apply effects like gradients to shadows or glow to platforms
- collectibles
- more path
- fix bug where rotational velocity is affected by user-input-affected wheel force
(currently it over-rotates in the opposite direction of wheel grip)
(tried to fix it, no dice)
- optimize