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
- Host: GitHub
- URL: https://github.com/lue-bird/veloop
- Owner: lue-bird
- Created: 2025-08-01T10:23:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T17:24:18.000Z (2 months ago)
- Last Synced: 2025-09-13T09:12:17.950Z (about 1 month ago)
- Topics: game, game-jam, gmtk-2025, motorbike
- Language: Elm
- Homepage: https://lue-bird.itch.io/veloop
- Size: 30.2 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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