Skip Navigation

Gamedev is Easy

Transcript

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

game.Release();
34

You're viewing a single thread.

34 comments
You've viewed 34 comments.