Skip to content

Adventure-Cards/game-client

Repository files navigation

Adventure Cards Game Client

Link to app ->

Start Here

What is Adventure Cards?
  • Adventure Cards started as an NFT project inspired by Loot and Magic: The Gathering. Each original Adventure Cards deck includes 45 procedurally-generated card titles. Since launch, a community of builders has begun developing a full-fledged trading card game with mechanics similar to Hearthstone or MTG.
  • The original Adventure Cards website -> https://0xadventures.com/
How do I purchase a deck?

You can purchase a deck on OpenSea -> https://opensea.io/collection/adventure-cards

Where can I play this game?
How can I contribute to the development of the game?
  1. Playtesting
  2. Game development
  3. UI/UX design
  4. Contract development
  5. Art

Contributing to this repository

  1. Clone the repository
git clone https://github.com/Adventure-Cards/game-client.git && cd game-client
  1. Copy sample.env -> .env
cp sample.env .env
  1. Start the nextjs development server
yarn dev
  1. (optional) Clone and start the game server

Overview

The game client is a Next.js app that makes use of tailwindcss, redux-toolkit, and socket.io-client. Please take a look at the open issues, or reach out on discord if you can't find a good place to start.