- run
make
ormake all
- run
./flappy_bird
- Wuala, game will run!
In file ./rendering.h
there are two constants:
- MAPSIZEX - map size in x/horizontal direction
- MAPSIZEY - map size in y/vertical direction
To change header size, you can change settings in ./assets/settings/settings.conf
file
To change settings, change properties in ./assets/settings/settings.conf
file
To modify levels, you can change properties in one of the file in ./assets/levels
directory
To add level, you can copy one of the level from ./assets/levels
directory and then change its properties