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?
- Playtesting is currently live -> https://0xadventure.cards/playtest
- Please note that the game is unstable and under active development
How can I contribute to the development of the game?
- Playtesting
- Game development
- UI/UX design
- Contract development
- Art
- Clone the repository
git clone https://github.com/Adventure-Cards/game-client.git && cd game-client
- Copy
sample.env
->.env
cp sample.env .env
- Start the nextjs development server
yarn dev
- (optional) Clone and start the game server
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.