28

I had to create a c++ dungeon 2d game as University project.
The spec said "a terminal game made with char"
I and my team made a real game with anemies boss, and balanced stat in 15 days with Qt (we asked if can use external libraries)
We got 6/8 point for the project cuz we forgot to put protected/private the attribute of the player...

Comments
  • 13
    I can't help thinking that's what happens when you try to showboat. Before going all out and trying to make yours the "best" you gotta make sure you cover the basics, security, requirements, etc.
  • 0
    Protected, private only affects accesibility only for other lib. It dosent matter when you use cheat engine on example, so those things are just for dev convinience.
  • 1
    @Gregozor2121 so? "dev convenience" is really important.
Add Comment