• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics in ~games with the tag "development.game". Back to normal view / Search all groups
    1. Take-Two publishes WARN notice about seventy layoffs and studio closure in Seattle, possibly affecting Kerbal Space Program 2 developers Intercept Games

      Take-Two posted a legally-required notice that it is laying off 70 workers and closing a studio in Seattle. This is part of mass layoffs announced across Take-Two. This has also been mentioned by...

      Take-Two posted a legally-required notice that it is laying off 70 workers and closing a studio in Seattle. This is part of mass layoffs announced across Take-Two. This has also been mentioned by Games Industry.biz, although without much more details than what I have here (at time of writing).

      The only Take-Two studio in Seattle is Intercept Games, who have been making Kerbal Space Program 2. We also know that Intercept had about 65-70 people working there (half of which were on KSP2, half of which were on an unannounced project).

      Various KSP2 devs have also posted on social media that they have been impacted by layoffs (not sure about the rules re: linking social media profiles, so I'll hold off).

      We may or may not have more news in the coming days. It's hard times in the industry right now, and my heart goes out for everyone affected.

      EDIT: From Game Developer:

      When approached for comment by Game Developer, Take-Two wouldn't confirm whether Intercept Games has been impacted by the cuts–despite multiple Kerbal Space Program developers indicating they recently left the studio, with one expressly stating they were "laid off." A company spokesperson did, however, explain that its Private Division publishing label will continue to support Kerbal Space Program 2.

      ...

      When pushed again on the current status of Intercept Games, Take-Two told Game Developer it has "nothing further to note."

      31 votes
    2. Anyone here playing / participating GMTK Game Jam?

      I thought it'd be fun to have our own recommendation list before the final results are announced. Here's the link to the theme announcement video (the theme is "Role Reversed") and link to the...

      I thought it'd be fun to have our own recommendation list before the final results are announced.

      Here's the link to the theme announcement video (the theme is "Role Reversed") and link to the itch.io page where you can find all the entries. The default sort is 'random' but you can also change to other Sort if you just want to quickly check out some more notable examples. Also select 'Play in browser' in 'Platform' if you're worried about having to download files.

      If you participated in the jam, let us know too!

      Edit: since the mountain of entries is enormous, I'm thinking a way to narrow the scope and reduce choice paralysis is this: try out 3 entries that caught your interest for whatever reason, and tell us which one among them you like most (you can recommend all of them, or try out more if you're up for it). Feel free to be as loose or selective in your recommendation as you want.

      15 votes
    3. Any experience with making a board game?

      My friend and I embarked upon a journey over the past few months to create a tabletop board game. The interesting part is that we were motivated by the emergence of generative AI and the...

      My friend and I embarked upon a journey over the past few months to create a tabletop board game. The interesting part is that we were motivated by the emergence of generative AI and the capabilities it had in rapid prototyping concepts. On a whim we said, let's see how far we can push making a board game. We pushed Midjourney, ChatGPT, and a variety of creative tools to help build the foundation for our game. We both have design chops and are into diy, creative design, and 3d printing, and technology to help get this thing past the finish line.

      We are now at the point were after many iterative sessions, we have a functional and fun to play game! Our intention is to give it away as a free downloadable that folks can 3d print and paper print all the parts so they can play too! Huzzah! We are balancing the rules and creating the instructions which is not something we are relying on AI aside sticking to the theme. We are in search of inspirato on what makes gameplay fun for folks today.

      Question What are the most fun, exciting, or challenging aspects of any tabletop or board games you play? What keeps you engaged?

      EDIT
      I didn't give many specifics on the game itself, and figured it might help. Remember we used AI to come up with this storyline. The prompt was to write a story for a "Sci-fi Christmas Horror" board game...

      The basic premise is that you are attending a party at the North pole celebrating the research of Dr. Frost on ancient Christmas magic. Predictably things go bad, and you have to find your way out before it's too late and you are killed by a troop of Christmas themed monsters.

      The games objective is to work together to escape the facility by collecting sleigh parts, fighting monsters, navigating a maze in dark hallways, and visiting special rooms to solve puzzles. It's all kinds of ridiculous but fun it its own way.

      12 votes
    4. Any Bevy (the Rust game engine) users here?

      Bevy just released their version 0.11, so I figured it would be a nice opportunity to ask the Tildes gamedevs if they were using it :) Bevy is a rust game engine - more like a set of libraries...

      Bevy just released their version 0.11, so I figured it would be a nice opportunity to ask the Tildes gamedevs if they were using it :)

      Bevy is a rust game engine - more like a set of libraries actually - that's been gaining popularity the last few years. It has become the de facto toolset if you want to make a game in rust. It is very opinionated towards Entity-Component-System (ECS), and uses the pattern to facilitate parallelism and multi-threading.

      Personally, I'm using the bevy-ecs lib (not the whole engine) to write a roguelike and hone my skills in rust. I enjoy it but it's not really beginner-friendly. The official docs are lacking, and you'll have to dig in the auto-generated api docs to make the most out of it. However, I appreciate that each release not only brings new features, but also refines existing ones. The engine is getting better - not only bigger - release after release.

      16 votes