## Game Developer in 90 Minutes #### alebo herným vývojárom rýchlo a ľahko miroslav.binas@tuke.sk / [**Python Days 2019**](https://spsmt.sk/2019/06/10/python-days-3-0/)
## Hráte sa počítačové hry?
![Assassin's Creed](images/assassins.creed.jpg)
![TIS 100](images/tis.100.jpg)
## Naprogramovali ste si vlastnú počítačovú hru?
![Space Invaders](images/banner-space.invaders.jpg) Note: * https://arcademarquee.com/?product=space-invaders-arcade-marquee-26-x-8
![Flappy Bird](images/flappy.bird.jpg) Note: * http://eskipaper.com/flappy-bird-3.html#
[![Kenney.nl](images/kenney-promo.png)](https://kenney.nl/)
[![Pygame logo](images/logo-pygame.png)](https://www.pygame.org/news)
[![SDL logo](images/logo-sdl.png)](https://www.libsdl.org/) Since 1998
![Steam logo](images/logo-steam.jpg)
### Pygame Zero is for creating games without boilerplate.
Note: * https://www.raspberrypi.org/magpi/wp-content/uploads/2015/06/35_PygameZero.jpg
## Installation * Raspberry Pi - builtin * `sudo dnf install pgzero mu` * `pip install pgzero mu-editor`
## Warning! (no best practices provided)
![Game Loop](images/game-loop-simple.png) Note: * http://gameprogrammingpatterns.com/images/game-loop-simple.png
## Project Structure ``` . ├── invaders.py ├── sounds/ │ ├── beep.wav │ └── jingle.wav └── images/ ├── background.png ├── invader.png ├── laser.png └── player.png ```
## 2D Coordinate System ![2D Coordinate System](images/2d.coordinate.system.png)
![Actor](images/invader.png)
## Pygame Handles ![Pygame Handles](images/handles.png)
## Collisioin Detection
![Collisions](images/collisions.png) Note: * https://treadgaming.blogspot.com/2016/06/video-game-physics-tutorial-part-ii.html
## Questions?
## What's Next?
![qr code](https://api.qrserver.com/v1/create-qr-code/?data=http://bit.ly/2IWGAIR&size=300x300) (**http://bit.ly/2IWGAIR**)