Skip to content

Martysh12/punch-bill-gates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Punch Bill Gates

A game about punching Bill Gates, written in C++ and SDL2.


Why?

To practice SDL2 and for the lulz, of course!

Building

First, create a directory named build and go into it:

mkdir build
cd build

Next, run cmake .. (to generate the Makefile) followed by make to build the project:

cmake ..
make
  • OPTIONAL - The assets directory from the root of the repository should be copied into your build directory. The game will bug out (fixme!) if it doesn't find some assets.
    If you can't find it, copy it manually:
cp -r ../assets .

Now you can run the compiled game with:

src/pbg

Have fun (?)

Controls

  • SPACE - Punch!

That's all folks!

Sources & Thanks

About

A game about punching Bill Gates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published