July, 2019

article thumbnail

Creating the Perfect Board Game Scoring System (Tasty Humans Pt. 2)

Brand Game Development

Creating a great scoring system in a board game can be a difficult process. Once you craft the basic concepts of your game and find the right mechanics to express them , you have to set rules. Scoring rules are among the most important, particularly in euro games. So how do you do it? How do you make an arbitrary point system feel fluid and connected to the underlying ideas in your game?

Tile 130
article thumbnail

Update on future space epic & my Gamedev journey

Half Geek

Just a short blog to update those who have enjoyed my games in the past, that my new project is coming along well. I’ve been working on a random universe generator, similar to Endless Space, for each new game all the stars, planets and moons are randomized. It works well, my next stage is to create local economies, and corporations zones of control and orbital industries.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Meet the community at GodotCon Pozna? 2019

Mircosoft Game Dev

We organize two Godot community events in the week leading to the Game Industry Conference (GIC) in Poznań, Poland: a new Godot Sprint for engine contributors on October 14 & 15, 2019 and a GodotCon for all users on October 16 & 17, 2019. All GodotCon attendees are also encouraged to stay for the rest of the week (October 17 to October 20) for the actual Game Industry Conference, where our lead developer Juan Linietsky ( reduz ) will be a speaker, as well as the Poznań Game Arena (PGA) i

Engine 52
article thumbnail

FU Dropbox

Grumpy Gamer

Dropbox used to be a perfect service. I happily paid them money every month. They silently synced files across all my machines (and with friends) with 99.999999999999% accuracy. Good job Dropbox. Then. Dropbox decided they needed there own app (for reason that I still have yet to figure out). Now at random time this stupid dropbox app shows up in my doc and I see no way to turn it off.

AI 52
Join the IGDA Community
article thumbnail

Scratch To Unity: Operators

The Liquid Fire

This post provides a handy reference guide to go from Scratch’s “Operators” category of code blocks to C# with Unity. Code Blocks. Click on the picture of any of these Scratch code blocks to see how to write similar code statements in C#. int score = 5 + 6; // 11 int age = score + 1; // 12 int total = score + age; // 23 score += 1; // 12 score++; // 13. int score = 10 - 5; // 5 int age = score - 1; // 4 int total = score - age; // 1 score -= 1; // 4 score--; // 3. int score = 3

Code 40
article thumbnail

Fantasy Strike's Features

Sirlin

Fantasy Strike is available now on Nintendo Switch , PlayStation 4 , and Steam (Windows / Mac / Linux). There are several notable features and innovative things about the game, so I’ll summarize them here. Innovation can come in many different flavors. Sometimes it’s pushing forward design in a new way, or usability, or technology, or even in introducing features or ways of doing things from one genre and applying them to another when it hasn’t been done before.

Fantasy 52

More Trending

article thumbnail

GSoC 2019 progress report #1 (part 1)

Mircosoft Game Dev

As announced previously , Godot is participating for the second time in the Google Summer of Code (GSoC) programme, which lets students from all over the world work for three months on specific projects thanks to a Google stipend. In 2018 we had 5 students working on various features for Godot Engine, and you can read about their work in last year's progress report.

article thumbnail

C# support on Android

Mircosoft Game Dev

In this devlog I will be talk about what I have been working on for the last two months. There are some nice new goodies coming for C# users with Godot 3.2. Before starting, I would like to announce that this work is possible thanks to a generous donation of $24,000 by Microsoft. This grant will be used to fund my work on C# in Godot for a year. This is the second time I receive a grant from Microsoft to work in Godot and I'm extremely grateful.

article thumbnail

Godot 3.2 ARVR update

Mircosoft Game Dev

The past few weeks have been very exciting on the ARVR front. It looks like Godot 3.2 will have at least two major additions. ARKit. Work on ARKit had been going on for well over 1.5 years. Most of the functionality was already working in Godot 3.0 and in use by several developers. Earlier in the year we finally made a push to tie off a number of loose ends and the functionality was merged into the master branch.

article thumbnail

Maintenance release: Godot 2.1.6

Mircosoft Game Dev

It's been a long time since our previous release in the 2.1 branch! "Wait," I hear you say, "is the 2.1 branch still maintained 3 years after its first release?" The answer is yes, on a "best effort" basis and focusing on release critical and security issues. What we consider "release critical" are issues which prevent people using Godot 2.1.x in production from releasing or updating their game, such as crash issues and adapting to the changing requirement

Join the IGDA Community
article thumbnail

Rogueli[kt]es

Grumpy Gamer

What are some good dungeon crawl roguelikes or roguelites released in the last year? Must be a roguelike/lite. Must be a dungeon crawl. Must have been released in the last year.

40
article thumbnail

MISSING

Grumpy Gamer

It's just a fad. dead in 5 years.

52
article thumbnail

My new favorite YouTube channel

Grumpy Gamer

?

52
article thumbnail

Not Talk Like a Pirate

Grumpy Gamer

52
Join the IGDA Community
article thumbnail

How to Add Variable Player Powers to Your Board Game (Tasty Humans Pt. 3)

Brand Game Development

Of all the mechanics in the board game world, variable player powers remain a fan favorite. Games with this mechanic range from Gloomhaven to Terraforming Mars to 7 Wonders. Part of their popularity comes from the ease with which they add variety to games. Implemented well, variable player powers can drastically increase the shelf life of a game. So how do we implement them?

Tile 130
article thumbnail

GSoC 2019 progress report #1 (part 2)

Mircosoft Game Dev

As mentioned in the first part of this progress report , Godot is taking part in the Google Summer of Code (GSoC) programme for the second time, and we have 8 students working on specific projects for Godot Engine. We're now in the middle of the GSoC 3-months coding period, and we asked students to write a progress report to present their project and the work done so far.

article thumbnail

Board Game Pacing: Keeping Your Game Interesting (Tasty Humans Pt. 5)

Brand Game Development

Perfect board game pacing is one of the most underrated aspects of board game design. Somewhere between overwhelm and ennui, there lies a middle ground where a game is perfectly paced. A great board game feels challenging and interesting throughout. So often, when we’re balancing our designs , it’s because we’re trying to nail down board game pacing.

Tile 130
article thumbnail

Creating Hard Choices in Board Games (Tasty Humans Pt. 4)

Brand Game Development

One of the hallmarks of good board game design is being able to create hard choices. Particularly when hard choices come from simple mechanics. Sounds easy enough to do, but it’s actually really tough from the designer’s perspective! Let’s talk about how you can create hard choices in your board game. Many of you know that our Kickstarter campaign, Tasty Humans , has just debuted on Kickstarter !

Tile 130