Recent content by argonaut05

Recommended Videos
  1. A

    Game Design Sketchbook: Police Brutality

    This game looks like an interesting commentary on the subject of police abuse. I too have thought about making a game on the subject, but more from the angle of resource management on the police side. A few years ago, I was the victim of what I like to call "bored police syndrome". I was...
  2. A

    Does anyone here know c++?

    I have to disagree with a lot of this, or at most give you that you are splitting some fine hairs. I can't argue that class prototyping takes some getting used to, but most programming languages have some quirk that takes awhile to grok (for me it was indentation in Python). There is...
  3. A

    Does anyone here know c++?

    This isn't meant as a flame, just clearing up some things. Javascript is actually a pretty versatile language that includes many OOP concepts like encapsulation, polymorphism, inheritance, etc. Objects can have private, public and protected members and methods just like any other OO language...