Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 717 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 717 Bytes

Game

Sample Qt project showing a simple videogame idea.

Overview

In this project you will see:

  • how to use Qt layouts (vertical, horizontal and grids)
  • some basic Qt widgets (label, button)
  • how to display images
  • how to create your own widgets
  • how to handle events through signals and slots

This is a didactic project, it is not intended for production.

Instructions

To compile Game, clone or download this repository, then run qmake and make:

 git clone https://github.com/Unipd-Object-Oriented-Programming/game.git
 cd game
 qmake
 make

Make sure to have Qt, make and a C++ compiler installed and available in your path.

To execute the application run:

./game