Git Product home page Git Product logo

quidditch-opengl's Introduction

Quidditch (OpenGL project)

quidditch

About this project

Game concept

This project is about making a Quidditch game (like in harry potter). Your goal is to catch the Golden Snithch. The arrow is here to help you as it points to the golden snitch.

Team

  • Pierre Gabon
  • Julien Lepasquier
  • Vivien Tran-Ba
  • Yann Pellegrini
  • Pierrick Bouvier

Building

Note : please read the "known bugs" section about the problem with textures and git.

mkdir build
cd build
cmake ..
make

Playing

Requires OpenGL.

./Quidditch

Controls

controls

Debug only : P to freeze snitch, F to dump data, +/- to modify camera zoom

Known bugs

You must regenerate textures from the png/jpgs to tga (git corrupts them for some reason)

use convert -type TrueColor in.png out.tga when you see the error "texture has incomplete image"

cd texture
convert -type TrueColor sky_texture.jpg sky_texture.tga
convert -type TrueColor gazon.jpg gazon.tga
convert -type TrueColor snitch.png snitch.tga
convert -type TrueColor tex_char.png tex_char.tga
convert -type TrueColor over.png over.tga
convert -type TrueColor arrow.png arrow.tga

quidditch-opengl's People

Contributors

clubpierrick avatar drlsimon avatar vivientran avatar yann-p avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.