# NOVA **Repository Path**: leeking-leo/nova ## Basic Information - **Project Name**: NOVA - **Description**: card game project - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-07 - **Last Updated**: 2026-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NOVA #### MAIN EDITORS 1.Leeking-----2024904087 2.Peter-----2024900800 3.Ronaldo-----2024903387 4.Sky-----2024903710 #### Description 🎮CARD GAME PROJECT🎮 🎲________BLACKJACK________🎲 1.Core classes(card,deck...) 2.Game logic 3.Clear interface #### Software Architecture project/ Card.hh/cpp Deck.hh/cpp Hand.hh/cpp main.cpp CMakeLists.txt Game.hh/cpp #### Contribution 1.Leeking-----card.hh AND card.cpp 2.Peter-----Deck.hh AND Deck.cpp 3.Ronaldo-----Game.hh AND Game.cpp AND main.cpp AND CMakeLists.txt 4.Sky-----Hand.hh AND Hand.cpp IF your code cannot run it is the problem of compile do not be worry you just need to open your terminal and enter these: 1.cd nova 2.g++ -Wall -Wextra -g -std=c++17 main.cpp card.cpp deck.cpp game.cpp hand.cpp -o output/main.exe 3..\output\main.exe Then it will be OK