Skip to content
Open navbar menu
Sign UpLog In
ShadowBaby22

Siddiculous

@ShadowBaby22
  • MAT-1- 2 Player Turn Based Console Game-UPDATED

    Cover page
    Made with C++

    My attempt at creating a console-turned based game implementing OOP principles!

    Recent comments (1)
    ShadowBaby22
    ShadowBaby22
    6 months ago

    Edited a game breaking loop

ShadowBaby22
ShadowBaby22
published an Update
6 months ago
0
MAT-1- 2 Player Turn Based Console Game-UPDATED
MAT-1- 2 Player Turn Based Console Game-UPDATEDMy attempt at creating a console-turned based game implementing OOP principles!
Attempt 2
Edited a game breaking loop
#games
#cpp
#learning
ShadowBaby22
ShadowBaby22
published a Repl
10 months ago
0
MAT-1- 2 Player Turn Based Console Game-UPDATED
MAT-1- 2 Player Turn Based Console Game-UPDATEDMy attempt at creating a console-turned based game implementing OOP principles!
ShadowBaby22
ShadowBaby22
Edited a game breaking loop 6 months ago
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
MemoryLeak
MemoryLeakusing new and delete to avoid memory leak
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
SmartPointer
SmartPointerUse of smart pointers, custom constructors, inheritance, and OOPs concepts
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
GenericClass
GenericClassUses a Generic class to utilize a template's functionality to print different kind of messages.
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
1
GenericsInCPP
GenericsInCPPCreating a Generic Function in CPP and adding 2 numbers
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
Ch6_A04
Ch6_A04How to set up an abstract class in CPP and how to Use it
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
InterfaceinCPP
InterfaceinCPPUse of Interface
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
Abstract Class
Abstract ClassUse case and understanding of Abstract class
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
Virtual Function
Virtual FunctionUse of Virtual Function
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
Chap5_A4_ConstructorInheritance
Chap5_A4_ConstructorInheritanceConstructor Inheritance
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
Chap5_A3
Chap5_A3Destructor Basics
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
Chap5_A2
Chap5_A2Use of Parametrized Constructor
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
Chap5_A1
Chap5_A1Default Constructor Use
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
Ch 4_A3_Pointers
Ch 4_A3_PointersAccessing Objects through pointers
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
Ch 4_A2_Pointers
Ch 4_A2_PointersMore Pointers
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
Pointers
PointersBasic use of pointers
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
TypeCasting_TernaryOperator
TypeCasting_TernaryOperatorTypeCasting and TernaryOperator Use in CPP
ShadowBaby22
ShadowBaby22
published a Repl
1 year ago
0
SwitchCaseExample
SwitchCaseExampleSelf Explanatory