BeginnerRudy / SWEN20003-OOSD-Shadow-Leap

Shadow Leap is a game project for the subject SWEN20003 Objected Oriented Software Development in 2018 semester 2.
0 stars 0 forks source link

Copy constructor #1

Closed BeginnerRudy closed 6 years ago

BeginnerRudy commented 6 years ago

When I am updating the player.move(). I did not use a copy constructor, this leads to a privacy leak. And cause my program does not work as my expected.