Skip to content

still work in progress... like most of my projects

Notifications You must be signed in to change notification settings

JasperStritzke/monogoly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Monogoly

A PayPal like application to play monopoly without the paper cash.
View Demo · Report Bug · Request Feature


About the project


Built with

Vue

TailwindCSS

Vite

Golang

Docker


Routes

POST /api/game/create

{
  "currency": "USD",
  "amountGo": 200,
  "initialBalance": 2000,
  "password": "1234"
}
{
  "id": "4839",
  "password": "1234"
}

POST /api/game/join

{
  "id": "4839",
  "password": "1234",
  "name": "Thor Odinson"
}
{
  "currency": "USD",
  "players": [
    {
      "id": 1,
      "name": "Tony Stark",
      "balance": 1500,
      "host": true
    },
    {
      "id": 2,
      "name": "Peter Parker",
      "balance": 2500
    }
  ],
  "you": {
    "id": 3,
    "name": "Thor Odinson",
    "balance": 2000
  }
}

About

still work in progress... like most of my projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published