JPDev

joined 1 year ago
 
 

Setting the switch to active is how you opt out of cookies, who knows what reject all will do

 
 
 
 
 
 
0
Gamedev is Easy (programming.dev)
submitted 7 months ago* (last edited 7 months ago) by JPDev@programming.dev to c/programmer_humor@programming.dev
 

Transcript

var game = new Game()
  .EnableMultiplayer()
  .EnableSpatialAudio()
  .SetPerformance(Game.Performance.HIGH)
  .ForEachBug(Bug::AutoFix)
  .GetWishlists(7000);

game.Release();
 
view more: ‹ prev next ›