Skip to content

eduardomartins/football-3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Football 3D Game

This respositório it's a Computer Graphic project (for study propose). Basic is a game like ping-pong. PS.: In this case football aka soccer.

Prerequisites

What things you need to install the software and how to install them

A C++ compiler also needed

sudo apt-get install build-essential

Install OpenGL libraries

sudo apt-get install mesa-common-dev
sudo apt-get install libglu1-mesa-dev -y

Qt > 5.x is required

To download

wget http://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run

To install

chmod +x qt-opensource-linux-x64-5.7.0.run
./qt-opensource-linux-x64-5.7.0.run

Run

To compile just type teh fallow commands:

On base folder (football-3d/)

qmake 
make

The compilation process is done

Now to run the game, just:

./bin/football

NOTE: The software language it's in Braziliam Portuguese.

Results

Video

IMAGE ALT TEXT HERE

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Prof. Dr. Paulo Sérgio Rodrigues

About

Football Game 3D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published