Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.26 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.26 KB

Munchkin App

Alt text Alt text Alt text Alt text

Motivation

There are already many applications for the Munchkin board game, but there is something that bothers me about these solutions, I have to keep asking my power and level all the time as well as that of other players, because for that I created this project whose main characteristic this app that any another application don't have, the possibility share game information with other players in realtime using websocket.

Stacks

  • React Native
  • Expo
  • Typescript
  • Styled Component
  • WebSocket
  • Elixir (backend)
  • Phoenix (backend)
  • Channels (backend)

Versions

  • v1

    • Show and edit level and strength of all players
  • v2

    • Shared information of all players using realtime with websocket
  • v3

    • Refactoring code and add tests
  • v4 (current)

    • Improve realtime
      • use GenStage in backend to maintain the socket state
      • Add support to rooms

First version of the app finished

Next steps