ma1w4re

joined 8 months ago
[โ€“] ma1w4re@lemm.ee 2 points 14 hours ago

It is simpler than my faulty memory remembers, time to learn python again ๐Ÿ˜

[โ€“] ma1w4re@lemm.ee 14 points 21 hours ago

I love the kind of a woman that would actually just kill me

[โ€“] ma1w4re@lemm.ee 3 points 22 hours ago* (last edited 21 hours ago) (2 children)

Inheritance established "is a" relationship between classes.

class Turtle;  
class TigerTurtle is a Turtle (but better);  
class BossTurtle is a Turtle (but better);  

Underlying classes hold an inner object to the super class, everything from Turtle will be in TigerTurtle and BossTurtle.

In some languages that is configurable with public, private, protected keywords.

Relatedly, there's also composition, which establishes a "has a" relationship:

class TurtleTail;
class Turtle:
  var tail: TurtleTail; (has a tail);

Since Turtle is NOT a tail, but a whole animal, turtle should not inherit TurtleTail. But it HAS a tail, thus we add turtle tail as a property.

[โ€“] ma1w4re@lemm.ee 12 points 22 hours ago (1 children)

ngl RAX actually sounds cool and is memorable ๐Ÿฅบ

[โ€“] ma1w4re@lemm.ee 6 points 3 days ago

Being of certain race or nationality

[โ€“] ma1w4re@lemm.ee 2 points 4 days ago

If It doesn't render correctly on your end, prompt is just emojis.

[โ€“] ma1w4re@lemm.ee 166 points 5 days ago (13 children)

-40F ๐Ÿค -40C

[โ€“] ma1w4re@lemm.ee 4 points 5 days ago

Eyes of the world in my ass

[โ€“] ma1w4re@lemm.ee 11 points 1 week ago

Thank you ๐Ÿฅบ

[โ€“] ma1w4re@lemm.ee 3 points 1 week ago (1 children)

Same error for me

[โ€“] ma1w4re@lemm.ee 1 points 1 week ago

Cool retro term I guess

[โ€“] ma1w4re@lemm.ee 7 points 1 week ago

Add a rolling (dodging) mechanic, even if it's not a fighting game.

view more: next โ€บ