Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.59 KB

README.md

File metadata and controls

34 lines (31 loc) · 1.59 KB

Table of contents

- Table of contents
- How to Use
-Generale info
-The features and objects of a game

How to Use:

For linux user
install sfml :sudo apt-get install libsfml-dev
install make :-sudo apt-get install make
-cd Timber
-make
-./Timber

Generale info:

escape to close game
Enter to start game
L+R key to control player

*Game name: Planning Timber
*version :1.2

HThe features and objects of a game

: •Time is always running out.
•You can get more time by chopping the tree.
•Chopping the tree causes the branches to fall.
•The player must avoid the falling branches.
•Repeat until time runs out or the player is squished.

useful link : to resize image : https://www.simpleimageresizer.com/upload
PS : The relase verion game is a fixed size screen resolution, but the actual code that we work with use functions to get the actual screen of your pc resolution so maybe you get into a mess with the position of the object , try to fix dimension it s better for different scrren i m too lazy to do it
Warning : FPS may not be that accurate