Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.5 KB

readme.md

File metadata and controls

51 lines (42 loc) · 1.5 KB

AI-Powered Trading Card Game

Overview

Welcome to our unique AI-powered trading card game, where every card is a one-of-a-kind creation! In this game, players collect and use cards that are uniquely generated for them, with artwork created by the ChatGPT API. This ensures a fresh and personalized experience for every player.

Features

  • Unique Card Generation: Each card in the game is generated uniquely for each user, ensuring no two cards are the same.
  • AI-Generated Artwork: The artwork for each card is created using the ChatGPT API, offering a wide range of creative and diverse visuals.
  • Interactive Gameplay: Engage in battles, trade cards, and build your unique deck to compete against others.

Getting Started

Prerequisites

  • Node.js
  • Go (Golang)

Setting Up the Project

  1. Clone the Repository

    git clone https://github.com/n0remac/Cards.git
    cd Cards
  2. Set Up the Frontend (React)

    • Navigate to the frontend directory:
      cd frontend
    • Install dependencies:
      npm install
    • Start the React development server:
      npm start
  3. Set Up the Backend (Go)

    • Ensure you are in the project's root directory.
    • Install Go dependencies:
      go mod tidy
    • Run the Go server:
      go run main.go
  4. Access the Game

    • Open your browser and navigate to http://localhost:3000 (or the port specified for your React app).