Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICS0017 Project

Description

Simple, CLI-only implementation of blackjack in C++

Features

  • Core game mechanics
  • Basic funds management
  • User data storage through save files

Repository structure

.
├── docs       # Documentation
├── src        # Source files
├── .gitignore
└── README.md

How to build and run

cmake -B build
cmake --build build

Executable will be found in the build/ subdirectory under the name of ics0017(or ics0017.exe on Windows environments)

TODO

  • Funds
  • [~] Dynamic Memory
  • Saving
  • Operator Overloading
    • Move Operator
    • ostream Operator

About

Repository for project required in ICS0017

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages