1 / 22

Student Exchange Program in Intelligent Computer Systems Autin Tim

Student Exchange Program in Intelligent Computer Systems Autin Tim. Summary. Presentation Student HERON & SEPICS My project. Progress report Ogre 3D 3D environment 2D mission : Tetris. Development plan Other 2D missions 3D environment Scenario. 1. Presentation.

olwen
Download Presentation

Student Exchange Program in Intelligent Computer Systems Autin Tim

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Student Exchange Program in Intelligent Computer Systems Autin Tim

  2. Summary • Presentation • Student • HERON & SEPICS • My project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario

  3. 1. Presentation • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • Student ? • HERON lab ? • SEPICS ? • Project ?

  4. 1. Presentation • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • Student • Tim Autin • Undergraduate degree in Computer Sciences • La Rochelle university • Supervisor : Lotfi Derbali • French supervisor : Mike Eboueya • SEPICS’ program supervisor : Claude Frasson

  5. 1. Presentation • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • HERON lab • Higher Educational research ON tutoring systems • Ceated in 1986, around 40 members today • Interested in Intelligent Tutoring System • Recognised internationally • Works closely with the SEPICS

  6. 1. Presentation • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • SEPICS • Student Exchange Program In Computer Systems • Aims to initiate collaboration amongst European and Canadian universities in the field of Intelligent Systems in Computer Science • Allowed me to discover the research sector, and to further my academic knowledge • Allowed me to experience a different way of life and discover another culture

  7. 1. Presentation • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • Project • Realize an intelligent system to help learning • Based on John Keller's theoretical model of motivation (ARCS model) • Will incorporate motivational factors and strategies from serious games for a course on data structure teaching.

  8. 1. Presentation • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • Project • C++ • Ogre 3D • 3D environment • 2D missions above the 3D environment • Sensitive captors

  9. 2. Progress report • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • Ogre 3D ? • 3D environment ? • Tetris ?

  10. 2. Progress report • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • Ogre 3D • Object-Oriented Graphics Rendering Engine • 2D & 3D graphical library • Available in several languages, we have chosen C++ • Proven, stable engine used in several commercial products

  11. 2. Progress report • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • 3D environment • I realized a class to create walls easilly • 2 rooms and a corridor • Rotation of the camera by moving the mouse • Moving just by clicking on the floor • Helpmate : I began to learn to use Ogre Animations

  12. 2. Progress report • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • 3D environment • Top view :

  13. 2. Progress report • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • 3D environment • When you are playing :

  14. 2. Progress report • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • 2D missions : Tetris • The rules : • The player must complete a tree with some nodes that are falling from the top of the window • Each element must have a value lower than their parent’s • 3 jokers, 60 seconds • When a subtree of three elements is completed, their color changes and the score is incremented of their values • When the tree is filled it is reset and the player gets 30 seconds more to try to fill a new one

  15. 2. Progress report • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • 2D missions : Tetris

  16. 3. Development plan • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • Other 2D missions ? • Continuation of the 3D environment ? • Creation of a scenario ?

  17. 3. Development plan • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • Other 2D missions • A game against the computer • Each turn the player and the computer must place an element in their tree. This piece will aslo be placed in the tree of the other player. The goal is to disadvantage the opponent to have the best score.

  18. 3. Development plan • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • Other 2D missions • A shoot game • The player must detect as many errors as he can in a limited time and in a partially visible tree • When he detects one he can shoot it. He has a limited number of bullet.

  19. 3. Development plan • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • 3D environment • The helpmate must follow the player. To do that, I will have to implement the A* algorithm to detect the collisions • Lotfi & me have to think about the map, which is small and simple for the moment • I have to find or to create another 3D personnage for the helpmate, because the actual one isn’t very pleasant...

  20. 3. Development plan • Introduction • Presentation • Student • HERON & SEPICS • Project • Progress report • Ogre 3D • 3D environment • 2D mission : Tetris • Development plan • Other 2D missions • 3D environment • Scenario • Questions ? • Scenario • For the moment the player can move in a 3D environment • There is a helpmate • And some 2D missions • Why ? • We will have to imagine a credible scenario

  21. Questions ? Demo ?

More Related