Game Development with Construct 2

Total Page:16

File Type:pdf, Size:1020Kb

Game Development with Construct 2 Game Development with Construct 2 From Design to Realization Lee Stemkoski Evan Leider Game Development with Construct 2: From Design to Realization Lee Stemkoski Evan Leider Garden City, New York NY USA USA ISBN-13 (pbk): 978-1-4842-2783-1 ISBN-13 (electronic): 978-1-4842-2784-8 DOI 10.1007/978-1-4842-2784-8 Copyright © 2017 by Lee Stemkoski and Evan Leider This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made. The publisher makes no warranty, express or implied, with respect to the material contained herein. Managing Director: Welmoed Spahr Editorial Director: Todd Green Acquisitions Editor: Pramila Balan Development Editor: Laura Berendson Technical Reviewer: Julien Kyatric Fantoni Coordinating Editor: Prachi Mehta Copy Editor: Kim Wimpsett Compositor: SPi Global Indexer: SPi Global Artist: SPi Global Cover image designed by Freepik Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail [email protected], or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation. For information on translations, please e-mail [email protected], or visit www.apress. com/rights-permissions. Apress titles may be purchased in bulk for academic, corporate, or promotional use. eBook versions and licenses are also available for most titles. For more information, reference our Print and eBook Bulk Sales web page at www.apress.com/bulk-sales. Any source code or other supplementary material referenced by the author in this book is avail- able to readers on GitHub via the book’s product page, located at www.apress.com/978-1-4842- 2783-1. For more detailed information, please visit www.apress.com/source-code. Printed on acid-free paper Contents at a Glance About the Authors ��������������������������������������������������������������������������� xiii About the Technical Reviewer ��������������������������������������������������������� xv Acknowledgments ������������������������������������������������������������������������� xvii Foreword ���������������������������������������������������������������������������������������� xix Introduction ����������������������������������������������������������������������������������� xxi ■ Chapter 1: Getting Started with Construct 2 ���������������������������������� 1 ■ Chapter 2: Starfish Collector ���������������������������������������������������������� 9 ■ Chapter 3: Space Rocks ���������������������������������������������������������������� 27 ■ Chapter 4: Cleanup Challenge ������������������������������������������������������ 49 ■ Chapter 5: Adding Polish to Your Game ���������������������������������������� 65 ■ Chapter 6: Plane Dodger ��������������������������������������������������������������� 79 ■ Chapter 7: Racecar 500 ���������������������������������������������������������������� 89 ■ Chapter 8: Rectangle Destroyer �������������������������������������������������� 103 ■ Chapter 9: Spell Shooter ������������������������������������������������������������� 115 ■ Chapter 10: Airplane Assault ������������������������������������������������������ 131 ■ Chapter 11: Tower Defenders ����������������������������������������������������� 141 ■ Chapter 12: Maze Runman ��������������������������������������������������������� 159 ■ Chapter 13: Jumping Jack ��������������������������������������������������������� 175 iii ■ CONTENTS AT A GLANCE ■ Chapter 14: Treasure Quest �������������������������������������������������������� 197 ■ Chapter 15: The Journey Continues�������������������������������������������� 223 ■ Appendix A: Game Design Documentation ��������������������������������� 231 Index ���������������������������������������������������������������������������������������������� 237 iv Contents About the Authors ��������������������������������������������������������������������������� xiii About the Technical Reviewer ��������������������������������������������������������� xv Acknowledgments ������������������������������������������������������������������������� xvii Foreword ���������������������������������������������������������������������������������������� xix Introduction ����������������������������������������������������������������������������������� xxi ■ Chapter 1: Getting Started with Construct 2 ���������������������������������� 1 About the Construct 2 Game Engine ������������������������������������������������������� 2 Downloading and Installing ��������������������������������������������������������������������� 2 The User Interface ����������������������������������������������������������������������������������� 3 Saving, Previewing, and Exporting Games ���������������������������������������������� 7 Summary ������������������������������������������������������������������������������������������������� 8 ■ Chapter 2: Starfish Collector ���������������������������������������������������������� 9 Project Setup ������������������������������������������������������������������������������������������� 9 Sprites ��������������������������������������������������������������������������������������������������� 13 Events ���������������������������������������������������������������������������������������������������� 16 Behaviors ���������������������������������������������������������������������������������������������� 18 Ending the Game ����������������������������������������������������������������������������������� 21 Side Quests ������������������������������������������������������������������������������������������� 22 Solid Objects �����������������������������������������������������������������������������������������������������������22 Value-Based Animations �����������������������������������������������������������������������������������������23 On Your Own �����������������������������������������������������������������������������������������������������������25 Summary ����������������������������������������������������������������������������������������������� 25 v ■ CONTENTS ■ Chapter 3: Space Rocks ���������������������������������������������������������������� 27 Introduction ������������������������������������������������������������������������������������������� 27 Spaceship Movement ���������������������������������������������������������������������������� 29 Lasers and Rocks ���������������������������������������������������������������������������������� 32 Thrusters and Explosions ���������������������������������������������������������������������� 34 Teleportation ����������������������������������������������������������������������������������������� 38 Winning or Losing the Game ����������������������������������������������������������������� 40 Side Quests ������������������������������������������������������������������������������������������� 41 Shields ��������������������������������������������������������������������������������������������������������������������42 UFOs �����������������������������������������������������������������������������������������������������������������������43 On Your Own �����������������������������������������������������������������������������������������������������������46 Summary ����������������������������������������������������������������������������������������������� 47 ■ Chapter 4: Cleanup Challenge ������������������������������������������������������ 49 Backgrounds ����������������������������������������������������������������������������������������� 50 Animating the Player ����������������������������������������������������������������������������� 52 Cars ������������������������������������������������������������������������������������������������������� 54 Displaying Messages with Text Objects ������������������������������������������������ 57 Keeping Score with Global Variables ����������������������������������������������������� 60 Side Quests ������������������������������������������������������������������������������������������� 62 Randomization ��������������������������������������������������������������������������������������������������������62
Recommended publications
  • Arxiv:2103.14589V2 [Math.GR] 16 Jun 2021
    FINITENESS PROPERTIES FOR RELATIVES OF BRAIDED HIGMAN–THOMPSON GROUPS RACHEL SKIPPER AND XIAOLEI WU Abstract. We study the finiteness properties of the braided Higman–Thompson group bVd,r(H) with labels in H ≤ Bd, and bFd,r(H) and bTd,r(H) with labels in H ≤ P Bd where Bd is the braid group with d strings and P Bd is its pure braid subgroup. We show that for all d ≥ 2 and r ≥ 1, the group bVd,r(H) (resp. bTd,r(H) or bFd,r(H)) is of type Fn if and only if H is. Our result in particular confirms a recent conjecture of Aroca and Cumplido. Introduction The family of Thompson’s groups and the many groups in the extended Thompson family have long been studied for their many interesting properties. Thompson’s group F is the first example of a type F∞, torsion-free group with infinite cohomological dimension [BG84] while Thompson’s groups T and V provided the first examples of finitely presented simple groups. More recently the braided and labeled braided Higman–Thompson groups have garnered attention in part due their connections with big mapping class groups. The braided version of Thompson’s group V , which we refer to here as bV , was first intro- duced independently by Brin and Dehornoy [Bri07], [Deh06]. Brady, Burillo, Cleary, and Stein introduced braided F , or bF . The groups bV and bF were shown to be finitely presented in [Bro06] and [BBCS08], respectively, and this was extended to show that both of these groups + + are of type F∞ in [BFM 16].
    [Show full text]
  • K-12 Workforce Development in Transportation Engineering at FIU (2012- Task Order # 005)
    K-12 Workforce Development in Transportation Engineering at FIU (2012- Task Order # 005) 2016 Final Report K-12 Workforce Development in Transportation Engineering at FIU (2012- Task Order # 005) Berrin Tansel, Ph.D., P.E., Florida International University August 2016 1 K-12 Workforce Development in Transportation Engineering at FIU (2012- Task Order # 005) This page is intentionally left blank. i K-12 Workforce Development in Transportation Engineering at FIU (2012- Task Order # 005) U.S. DOT DISCLAIMER The contents of this report reflect the views of the authors, who are responsible for the facts, and the accuracy of the information presented herein. This document is disseminated under the sponsorship of the U.S. Department of Transportation’s University Transportation Centers Program, in the interest of information exchange. The U.S. Government assumes no liability for the contents or use thereof. ACKNOWLEDGEMENT OF SPONSORSHIP This work was sponsored by a grant from the Southeastern Transportation Research, Innovation, Development and Education Center (STRIDE) at the University of Florida. The STRIDE Center is funded through the U.S. Department of Transportation’s University Transportation Centers Program. ii K-12 Workforce Development in Transportation Engineering at FIU (2012- Task Order # 005) TABLE OF CONTENTS ABSTRACT ...................................................................................................................................................... v CHAPTER 1: INTRODUCTION ........................................................................................................................
    [Show full text]
  • Perancangan Game Multiplatform Menggunakan Scirra Construct 2 Dan Html 5
    Simposium Nasional RAPI XIII - 2014 FT UMS ISSN 1412-9612 PERANCANGAN GAME MULTIPLATFORM MENGGUNAKAN SCIRRA CONSTRUCT 2 DAN HTML 5 Anggit Dwi Hartanto1 , Windha Mega Pradnya Dhuhita2 , Alfian Tinangon1 1Jurusan Teknik Informatika STMIK AMIKOM Yogyakarta Jl. Ringroad Utara Depok Sleman Yogyakarta Telp 0274 884201 2 Jurusan Sistem Informasi STMIK AMIKOM Yogyakarta Jl. Ringroad Utara Depok Sleman Yogyakarta Telp 0274 884201 Email: [email protected] Abstrak Saat ini perkembangan teknologi game berkembang sangatlah pesat, terbukti dengan munculnya berbagai macam game engine yang dapat memfasilitasi pengembang untuk mengembangkan suatu game dengan lebih mudah. Makalah ini membahas tentang pengembangan sebuah game multiplatform dengan menggunakan game engine scirra construct2 dan HTML5 . Engine game tersebut digunakan agar pengembang lebih mudah dalam pengelolaan animasi, suara, layout, layer, kamera, kontrol, dan pengelolaan kecerdasan buatan. Game yang dikembangan bergenre casual game yang bertemakan pertempuran bajak laut untuk menemukan harta karun. Game yang dikembangkan merupakan game mutipaltform yang artinya game tersebut dapat berjalan di lebih dari satu platform, yaitu sistem operasi android mobile, sistem operasi desktop antara lain (Ms. Windows, Mac OS, Linux), dan browser yang mendukung HTML5. Salah satu platform yang menjadi fokus pengembangan game ini adalah android yang merupakan platform yang saat ini mempunyai pengguna sangat banyak. Dengan berjalannya game di platform android, pengguna dapat memainkan game ini kapan saja dan dimana saja. Kata kunci: game, html5, scirra construct 2 Pendahuluan Perkembangan teknologi software selalu mengiringi perkembangan teknologi dari masa kemasa, yang mendorong pertumbuhan industri kreatif yang terus meningkat. Terbukti dengan banyaknya engine maupun tools yang diciptakan untuk mempermudah pengembang dalam mengembangkan software dari masa kemasa.
    [Show full text]
  • 2D Multiplayer Game Development Using Unity
    Vol-6 Issue-2 2020 IJARIIE-ISSN(O)-2395-4396 2D MULTIPLAYER GAME DEVELOPMENT USING UNITY Kumaresan G1, Sharath A2, Sheshanth B P3, Somesh A4 1 Assistant Professor, Department of Computer Science and Engineering, SRM Valliammai Engineering College, Tamil Nadu, India 2 UG Student, Department of Computer Science and Engineering, SRM Valliammai Engineering College, Tamil Nadu, India 3 UG Student, Department of Computer Science and Engineering, SRM Valliammai Engineering College, Tamil Nadu, India 4 UG Student, Department of Computer Science and Engineering, SRM Valliammai Engineering College, Tamil Nadu, India ABSTRACT Video games are common these days. The games have been developed for various purposes including entertainment, informational purposes, marketing, and advertising purposes. Game developers are continually developing multi- platform games that can be played on computers, mobile devices like iPads and smartphones and other video game devices. Today, mobile games consume a huge market share within the games industry. Considering that nearly two billion mobile devices are running a Unity-made game, it is probable that quite a large majority of these new companies will be using Unity to develop mobile games. Mobile games are becoming more and more popular and well-received by different types of users around the world. A lot of frameworks that allow developers to create the games in a faster and easier way. The Unity 3D engine is employed by an outsized majority of developers to make games. It owns a forty-five percent market share and is considered one of the biggest development tools today This project involves the approach of creating a 2D mobile game using Unity.
    [Show full text]
  • The Undergraduate Games Corpus: a Dataset for Machine Perception of Interactive Media
    The Thirty-Fifth AAAI Conference on Artificial Intelligence (AAAI-21) The Undergraduate Games Corpus: A Dataset for Machine Perception of Interactive Media Barrett R. Anderson, Adam M. Smith Design Reasoning Lab, University of California Santa Cruz [email protected], [email protected] Abstract of machine perception techniques that directly address the unique features of interactive media. Machine perception research primarily focuses on process- ing static inputs (e.g. images and texts). We are interested This paper contributes a new, annotated corpus of 755 in machine perception of interactive media (such as games, games. We provide full game source code and assets, in apps, and complex web applications) where interactive au- many cases licensed for reuse, that were collected with in- dience choices have long-term implications for the audience formed consent for their use in AI research. In comparison experience. While there is ample research on AI methods for to lab-created game clones intended as AI testbeds, these the task of playing games (often just one game at a time), this games are complete works intended as human experiences, work is difficult to apply to new and in-development games and they represent a range of design polish rather than being or to use for non-playing tasks such as similarity-based re- filtered to only commercially successful games. By offering trieval or authoring assistance. In response, we contribute a games for a variety of platforms (from micro-games in Bitsy corpus of 755 games and structured metadata, spread across and text-oriented stories in Twine to the heavyweight games several platforms (Twine, Bitsy, Construct, and Godot), with full source and assets available and appropriately licensed built in the Godot Engine), we set up future research with a for use and redistribution in research.
    [Show full text]
  • Transaction / Regular Paper Title
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by University of South Wales Research Explorer IEEE TRANSACTIONS ON LEARNING TECHNOLOGIES 1 Design of Large Scale Virtual Equipment for Interactive HIL Control System Labs Yuxin Liang and Guo-Ping Liu, Fellow, IEEE Abstract—This paper presents a method to design high-quality 3D equipment for virtual laboratories. A virtual control laboratory is designed on large-scale educational purpose with merits of saving expenses for universities and can provide more opportunities for students. The proposed laboratory with more than thirty virtual instruments aims at offering students convenient experiment as well as an extensible framework for experiments in a collaborative way. hardware-in-the-loop (HIL) simulations with realistic 3D animations can be an efficient and safe way for verification of control algorithms. Advanced 3D technologies are adopted to achieve convincing performance. In addition, accurate mechanical movements are designed for virtual devices using real-time data from hardware-based simulations. Many virtual devices were created using this method and tested through experiments to show the efficacy. This method is also suitable for other virtual applications. The system has been applied to a creative automatic control experiment course in the Harbin Institute of Technology. The assessment and student surveys show that the system is effective in student’s learning. Index Terms—control systems, 3D equipment design, virtual laboratory, real-time animation, control education, hardware- based simulation —————————— —————————— 1 INTRODUCTION N the learning of control systems, students not only have by static pictures with augmented reality animation in the I to acquire theoretical knowledge, but also the ability to recent work of Chacón et at.
    [Show full text]
  • Localization Tools in General Purpose Game Engines: a Systematic Mapping Study
    Hindawi International Journal of Computer Games Technology Volume 2021, Article ID 9979657, 15 pages https://doi.org/10.1155/2021/9979657 Review Article Localization Tools in General Purpose Game Engines: A Systematic Mapping Study Marcus Toftedahl Division of Game Development, University of Skövde, Skövde, Sweden Correspondence should be addressed to Marcus Toftedahl; [email protected] Received 31 March 2021; Accepted 5 July 2021; Published 23 July 2021 Academic Editor: Cristian A. Rusu Copyright © 2021 Marcus Toftedahl. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. This paper addresses localization from a game development perspective by studying the state of tool support for a localization work in general purpose game engines. Using a systematic mapping study, the most commonly used game engines and their official tool libraries are studied. The results indicate that even though localization tools exists for the game engines included in the study, the visibility, availability, and functionality differ. Localization tools that are user facing, i.e., used to create localization, are scarce while many are tool facing, i.e., used to import localization kits made outside the production pipeline. 1. Introduction tions or specific corporate entities handling functions such as marketing or distribution. This is not always the case with “The world is full of different markets and cultures and, to indie game development, where Pereira and Bernardes [7] maximize profits™[sic], nowadays games are released in sev- note that the structure of indie development is more flexible, eral languages.
    [Show full text]
  • LJMU Research Online
    CORE Metadata, citation and similar papers at core.ac.uk Provided by LJMU Research Online LJMU Research Online Tang, SOT and Hanneghan, M State-of-the-Art Model Driven Game Development: A Survey of Technological Solutions for Game-Based Learning http://researchonline.ljmu.ac.uk/205/ Article Citation (please note it is advisable to refer to the publisher’s version if you intend to cite from this work) Tang, SOT and Hanneghan, M (2011) State-of-the-Art Model Driven Game Development: A Survey of Technological Solutions for Game-Based Learning. Journal of Interactive Learning Research, 22 (4). pp. 551-605. ISSN 1093-023x LJMU has developed LJMU Research Online for users to access the research output of the University more effectively. Copyright © and Moral Rights for the papers on this site are retained by the individual authors and/or other copyright owners. Users may download and/or print one copy of any article(s) in LJMU Research Online to facilitate their private study or for non-commercial research. You may not engage in further distribution of the material or use it for any profit-making activities or any commercial gain. The version presented here may differ from the published version or from the version of the record. Please see the repository URL above for details on accessing the published version and note that access may require a subscription. For more information please contact [email protected] http://researchonline.ljmu.ac.uk/ State of the Art Model Driven Game Development: A Survey of Technological Solutions for Game-Based Learning Stephen Tang* and Martin Hanneghan Liverpool John Moores University, James Parsons Building, Byrom Street, Liverpool, L3 3AF, United Kingdom * Corresponding author.
    [Show full text]
  • Basic Elements and Characteristics of Game Engine
    Global Journal of Computer Sciences: Theory and Research Volume 8, Issue 3, (2018) 126-131 www.gjcs.eu Basic elements and characteristics of game engine Ramiz Salama*, Near East University, Department of Computer Engineering, Nicosia 99138, Cyprus Mohamed ElSayed, Near East University, Department of Computer Engineering, Nicosia 99138, Cyprus Suggested Citation: Salama, R. & ElSayed, M. (2018). Basic elements and characteristics of game engine. Global Journal of Computer Sciences: Theory and Research. 8(3), 126–131. Received from March 11, 2018; revised from July 15, 2018; accepted from November 13, 2018. Selection and peer review under responsibility of Prof. Dr. Dogan Ibrahim, Near East University, Cyprus. ©2018 SciencePark Research, Organization & Counseling. All rights reserved. Abstract Contemporary game engines are invaluable tools for game development. There are many engines available, each of them which excel in certain features. Game Engines is a continuous series that helps us to make and design beautiful games in the simplest and least resource way. Game drives support a wide variety of play platforms that can translate the game into a game that can be played on different platforms such as PlayStation, PC, Xbox, Android, IOS, Nintendo and others. There is a wide range of game engines that suit every programmer and designed to work on Unity Game Engine, Unreal Game Engine and Construct Game Engine. In the research paper, we discuss the basic elements of the game engine and how to make the most useful option among Game Engines depending on your different needs and needs of your game. Keywords: Game engine, game engine element, basics of game engine.
    [Show full text]
  • Screen It - How? Game Maker
    Screen it - How? Game Maker WORKSHOP 9 Al Upton ASISTM Computer Games in Education Schools Cluster Al Upton and the miniLegends www.alupton.wordpress.com contact Al Upton [email protected] GUI A Possible Workshop Approach • Have a play • A quick glance at where we’re heading • Why games? • Shared stories and pedagogies • Create a game • Group discussion and questions for example … • Challenges and observations • Have a play – help yourselves to the resources Have a play • http://alupton.wordpress.com/learning/game-maker/ my Game Maker resources •Go tohttp://tinyurl.com/7lxbx and download Splatter! a 3D maze • Have a play - arrow keys to move, space bar to shoot, F1 to learn more … click 1, 2, 3 or 4 to go to the new level A quick glance at where we’re heading • What are the implications if … •…‘Virtual’ and ‘Real’ worlds were to merge? They already have Active citizens learning in what world? • Learning for what world? • forget Online Learning, e-Learning, m-Learning - dare I say we need to look toward … • In-world Learning (and the skills that support it) • Habbo online NetGuide Web Awards 2005 – Site of the Year • Second Life online • SLurl > Heart murmurs, functioning ecosystems Penn State, Dublin Uni, SL has it’s own campus Welcome to Habbo You can meet, chat, collaborate … … play games … … build the environment, trade and sell items … … and buy stuff with real money to create your own in-world identity. Welcome to Second Life You can meet, chat, collaborate … … play games … … build the environment, trade and sell items … … and buy stuff with real money to create your own in-world identity.
    [Show full text]
  • A Code Generator for Bullet Hell Games MAKU: a CODE GENERATOR for BULLET HELL GAMES
    MAKU: A Code Generator for Bullet Hell Games MAKU: A CODE GENERATOR FOR BULLET HELL GAMES BY NATHAN COLLMAN, B.Sc. a thesis submitted to the department of Computing and Software and the School of Graduate Studies of Mcmaster University in partial fulfilment of the requirements for the degree of Master of Applied Science © Copyright by Nathan Collman, May 2014 All Rights Reserved Master of Applied Science (2014) McMaster University (Software Engineering) Hamilton, Ontario, Canada TITLE: MAKU: A Code Generator for Bullet Hell Games AUTHOR: Nathan Collman B.Sc., (Computer Science) The University of the West Indies (Mona Campus), Kingston, Jamaica W.I. SUPERVISOR: Dr. Jacques Carette NUMBER OF PAGES: xii, 81 ii In loving memory of the Reverend Dr. Sandra Morgan. She was an excellent person. Abstract In each genre of video-game, there are always commonalities that bind different titles to each other. In classifying these similarities, a game can be thought of its base genre- specific features and its further elaborations, to this set of commonalities. Specifying a game in this way allows the developer to focus on these elaborations, while ensuring conformity to preexisting genres and player biases. This thesis describes MAKU as a fully customizable system for generating HTML5 Canvas browser based games belonging to the Bullet Hell genre of video game. It consists of a domain specific language that encapsulates the core features and this functionality of this genre of video game along with an intelligent code generator, that interprets MAKU language game specifications and generates specialized source code. MAKU is equally accessible to domain-novices and domain-experts, and allows for the generation of games with variable sophistication.
    [Show full text]
  • Éléments De Réflexion Autour De La Conception Du Jouet Pour Un Jeu Sérieux Bertrand Marne
    Éléments de réflexion autour de la conception du jouet pour un jeu sérieux Bertrand Marne To cite this version: Bertrand Marne. Éléments de réflexion autour de la conception du jouet pour un jeu sérieux. EIAH’2019 : Environnements Informatiques pour l’Apprentissage Humain, Jun 2019, Paris, France. pp.1-12. halshs-02151806 HAL Id: halshs-02151806 https://halshs.archives-ouvertes.fr/halshs-02151806 Submitted on 10 Jun 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Éléments de réflexion autour de la conception du jouet pour un jeu sérieux Bertrand Marne1 1 ICAR UMR 5191, Université Lumière Lyon 2, France [email protected] Résumé. Les jeux sérieux destinés à l’apprentissage peuvent proposer plus qu’un supplément de motivation aux EIAH. Certains auteurs avancent que ceux fondés sur des jouets en transforment également les aspects pédagogiques. Le jouet est alors défini comme l’artefact « avec » lequel joue plutôt que celui « auquel » on joue. Ce sont les qualités exploratoires et expérimentales suggérées par « avec » que ces auteurs proposent d’exploiter. Dans la perspective de questionner la place du jouet dans un jeu sérieux, nous commençons par interroger leur conception.
    [Show full text]