Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 1.37 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.37 KB

Bombermon

A multiplayer game (Bomberman-like) using Serverless concepts

This 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

game

To create the multiplayer feature, I've used IoT notifications. You can read how it was done here.

The Serverless Framework 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 tutorial.

Sprites from: 1, 2, 3 and 4.