Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 1.28 KB

PITCHME.md

File metadata and controls

62 lines (49 loc) · 1.28 KB
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 2 column 1
---
<!-- .slide: class="center" -->
@title[Kotlin]

### Final project
#### Online bomberman game 


---

@title[Credits]

Credits:

  • Backend — Vitaly Makeev
  • Frontend — Artur Zamaliutdinov
  • Web — Maxim Krasilnikov

@title[Architecture overview]

Architecture overview

exception


@title[Architecture overview]

exception


@title[Game Server] Game Server is a separate application that do in cycle: 0. gets input from multiple clients 0. play game mechanics 0. send game state to clients (replica)


@title[Features]

Features:

  • Matches for 1, 2 and 4 people
  • List of current players on the right
  • Login screen
  • Background music and sounds
  • Smooth corner collision
  • 4 types of bonuses
  • Victory and lose animations

@title[Delpoyment]

Both servers were deployed in google cloud services http://35.228.192.148:8080


@title[Git]

GitHub Repository

https://github.com/mirmashel/bomberman/


@title[Thank you for your attention] Thank you for your attention!