This shows you the differences between two versions of the page.
pm:prj2023:avaduva:dinogame [2023/05/06 19:16] teo_antonio.economu [Introducere] |
pm:prj2023:avaduva:dinogame [2023/05/06 20:34] (current) teo_antonio.economu [Hardware Design] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Dino Game ==== | + | ==== Dino Game ==== |
--------------------------------- | --------------------------------- | ||
- | Autor: Economu Teo-Antonio | + | Author: Economu Teo-Antonio |
- | ===== Introducere ===== | + | ===== Introduction ===== |
- | This project represents a implementation of the game developed by Google for the browser Google Chrome. In this game the character is the the Lonely Trex whose mission is to jump between the blocks. | + | This project represents a implementation of the game developed by Google for the browser Google Chrome. In this game the character is the the Lonely Trex whose mission is to dodge the obstacles. |
+ | **How the game works** | ||
- | ===== Descriere generală ===== | + | When we start the game we are notified that the game has began by the clasic starting sound. By pressing the button, the map is revealed. |
+ | The lonely Trex is consantly moving through the map and when we press the button he is jumping, trying to dodge the obstacles. | ||
+ | The goal is to dodge as many obstacles as you can and try to get the best score. | ||
+ | |||
+ | |||
+ | ===== General description ===== | ||
+ | {{:pm:prj2023:avaduva:economu_teo2.png?200|}} | ||
- | <note tip> | ||
- | O schemă bloc cu toate modulele proiectului vostru, atât software cât şi hardware însoţită de o descriere a acestora precum şi a modului în care interacţionează. | ||
- | Exemplu de schemă bloc: http://www.robs-projects.com/mp3proj/newplayer.html | ||
- | </note> | ||
===== Hardware Design ===== | ===== Hardware Design ===== | ||
- | <note tip> | + | The components used in the project: |
- | Aici puneţi tot ce ţine de hardware design: | + | |
- | * listă de piese | + | |
- | * scheme electrice (se pot lua şi de pe Internet şi din datasheet-uri, e.g. http://www.captain.at/electronic-atmega16-mmc-schematic.png) | + | |
- | * diagrame de semnal | + | |
- | * rezultatele simulării | + | |
- | </note> | + | |
+ | - 1 x Arduino | ||
+ | - 1 x LDC I2C | ||
+ | - 2 x Push button | ||
+ | - 1 x Piezo | ||
+ | - 1 x Resistance 100 | ||
+ | - 3 x Resistance 220 | ||
+ | - 2 x LED | ||
+ | - 1 x Breadboard | ||
===== Software Design ===== | ===== Software Design ===== | ||