VALLIAMMAI ENGINEERING COLLEGE Nagar, Kattankulathur – 603 203

Total Page:16

File Type:pdf, Size:1020Kb

VALLIAMMAI ENGINEERING COLLEGE Nagar, Kattankulathur – 603 203 www.downloadmela.com VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur – 603 203 DEPARTMENT OF COMPUTER APPLICATIONS QUESTION BANK IV SEMESTER MC7001 – Game Programming Regulation – 2013 Academic Year 2016 – 17 Prepared by Mr. R. Prince Jeyaseelan James, Assistant Professor / MCA www.downloadmela.com - Educational download portal VALLIAMMAI ENGINEERING COLLEGE www.downloadmela.comSRM Nagar, Kattankulathur – 603 203. DEPARTMENT OFCOMPUTER APPLICATIONS QUESTION BANK SUBJECT : MC7001 Game Programming SEM / YEAR : IV / 2016 - 2017 UNIT I – 3D GRAPHICS FOR GAME PROGRAMMING Coordinate Systems, Ray Tracing, Modeling in Game Production, Vertex Processing, Rasterization, Fragment Processing and Output Merging, Illumination and Shaders, Parametric Curves and Surfaces, Shader Models, Image Texturing, Bump Mapping, Advanced Texturing, Character Animation, Physics-based Simulation PART – A Q.No. Questions BT Level Competence 1 List the different types of coordinate systems. 1 Remembering What is ray tracing? Mention some applications of ray 2 3 Applying tracing. 3 Discuss the stages involved in game development process. 2 Understanding How model export and import is carried out in game 4 5 Evaluating modeling? 5 Outline the role of rendering pipeline in GPU? 2 Understanding 6 Identify the substages of rasterization 4 Analyzing 7 What is the impact of fragment processing stage? 1 Remembering 8 Examine the significance of RGBAZ segment. 4 Analyzing How the perceived color of a surface point is defined in 9 Phong lighting model? Assess the disadvantage in this 6 Creating model. Write notes on vertex shader. Categorize the various 10 3 Applying shading languages. Compare polygon mesh with parametric curves and 11 4 Analyzing surfaces. 12 Define bilinear patch. 1 Remembering 13 Highlight the features of Shader Model 4. 5 Evaluating 14 What do you mean by texture addressing mode? 6 Creating 15 Write short notes on bump mapping? 1 Remembering Classify the various algorithms which use textures for more 16 3 Applying realistic shading. 17 What is deferred shading? 1 Remembering 18 Explain keyframe animation. 2 Understanding What is the need of physics based simulation in game 19 2 Understanding programming? 20 Define impulse. 1 Remembering PART – B (i) Describe how the points of intersection where a ray strikes an object can be found? (7) 1 1 Remembering (ii) How to alter the path of a ray when it strikes a reflective or refractive surface? (6) (i) Write notes on the polygon mesh representation. (6) 2 (ii) Describe how a polygon mesh is created and represented 1 Remembering in the vertex buffer. (7) www.downloadmela.com - Educational download portal VALLIAMMAI ENGINEERING COLLEGE www.downloadmela.comSRM Nagar, Kattankulathur – 603 203. DEPARTMENT OFCOMPUTER APPLICATIONS QUESTION BANK SUBJECT : MC7001 Game Programming SEM / YEAR : IV / 2016 - 2017 (i) Brief the stages of rendering pipeline. (4) 3 (ii) Explain how vertex transformation is done and briefly 4 Analyzing show how a vertex can be lit? (9) Explain the following: (i) Clipping (2) (ii) Perspective Division (2) 4 2 Understanding (iii) Back-face Culling (3) (iv) Viewport Transform (3) (v) Scan Conversion (3) (i) Explain texture coordinates and surface parameterization. (7) 5 4 Analyzing (ii) How texel address is computed from texture coordinates? (6) Describe the following terms in Phong Lighting Model: (i) Diffuse Reflection (3) 6 (ii) Specular Reflection (4) 1 Remembering (iii) Ambient Reflection (3) (iv) Emissive Light (3) (i) Compare and contrast per-vertex lighting and per- fragment lighting. (3) 7 (ii) Discuss the following algorithms of global illumination: 2 Understanding (a) Ray Tracing (5) (b) Radiosity (5) State the following parametric curves: 8 (i) Bezier Curves (7) 1 Remembering (ii) Hermite Curve and Catmull-Rom Spline (6) Examine the functionalities of stages evolved in the various 9 3 Applying shader models. (13) Predict how the following is useful in increasing the visual realism of the 3D scene: (i) Texture Addressing Mode (3) 10 5 Evaluating (ii) Texture Filtering (3) (iii) Mipmapping (4) (iv) Anisotropic Filtering (3) Analyze the following algorithms of bump mapping: 11 (i) Normal Mapping (6) 4 Analyzing (ii) Tangent-space Normal Mapping (7) Assess the following representative algorithms of realistic shading: 12 (i) Environment Mapping (5) 6 Creating (ii) Light Mapping (3) (iii) Shadow Mapping (5) Explain: 13 2 Understanding (i) Ambient Occlusion (7) www.downloadmela.com - Educational download portal VALLIAMMAI ENGINEERING COLLEGE www.downloadmela.comSRM Nagar, Kattankulathur – 603 203. DEPARTMENT OFCOMPUTER APPLICATIONS QUESTION BANK SUBJECT : MC7001 Game Programming SEM / YEAR : IV / 2016 - 2017 (ii) Deferred Shading (6) Illustrate how the following methods can be adopted to carry out physics-based simulation: 14 3 Applying (i) Penalty Method (6) (ii) Impulse Method (7) PART – C (i) Determine the major steps involved in game production pipeline. Also state why it is called a pipeline? (3) 1 6 Creating (ii) Assess the primary responsibilities carried out in game production pipeline. (12) Devise how the following is useful in representing the opacity and depth values of the fragment program: 2 (i) Z-Buffering, (5) 5 Evaluating (ii) Alpha Blending and (5) (iii) Z-Culling (5) Verify how the following are used to construct Bezier surfaces: (i) Bilinear Patch (4) 3 6 Creating (ii) Biquadratic Bezier Patch (4) (iii) Bicubic Bezier Patch (4) (iv) Bezier Triangle (3) Propose the fundamental algorithms upon which various 4 state-of-the-art techniques can be built to control human 5 Evaluating character animation. (15) UNIT II – GAME DESIGN PRINCIPLES Character development, Story Telling, Narration, Game Balancing, Core mechanics, Principles of level design, Genres of Games, Collision Detection, Game Logic, Game AI, Path Finding PART – A Q.No. Questions BT Level Competence 1 List the characteristics of game characters. 1 Remembering Why relating the characters in game programming is 2 5 Evaluating important? 3 Discuss the pros and cons of linear stories. 2 Understanding 4 Define granularity in the context of game programming. 1 Remembering 5 What are the emotional limits of nonlinear stories? 3 Applying 6 What is the primary function of game narration? 1 Remembering How to balance between difficulty and ability of game 7 5 Evaluating players? 8 Suggest few ways to fine-tune the game efficiency. 6 Creating What are the different components that define how your 9 4 Analyzing game works? Examine the relationship between economy and game 10 3 Applying designing time. www.downloadmela.com - Educational download portal VALLIAMMAI ENGINEERING COLLEGE www.downloadmela.comSRM Nagar, Kattankulathur – 603 203. DEPARTMENT OFCOMPUTER APPLICATIONS QUESTION BANK SUBJECT : MC7001 Game Programming SEM / YEAR : IV / 2016 - 2017 11 Explain the level design process. 2 Understanding 12 What are the pitfalls of level design? 4 Analyzing 13 What are action games? 4 Analyzing 14 Outline the advantages of online games. 2 Understanding 15 Discuss the features of simulation games. 2 Understanding 16 What is collision detection and collision resolution? 3 Applying 17 How collision detection algorithms are implemented? 6 Creating 18 What is a role-playing game? 1 Remembering 19 Define game AI. 1 Remembering 20 What is pathfinding? 1 Remembering PART – B (i) Discuss the goals of character design. (7) 1 (ii) Explain the visual appearances of characters in games. 2 Understanding (6) (i) Why stories play an important role in games? (6) 2 (ii) Define Dramatic Tension and Gameplay Tension and 1 Remembering discuss their role in entertaining the game player. (7) Explain the following: (i) Role of narrative (4) 3 4 Analyzing (ii) Commonly used narrative blocks (5) (iii) Balancing narrative and gameplay (4) Devise the relationship between storytelling engine and user 4 5 Evaluating interface. (13) (i) What is a balanced game? Explain. (6) 5 2 Understanding (ii) Why to avoid dominant strategies? Discuss. (7) (i) What are core mechanics? How to turn rules into core 6 mechanics? (7) 2 Understanding (ii) Why to avoid dominant strategies? Discuss. (6) Explain the following: 7 (i) Core mechanics and gameplay. (6) 4 Analyzing (ii) Core mechanics design. (7) Describe how the different layouts significantly affect the 8 1 Remembering player’s perception in games. (13) Examine the various categories of game genres with 9 3 Applying illustrations. (13) Describe in detail how collision detection algorithms are 10 1 Remembering categorized. (13) Explain the following: 11 (i) Bounding volumes and their hierarchy. (6) 4 Analyzing (ii) Triangle-triangle intersection. (7) Examine with illustrations the various steps involved in 12 3 Applying game creation. (13) 13 Determine how artificial intelligence plays a major role in 6 Creating www.downloadmela.com - Educational download portal VALLIAMMAI ENGINEERING COLLEGE www.downloadmela.comSRM Nagar, Kattankulathur – 603 203. DEPARTMENT OFCOMPUTER APPLICATIONS QUESTION BANK SUBJECT : MC7001 Game Programming SEM / YEAR : IV / 2016 - 2017 game programming. (13) (i) Write short notes on pathfinding. (6) 14 1 Remembering (ii) Explain the different solutions to pathfinding. (7) PART – C Design the various attributes of character depth and game 1 5 Evaluating audio. (15) (i) Assess how to understand and control positive feedback? (8) 2 6 Creating (ii) Comment on the two undesirable qualities of unbalanced games. (7) Devise the following key design principles: 3 (i) Universal level
Recommended publications
  • Game Engines with Visual Scripting ● Specialized Game Engines ● Framework Like Game Engines ● Niche Game Engines
    Game Engines Jaanus Jaggo 2020 This is not even half of all the engines! Game engines 3 2 6 4 5 1 7 8 9 12 10 11 14 13 15 2 This is not even half of all the engines! Game engines 3 2 6 4 5 7 8 9 12 10 11 14 13 15 3 This is not even half of all the engines! Game engines 3 6 4 5 7 8 9 12 10 11 14 13 15 4 This is not even half of all the engines! Game engines 6 4 5 7 8 9 12 10 11 14 13 15 5 This is not even half of all the engines! Game engines 6 5 7 8 9 12 10 11 14 13 15 6 This is not even half of all the engines! Game engines 6 7 8 9 12 10 11 14 13 15 7 This is not even half of all the engines! Game engines 7 8 9 12 10 11 14 13 15 8 This is not even half of all the engines! Game engines 8 9 12 10 11 14 13 15 9 This is not even half of all the engines! Game engines 9 12 10 11 14 13 15 10 This is not even half of all the engines! Game engines 12 10 11 14 13 15 11 This is not even half of all the engines! Game engines 12 11 14 13 15 12 This is not even half of all the engines! Game engines 12 14 13 15 13 This is not even half of all the engines! Game engines 14 13 15 14 This is not even half of all the engines! Game engines 14 15 15 This is not even half of all the engines! Game engines 15 16 This is not even half of all the engines! Game engines 17 Game engines 18 There is no “best” game engine As there is no “best” programming language But some people like to express their opinion loudly! I consider myself to be quite unbiased.
    [Show full text]
  • Desarrollo Del Juego Sky Fighter Mediante XNA 3.1 Para PC
    Departamento de Informática PROYECTO FIN DE CARRERA Desarrollo del juego Sky Fighter mediante XNA 3.1 para PC Autor: Íñigo Goicolea Martínez Tutor: Juan Peralta Donate Leganés, abril de 2011 Proyecto Fin de Carrera Alumno: Íñigo Goicolea Martínez Sky Fighter Tutor: Juan Peralta Donate Agradecimientos Este proyecto es la culminación de muchos meses de trabajo, y de una carrera a la que llevo dedicando más de cinco años. En estas líneas me gustaría recordar y agradecer a todas las personas que me han permitido llegar hasta aquí. En primer lugar a mis padres, Antonio y Lola, por el apoyo que me han dado siempre. Por creer en mí y confiar en que siempre voy a ser capaz de salir adelante y no dudar jamás de su hijo. Y lo mismo puedo decir de mis dos hermanos, Antonio y Manuel. A Juan Peralta, mi tutor, por darme la oportunidad de realizar este proyecto que me ha permitido acercarme más al mundo de los videojuegos, algo en lo que querría trabajar. Pese a que él también estaba ocupado con su tesis doctoral, siempre ha sacado tiempo para resolver dudas y aportar sugerencias. A Sergio, Antonio, Toño, Alberto, Dani, Jorge, Álvaro, Fernando, Marta, Carlos, otro Antonio y Javier. Todos los compañeros, y amigos, que he hecho y que he tenido a lo largo de la carrera y gracias a los cuales he podido llegar hasta aquí. Por último, y no menos importante, a los demás familiares y amigos con los que paso mucho tiempo de mi vida, porque siempre están ahí cuando hacen falta.
    [Show full text]
  • Sciences Du Jeu, 7 | 2017, « Les Marges Du Jeu » [En Ligne], Mis En Ligne Le 19 Février 2017, Consulté Le 06 Avril 2021
    Sciences du jeu 7 | 2017 Les marges du jeu Michel Lavigne (dir.) Édition électronique URL : http://journals.openedition.org/sdj/755 DOI : 10.4000/sdj.755 ISSN : 2269-2657 Éditeur Laboratoire EXPERICE - Centre de Recherche Interuniversitaire Expérience Ressources Culturelles Education Référence électronique Michel Lavigne (dir.), Sciences du jeu, 7 | 2017, « Les marges du jeu » [En ligne], mis en ligne le 19 février 2017, consulté le 06 avril 2021. URL : http://journals.openedition.org/sdj/755 ; DOI : https://doi.org/ 10.4000/sdj.755 Ce document a été généré automatiquement le 6 avril 2021. La revue Sciences du jeu est mise à disposition selon les termes de la Licence Creative Commons Attribution - Pas d'Utilisation Commerciale - Pas de Modification 4.0 International. 1 SOMMAIRE Jeux de marges Michel Lavigne Le passage du jeu à la création : le cas du jeu vidéo amateur Pierre-Yves Hurel A la marge de la lecture et du ludique : les livres-jeux Boris Solinski Les marges du jeu à réalité alternée (JRA) : mise en évidence de cas d’indétermination créatrice et destructrice à partir de l’expérience d’Alter Ego Stéphane Goria et Françoise Lejeune Entraves à l’attitude ludique avec un jeu sérieux intégré dans une formation managériale : un exercice plus qu’un jeu ? Lydia Martin Du jeu dans les marges (du jeu) : De quelques gradients de ludicité dans le BDSM Adrien Czuser Sciences du jeu, 7 | 2017 2 Jeux de marges Michel Lavigne 1 La notion de marge suppose l’existence d’une zone périphérique qui sépare un objet de ce qui lui est extérieur.
    [Show full text]
  • Create Computer Games
    ==== ==== For A Great Way On How Games Are Played Tips Check This Out www.gamesexamples.com ==== ==== I’ve always loved video games, ever since I first played them on a friend’s computer in the afternoon after elementary school. There’s something almost magical about the fact that we can move images around and interact with virtual worlds, a living fantasy presented for us to interact with however we please. I’ve also always wanted to make games myself but, until recently, didn’t have the technical knowledge to do so. Now, I’m a second year software engineering student, so if I weren’t able to code a game without too many dramas there’d be something drastically wrong. But what about the common person: the person for whom the term ‘memory leak’ conjures up images of their grandfather, ‘pipeline’ is where the water flows, and ‘blitting’ is unheard of? Well, everyone can get in on the game creation process, and you don’t even need to learn ‘real’ programming to do so. So where do games start? With an idea. Games, like all fiction, require an idea to be successful. Sure, in the same way you can just sit down and write a story without foresight, you can jump on in and slap a game together. However, unless you get ridiculously lucky, the best works are usually the ones that have been well thought out beforehand. There are two methods of planning a project.
    [Show full text]
  • Google Adquiere Motorola Mobility * Las Tablets PC Y Su Alcance * Synergy 1.3.1 * Circuito Impreso Al Instante * Proyecto GIMP-Es
    Google adquiere Motorola Mobility * Las Tablets PC y su alcance * Synergy 1.3.1 * Circuito impreso al instante * Proyecto GIMP-Es El vocero . 5 Premio Concurso 24 Aniversario de Joven Club Editorial Por Ernesto Rodríguez Joven Club, vivió el verano 2011 junto a ti 6 Aniversario 24 de los Joven Club La mirada de TINO . Cumple TINO 4 años de Los usuarios no comprueba los enlaces antes de abrirlos existencia en este septiembre, el sueño que vió 7 Un fallo en Facebook permite apropiarse de páginas creadas la luz en el 2007 es hoy toda una realidad con- Google adquiere Motorola Mobility vertida en proeza. Esfuerzo, tesón y duro bre- gar ha acompañado cada día a esta Revista que El escritorio . ha sabido crecerse en sí misma y superar obs- 8 Las Tablets PC y su alcance táculos y dificultades propias del diario de cur- 11 Propuesta de herramientas libre para el diseño de sitios Web sar. Un colectivo de colaboración joven, entu- 14 Joven Club, Infocomunidad y las TIC siasta y emprendedor –bajo la magistral con- 18 Un vistazo a la Informática forense ducción de Raymond- ha sabido mantener y El laboratorio . desarrollar este proyecto, fruto del trabajo y la profesionalidad de quienes convergen en él. 24 PlayOnLinux TINO acumula innegables resultados en estos 25 KMPlayer 2.9.2.1200 años. Más de 350 000 visitas, un volumen apre- 26 Synergy 1.3.1 ciable de descargas y suscripciones, servicios 27 imgSeek 0.8.6 estos que ha ido incorporando, pero por enci- El entrevistado . ma de todo está el agradecimiento de muchos 28 Hilda Arribas Robaina por su existencia, por sus consejos, su oportu- na información, su diálogo fácil y directo, su uti- El taller .
    [Show full text]
  • Game Development Projects
    Game Development Projects The purpose of the Game Development Projects is to introduce you to modern game development tools, exercise your game design skills, and help you build a portfolio of game development work. Each project has three parts: a proposal, a deliverable, and a post-mortem. Project Types For each assignment, you should choose one from the five kinds of games below. Then choose one or more of the development tools associated with that kind of game. You can choose projects in any order. You may not repeat a project or a tool (even if it is listed for multiple projects). If you wish to make a type of game that is not listed below or use a tool not listed, you must get approval from the instructor before submitting the project proposal. 1. Physical Board or Card Game Tools: Paper, Cardstock, Markers, Game Pawns, Dice, 3D Printing, etc. 2. Adventure Game Tools: Inform, Twine, Adventure Game Studio 3. Puzzle Game Tools: Game Maker Studio, Torque 2D, Unity, HTML 5, Java, Objective C 4. Arcade Game Tools: Game Maker Studio, Torque 2D, Unity, HTML 5, PyGame 5. 3D Action Game Tools: Unity, Unreal Engine, Torque 3D Scope The difficulty of implementing your project determines how innovative it needs to be. The projects above are listed from “requires most innovation” to “requires least innovation.” All projects require some original design on your part. It is expected that a physical game will require the least development effort and should therefore demonstrate that you have put a lot of thought into the design process.
    [Show full text]
  • Tools and Approaches for Simplifying Serious Games Development in Educational Settings
    Tools and Approaches for Simplifying Serious Games Development in Educational Settings Antonio Calvo, Dan C. Rotaru, Manuel Freire, Baltasar Fernandez-Manjon Dept. Software Engineering and Artificial Intelligence Universidad Complutense de Madrid, Facultad de Informática C/ Profesor JoseGarciaSantesmases, 9 28040 Madrid, Spain {antcal01, drotaru, manuel.freire, balta}@fdi.ucm.es Abstract—Serious Games can benefit from the commercial challenging the players to explore and overcome specific video games industry by taking advantage of current problems, serious games are gaining interest in teaching and development tools. However, the economics and requirements of training students. Serious games have been successfully applied serious games and commercial games are very different. In this to different domains such as health [6]–[9], marketing [10], paper, we describe the factors that impact the total cost of research [11], and to multiple other disciplines, where they ownership of serious games used in educational settings, review have proven to increase student motivation in the learning the specific requirements of games used as learning material, process [12]–[14] stimulating their focus and concentration [5], and analyze the different development tools available in the [15], [16]. Studies have shown SGs increasing academic industry highlighting their advantages and disadvantages that performance [17]–[19] and providing an optimized learning must be taken into account when using them to develop a serious process [20], [21], as part of a growing set of experiments that game. prove the effectiveness of correctly designed and implemented Keywords—serious games; total cost of ownership; applied serious games [22]–[26]. games; learning analytics I. INTRODUCTION Digital games have increasingly gained relevance in society to the point of becoming one of the most popular forms of entertainment.
    [Show full text]
  • [Learning] Games
    TOOLS FOR [LEARNING] GAMES Prepared by Marc Prensky. Updated November 18, 2004 Thanks to Steven Drucker, Bob Bramucci, and others. Note: not a complete list; will change over time. Please send corrections and additions to [email protected] FREE (OR CLOSE) COST $ Adventure Game Studio: Adventure Maker: www.adventuremaker.com Templates http://www.adventuregamestudio.co.uk/ BlitzPlus (2D) www.blitzbasic.com Adventure game engines (Spiderweb) Certification Templates (Games2train): www.spiderweb.com www.games2train.com Frame Discovery School: Flying Buffalo www.flyingbuffalo.com/teacher.htm Games http://puzzlemaker.school.discovery.com/ Game Show Pro (Learningware): Flash Games: http://flashgames.umn.edu/ www.learningware.com GameMaker: Games Factory (Clickteam): www.clickteam.com Game www.cs.uu.nl/people/markov/gmaker/index.html MindRover (Cogni-Toy): www.mindrover.com Makers Hot Potatoes (Half-Baked): Quandary (Half-Baked): http://web.uvic.ca/hrd/halfbaked/ www.halfbakedsoftware.com/quandary.php Simple 2D PPT Jeopardy: In “Awesome Game Creation” Book QuestPro: www.axeuk.com/quest/ Peril: www.teachopolis.org/arcade/index.html Simple Games: www.babrown.com Engines Personal Educational Press:: Stagecast Creator: www.stagecast.com www.educationalpress.org/educationalpress/ Play-by-mail: www.pbm.com/~lindahl/pbm_list/email.html Rapunsel: www.maryflanagan.com/rapunsel Savie Frame-Games (Canada) www.savie.qc.ca/CarrefourJeux/fr/accueil.htm Storyharp: www.kurtz-fernhout.com/StoryHarp/ Thiagi: www.thiagi.com/freebies-and- goodies.html Word Junction
    [Show full text]
  • Game Engines That Don T Require Coding
    Game Engines That Don T Require Coding How convalescent is Alston when Abyssinian and geodesic Maurise schematize some adenitis? Terroristic Benedict sometimes abided his centripetalism outwardly and misrated so troublesomely! Boggy Gill vacations, his wolves ruddles hirsle pitter-patter. This tool which is a section approaches game specific code inside, software give it also helps shorten development engines that coding tasks are saved into programming knowledge level graphics modes Stencyl Make iPhone iPad Android & Flash Games without. Phaser game engines require coding required for games is a requirement in a great thing lead to unable managing it! Always dreamed of yet your story own mobile game? The code that might seem like home in engines require some set to know that your vote was made. The Software Engineer's Guide are Getting Started with Game. Unity has so few advantages over Unreal that exist serve promote the deciding factor. Learning C and coding in Unity for beginners Video game. Adventure game studio can be on appropriate starting point here a beginner to house game designing. Coding is required to everybody these elements into a playable video game. Logically simple physics and thus, crona uses four services will require coding is used to get a degree is constantly fixes engine! HTML 5 based tool allows beginners to forget the game without local knowledge of programming as copper as it doesn't require any coding. When he buy through links on cancer site, specific models and textures, and Hotline Miami. If you code that engine development engines require less steep learning curve, requires you master the game software? Beginner Game Developers Say string to Game Engines by.
    [Show full text]
  • B.Tech Information Technology Curriculum
    Government College of Engineering, Karad Final Year B. Tech. IT1701: Software Testing and Quality Assurance Teaching Scheme Examination Scheme Lectures 3Hrs/week CT1 15 Tutorial -- CT2 15 Total Credits 3 TA 10 ESE 60 Duration of ESE: 2 Hrs 30 Min Course Objectives: 1 Demonstrate knowledge about fundamentals of software testing. 2 Learn test cases from SRS document and use case. 3 Aware about levels of testing. 4 Understand software metrics and measurement. Course Contents Hours Unit I Introduction: Software Failures, Testing Process, Terminologies: Program and Software, Verification and Validation, Fault, Error, Bug and Failure, Test, Test Case and Test Suite, Deliverables and Milestones, Alpha, Beta and Acceptance Testing, Static and Dynamic Testing, Testing and Debugging, Limitations of Testing, V Shaped software life cycle model. 3 Unit II Software Verification: Verification Methods, SRS document verification, SDD document verification, Source code reviews, User documentation verification, Software project audit Creating test cases from SRS and Use cases: Use Case Diagram and Use Cases, Generation of test cases from use cases, Guidelines for generating validity checks, 8 Unit III Levels of Testing: The Need for Levels of Testing, Unit Test: Functions, Procedures, Classes, and Methods as Units, The Need for Preparation, Designing the Unit Tests, The Class as a Testable Unit, Running the Unit Tests and Recording Results, Integration Test: Integration Strategies for Procedures and Functions, Integration Strategies for Classes, Designing Integration Tests, System Test: Stress Testing, Security Testing, Recovery Testing. 7 Unit IV Regression Testing: 8 Regression Test cases selection, Reducing the number of test cases, Code coverage prioritization techniques Testing Web applications: web testing, functional testing, UI testing, usability testing, configurations and compatibility testing, performance testing.
    [Show full text]
  • Recursos Para Os Participantes
    Recursos para os participantes Nota: Os recursos listados aqui são geralmente gratuitos, embora alguns tenham planos pagos para recursos extras. Índice: Game Engines HTML5 / Javascript Frameworks Tools 3D Modeling 2D and Vector Graphics Animation mapeditorOther Graphic Tools Coding IDEs Source Control Audio and Music Middleware Task Management Graphical Text-based Assets 3D Models Textures / 2D Art Audio Fonts Public Domain Board Games Miscellaneous Unity tools Other Game Engines Unity (powerful Asset Store, also check tools below) Unreal Engine 4 (comes with source code, marketplace) Cry Engine (comes with source code, marketplace) Amazon Lumberyard Scratch (no coding required, great for beginners and kids) PICO-8 (simple, great for small jams, code examples) GameMaker (great for beginners + marketplace) Godot (open source!) Construct 3 (web-based) Stencyl (no coding required) Defold (2D only) Ren’Py (visual novels) Twine (text-based games) Inkle Writer (text-based games) Adventure Game Studio IRRLicht (no coding required, 2D, does more than just RPGs) Bitsy (very simple gameplay, 2D) HTML5 / Javascript Canvas Engine - http://canvasengine.net/ Pixi.js - http://www.pixijs.com/ CreateJS (HTML5/Javascript libraries) - https://createjs.com/https://github.com/openMVG/awesome_3DReconstruction_list BabylonJS - (webGL engine) http://www.babylonjs.com/ Box2D (javascript 2D physics library) - http://box2d-js.sourceforge.net/ Phaser - http://phaser.io/ Superpowers - https://sparklinlabs.itch.io/superpowers Cocos2D HTML5 - http://www.cocos2d-x.org/download
    [Show full text]
  • A New Multiplayer Environment for Creating Adventure Games
    International conference on Intelligent Systems, Data Mining and Information Technology (ICIDIT’2014), April 21-22, 2014 Bangkok (Thailand) A New Multiplayer Environment for Creating Adventure Games David Gouveia, and Carlos Vaz de Carvalho interactions were handled outside the game, on the web Abstract—Nostalgia Studio is an extension of project SELEAG platform. whose goal was to evaluate the use of serious games for learning Although Time Mesh was originally meant to be played history and social relations with an extensible multiplayer online autonomously by students in their free times, the game also game based on collaboration and social interaction. The game that ended up being tested and used in a classroom context, and has was developed was a graphic adventure game known as Time Mesh which managed to achieve very positive results, but due to technical already been played by over 1.000 different users across constraints, some of the initial goals could not be explored in depth. several European countries, often as part of school activities. This article presents the first results of the implementation of this In general, results have been positive in terms of children game editor and engine. enjoyment. Nostalgia Studio is an extension of project SELEAG and Keywords—adventure games, game engine, game editor, game- solves the technical constraints of that environment. This based learning. article presents the first results of the implementation of this game editor and engine. I. INTRODUCTION HE Project SELEAG—Serious Learning Games—was an II. ADVENTURE GAMES TEuropean project created to evaluate the use of serious Video games can be categorized under a multitude of games for learning history, culture and social relations, genres, such as action, adventure, role-playing, simulation, or through the implementation of an extensible, online, multi- strategy, depending on their gameplay and interaction styles.
    [Show full text]