Alessandro Bruni

Computer Graphics project.. Released!

![Shot of the game: the flag]({{ site.baseurl }}/assets/game.png “The game”){.size-medium .wp-image-232 width=“300” height=“235”}

Hello world, this is my project for the computer graphics exham I just attended! It's a simple videogame modelled like a first person shooter where you can't shoot ;-) but must reach the jellow flag before the red balls - likewise said the enemies - reach you!

Here are the tech specs:

If you are on a linux (Ubuntu I suppose) machine you must in order:

  1. install the build tools: apt-get install build-essential cmake freeglut3-dev bzr
  2. download the sources: bzr co lp:~alessandro-bruni/+junk/infografica
  3. build the sources: cd infografica/build && cmake .. && make
  4. run the project and enjoy the game: ./infografica

And if you want to browse the source code at my "junk" repository... go get it at: https://code.launchpad.net/~alessandro-bruni/+junk/infografica

That's all for now folks! Make a nice game ;-)