Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phoenixofforce/ludum_dare_51
Speed Barber - Shave busy subway travellers
https://github.com/phoenixofforce/ludum_dare_51
game ldjam ldjam51 ludum-dare ludum-dare-51 ludumdare ludumdare51 sdl2
Last synced: 14 days ago
JSON representation
Speed Barber - Shave busy subway travellers
- Host: GitHub
- URL: https://github.com/phoenixofforce/ludum_dare_51
- Owner: PhoenixofForce
- Created: 2022-09-25T13:28:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T22:15:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T22:43:38.046Z (about 1 month ago)
- Topics: game, ldjam, ldjam51, ludum-dare, ludum-dare-51, ludumdare, ludumdare51, sdl2
- Language: C++
- Homepage: https://ldjam.com/events/ludum-dare/51/speed-barber
- Size: 54.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speed Barber
_Made with [SDL2](https://www.libsdl.org/download-2.0.php) in c++._![logo](https://raw.githubusercontent.com/PhoenixofForce/Ludum_Dare_51/main/res/cover.PNG)
"Comp is too difficult" you say? Well, this game about a barber that chose to work in a subway station was made in just 10 Hours. You play as the SpeedBarber who chose the busy travellers of the subway as his customers. Because they are so busy, you have to finish their requests in 10 seconds or less.
See the entry [here](https://ldjam.com/events/ludum-dare/51/speed-barber)!
## Controls
- Mouse: Move razor
- Hold Left Mouse Button: Turn on razor## Project Structure
You need to add the SDL2, SDL_image, SDL_mixer files (.dll, include and lib) yourself (maybe i will add them to a github release).
```
mainFolder
- include
- SDL2
- lib
- src
.gitgnore
Makefile
SDL2.dll
```## Credits
- Razor Sound by [Vinrax](https://opengameart.org/content/electric-razor-sfx)
- Background Noise from [Zapsplat](https://www.zapsplat.com)
- Art by [MsPlanlos](https://twitter.com/MsPlanlos) [Instagram](https://www.instagram.com/msplanlos/)