Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegozanon/bombermon
A multiplayer game (Bomberman-like) using Serverless concepts
https://github.com/diegozanon/bombermon
aws-iot multiplayer-game serverless
Last synced: about 2 months ago
JSON representation
A multiplayer game (Bomberman-like) using Serverless concepts
- Host: GitHub
- URL: https://github.com/diegozanon/bombermon
- Owner: diegozanon
- License: mit
- Created: 2016-10-23T19:18:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T11:10:14.000Z (about 2 years ago)
- Last Synced: 2023-03-02T09:25:38.292Z (almost 2 years ago)
- Topics: aws-iot, multiplayer-game, serverless
- Language: JavaScript
- Size: 1.07 MB
- Stars: 67
- Watchers: 4
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bombermon
A multiplayer game (Bomberman-like) using Serverless conceptsThis project was created to validate if it is possible to develop a multiplayer game using only serverless services.
You can try it using your desktop and your phone.
Demo: [bombermon.zanon.dev](http://bombermon.zanon.dev)
To create the multiplayer feature, I've used IoT notifications. You can read how it was done [here](https://web.archive.org/web/20200930220520/https://zanon.io/posts/serverless-notifications-on-aws).
The [Serverless Framework](https://serverless.com) was used to manage Lambda functions that handle the avatar selection and IoT keys.
If you want to host this game in your AWS account, you need to execute the **index.js** file that is inside the **initializer** folder to create the SimpleDB domain and the IoT role.
## Credits
The Bomberman code was adapted from [this](https://phaser.io/news/2015/11/bomberman-tutorial-part1) tutorial.
Sprites from: [1](http://wesleyfg.deviantart.com/art/Hoenn-People-OW-in-BW-style-274475232), [2](http://chaoticcherrycake.deviantart.com/art/Pokemon-Tileset-From-Public-Tiles-358379026), [3](https://www.pinterest.com/pin/474566879457682866/) and [4](https://www.spriters-resource.com/resources/sheets/36/39327.png).