Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 754 Bytes

File metadata and controls

21 lines (13 loc) · 754 Bytes

Basic multiplayer with AWS

  • Uses API Gateway to establish a websocket connection
  • Three Lambda functions that handle match making, game play communication, and disconnections respectively
  • A game session DynamoDb table is used to track the websocket connection ids and game status

Tutorial Video

👋 Let's talk shop 👇

[Discord] https://discord.gg/psjbBDvNBK
[Twitter] https://twitter.com/BatteryAcidDev

Sources