All Projects → diegozanon → Bombermon

diegozanon / Bombermon

Licence: mit
A multiplayer game (Bomberman-like) using Serverless concepts

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bombermon

Serverless Notifications
Serverless Service for Serverless Notifications (AWS IoT)
Stars: ✭ 124 (+106.67%)
Mutual labels:  serverless, aws-iot
Serverless Chat
A serverless web chat built using AWS Lambda, AWS IoT (for WebSockets) and Amazon DynamoDB
Stars: ✭ 99 (+65%)
Mutual labels:  serverless, aws-iot
Bootcamp 2021
Fusing Serverless Cloud Computing, Infrastructure as Code, Graph Databases, AI, and IoT Technologies and preparing for Operation Unicorn Startups
Stars: ✭ 55 (-8.33%)
Mutual labels:  serverless, aws-iot
Awesome Aws Workshops
(Unofficial) curated list of awesome workshops found around in the internet. As we all have been there, finding that workshop that you have just attended shouldn't be hard. The idea is to provide an easy central repository, in a collaborative way.
Stars: ✭ 302 (+403.33%)
Mutual labels:  serverless, aws-iot
Alagarr
🦍 Alagarr is a request-response helper library that removes the boilerplate from your Node.js (AWS Lambda) serverless functions and helps make your code portable.
Stars: ✭ 58 (-3.33%)
Mutual labels:  serverless
Differer
differer finds how URLs are parsed by different languages in order to help bug hunters break filters
Stars: ✭ 56 (-6.67%)
Mutual labels:  serverless
Examples
Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
Stars: ✭ 1,085 (+1708.33%)
Mutual labels:  serverless
Frontendmasters Serverless
Source code for the Serverless workshop on Frontend Masters.
Stars: ✭ 54 (-10%)
Mutual labels:  serverless
Faas Containerd
containerd and CNI provider for OpenFaaS
Stars: ✭ 60 (+0%)
Mutual labels:  serverless
Community Cluster
OpenFaaS Cloud Cluster for Community
Stars: ✭ 59 (-1.67%)
Mutual labels:  serverless
Building A Serverless Rest Api With Nodejs
A quick and easy guide of how to hook up a single Serverless service with basic MongoDB connection and CRUD interaction.
Stars: ✭ 57 (-5%)
Mutual labels:  serverless
Hexa
Hexa: The ultimate companion for Azure. Setup and deploy in seconds
Stars: ✭ 56 (-6.67%)
Mutual labels:  serverless
Pulumi
Pulumi - Developer-First Infrastructure as Code. Your Cloud, Your Language, Your Way 🚀
Stars: ✭ 10,887 (+18045%)
Mutual labels:  serverless
Performance Dashboard On Aws
A simple cost-effective web application to build and publish dashboards.
Stars: ✭ 56 (-6.67%)
Mutual labels:  serverless
Serverless Reqvalidator Plugin
Serverless plugin to attach AWS API Gateway Basic Request Validation https://rafpe.ninja/2017/12/18/serverless-own-plugin-to-attach-aws-api-gateway-basic-request-validation/
Stars: ✭ 59 (-1.67%)
Mutual labels:  serverless
Openfaas On Digitalocean
Ansible playbook to create a Digital Ocean droplet and deploy OpenFaaS onto it.
Stars: ✭ 57 (-5%)
Mutual labels:  serverless
Up
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Stars: ✭ 8,439 (+13965%)
Mutual labels:  serverless
Yinyue
🏖Version Of Progressive Web App ( Serverless )
Stars: ✭ 57 (-5%)
Mutual labels:  serverless
Haveibeenpwned Zxcvbn Lambda Api
Deploy your own secure API to estimate password strength and check haveibeenpwned for known matches - HTTPS by force, server not required, fire and brimstone sold separately 🔥
Stars: ✭ 57 (-5%)
Mutual labels:  serverless
Checkout Netlify Serverless
Sell products on the Jamstack with Netlify Functions and Stripe Checkout!
Stars: ✭ 58 (-3.33%)
Mutual labels:  serverless

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].