Skip to content

Guirdo/cadaver-exquisito

Repository files navigation

Cadaver exquisito

skull wine

Le cadavre - exquis - boira - le vin - nouveau

Table of contents

Description

Cadaver exquisito is the web version of this wordplay created by surrealist artists in the 20th century.

Your friends and you can write a poem or story together, but you just can see the message of the previous turn. You will see the result until the end of the game.

Getting Started

Prerequisites

  • Node 16.xx or higher
  • npm 9.xx or higher
  • A database in supabase and its API keys

Installation

  1. Clone this repository
git clone https://github.com/Guirdo/cadaver-exquisito.git
  1. Go the folder of the project and install the dependencies
cd cadaver-exquisito
npm install
  1. Don't forget to add the .env with the following variables
VITE_SUPABASE_URL=<supabase-url>
VITE_SUPABASE_ANON_KEY=<supabse-anon-key>
VITE_ROOMS_TABLE=<supabase-rooms-table>
VITE_PUBLIC_ROOMS_TABLE=<supabase-public-rooms-table>
  1. Now you can run the app
npm run dev

Roadmap

  • Add more modes of playing
  • Improve the UI
  • Add more artwork

Author

  • Seb Méndez - Cadaver exquisito - Guirdo

Contributing

  1. Post an issue an explain your proposal
  2. I'm going to check it and give feedback
  3. If you want or could, you can fork this repo and start to work on the code.
  4. Then post a pull request mentioning the issue
  5. Wait for feedback and change requests