2019-09-17 15:43:40 +02:00
|
|
|
# Shoot them up project
|
|
|
|
|
|
|
|
This project is part of a course on Game Programming and Game Engines, by Guillaume Bouyer.
|
|
|
|
|
|
|
|
The goal is to make a small "Shoot them up" style game from scratch in Unity and learn best practices and optimizations in the process.
|
|
|
|
|
|
|
|
## Structure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## TODOs
|
|
|
|
|
2019-09-19 15:25:10 +02:00
|
|
|
- [ ] Abstract class for controllers (Input, AI, ...)
|
|
|
|
- [ ] Menu
|
|
|
|
- [ ] Scoring system
|
|
|
|
- [ ] Animations (As if I would ever have time)
|
2019-09-17 15:43:40 +02:00
|
|
|
|
|
|
|
## Links
|
|
|
|
|
|
|
|
[Find the course here](http://web4.ensiie.fr/~bouyer/jin.html)
|