Skip to content

PhoenixofForce/Ludum_Dare_51

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speed Barber

Made with SDL2 in c++.

logo

"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!

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