diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ffa4ea --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# Nazwa Projektu +Projekt z grafiki komputerowej - Interstellar Odyssey + + +## Opis +Interaktywny symulator loty kosmicznego 3D. Celem naszej gry jest zwiedzanie rożnych układów słonecznych. +Pokonywanie jak największej ilości wrogów i utrzymywanie się przy życiu za pomocą dostępnych itemków do zebrania. + + +## Funkcje i możliwości +-Physically Based Rendering z mapą normalnych : +![normal_map](images/normal_map.png) + +-Sprite Rendering razem z techniką bilboardingu: +![sprite_rendering](images/sprite.png) + +- Particle Generator: +![Turbo](images/turbo.png) + +- Skybox/Tworzenie wielu galaktyk: +![galaktyki](images/galaktyki.png) + +- Strzelanie +![strzelanie](images/strzelanie.png) + +- Pas asteroid +![pas_asteroid](images/asteroidy.png) + +- Otrzymywanie i zadawanie obrażeń +![sprite_dmg](images/sprite_dmg.png) + +- Możliwości uzupełnienia turbo i życia przez zbieranie itemków +![hp](images/hp.png) + +oraz dynamiczne poruszanie się statku podczas skrętów, lotów w górę i w dół oraz na ukos + + +## Skład zespołu +Sprite Rendering +- Mateusz Kantorski +- Paweł Felcyn +- Wojciech Goralewski + diff --git a/images/asteroidy.png b/images/asteroidy.png new file mode 100644 index 0000000..56dbb49 Binary files /dev/null and b/images/asteroidy.png differ diff --git a/images/galaktyki.png b/images/galaktyki.png new file mode 100644 index 0000000..b912be6 Binary files /dev/null and b/images/galaktyki.png differ diff --git a/images/hp.png b/images/hp.png new file mode 100644 index 0000000..f596866 Binary files /dev/null and b/images/hp.png differ diff --git a/images/normal_map.png b/images/normal_map.png new file mode 100644 index 0000000..38ada17 Binary files /dev/null and b/images/normal_map.png differ diff --git a/images/sprite.png b/images/sprite.png new file mode 100644 index 0000000..edfc78c Binary files /dev/null and b/images/sprite.png differ diff --git a/images/sprite_dmg.png b/images/sprite_dmg.png new file mode 100644 index 0000000..feb6d8f Binary files /dev/null and b/images/sprite_dmg.png differ diff --git a/images/strzelanie.png b/images/strzelanie.png new file mode 100644 index 0000000..43c328f Binary files /dev/null and b/images/strzelanie.png differ diff --git a/images/turbo.png b/images/turbo.png new file mode 100644 index 0000000..00d6a7d Binary files /dev/null and b/images/turbo.png differ