Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/happystinson/downhill-willy
2D game made for BOSS Jam 2014.
https://github.com/happystinson/downhill-willy
2d-game gamedev jam-game love2d-game lua single-player whale winter
Last synced: 7 days ago
JSON representation
2D game made for BOSS Jam 2014.
- Host: GitHub
- URL: https://github.com/happystinson/downhill-willy
- Owner: HappyStinson
- License: gpl-3.0
- Created: 2018-01-25T14:55:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T14:33:34.000Z (about 1 year ago)
- Last Synced: 2024-08-17T16:01:53.492Z (3 months ago)
- Topics: 2d-game, gamedev, jam-game, love2d-game, lua, single-player, whale, winter
- Language: Lua
- Homepage: https://rasmusnordling.itch.io/downhill-willy
- Size: 37.5 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Downhill Willy
![Downhill Willy logo](assets/logo.png)
You play as Willy the whale and the target is to race down the hill for as long as you can. Watch out for those logs, stones, trees and snowmen blocking the lanes.
![Log object](assets/obj_log.png)
![Stone object](assets/obj_stone.png)
![Tree object](assets/obj_tree.png)
![Snowman object](assets/obj_snowman.png)![Willy animation](assets/willy-animation.gif)
## Controls
- `Space` to start skiing
- `Up` and `Down` arrows to change the lane
- `Escape` to quit the game
- `F` to toggle fullscreen modeThis 2D game was made by [Rasmus Nordling](https://github.com/happystinson) and [Michael Cassel](https://github.com/mcassel) during the [BOSS Jam 2014](https://boss.bthstudent.se/bossjam/bossjam-2014/). The theme was *inkorrekt val* which translates to incorrect whale or choice.
## Gameplay
[![Downhill Willy - BOSS Jam 2014](https://img.youtube.com/vi/TyWreu4zX1c/0.jpg)](https://youtu.be/TyWreu4zX1c)
![Downhill Willy Screenshot](assets/downhill-willy-screenshot.jpg?raw=true)
## Credits
- Fonts used are [Sail](https://www.fontsquirrel.com/fonts/sail) and [League Gothic](https://www.fontsquirrel.com/fonts/League-Gothic)
- Ambient sound used is [pineforest winter NL SHORT 130110](https://freesound.org/people/klankbeeld/sounds/173841/) by [klankbeeld](https://freesound.org/people/klankbeeld/)
- Fanfare sound is [Jingle_Achievement_00](https://freesound.org/people/LittleRobotSoundFactory/sounds/270404/) by [LittleRobotSoundFactory](https://freesound.org/people/LittleRobotSoundFactory/)
- Collision with log effect [ANI Big Pipe Hit](https://freesound.org/people/ani_music/sounds/244983/) by [ani_music](https://freesound.org/people/ani_music/)
- Collision with snowman effect [water - ice - cooler - dropping a chunk of ice into cooler 04](https://freesound.org/people/Anthousai/sounds/406070/) by [Anthousai](https://freesound.org/people/Anthousai/)
- Collision with stone effect [doorhit](https://freesound.org/people/tbone1999/sounds/427563/) by [tbone1999](https://freesound.org/people/tbone1999/)
- Collision with tree effect [Frying Pan Hit](https://freesound.org/people/tbone1999/sounds/401706/) by [tbone1999](https://freesound.org/people/tbone1999/)
- Yodel loop used is sampled from [Franz "Franzl" Lang - Auf und auf voll Lebenslust](https://youtu.be/bXvoe7U1nwo?t=28)## Dependencies
- Lua 5.1
- [LÖVE](https://www.love2d.org/) 11.1## Downloads
Check the [releases](https://github.com/HappyStinson/downhill-willy/releases) tab for this repo or view the game at [itch.io](https://rasmusnordling.itch.io/downhill-willy).