Sat.Jan 19, 2019 - Fri.Jan 25, 2019

article thumbnail

4 Lessons from Pandemic for Aspiring Board Game Designers

Brand Game Development

Can you hear that coughing? It’s time to talk about Pandemic – one of the greatest games ever made. Pandemic is an evergreen game with a multitude of variants and legacy games. It’s also the first cooperative game for a lot of gamers. Despite being more than ten years old now, this new classic can still teach us a lot. Just for clarity: I’m covering the original Pandemic , not the legacy version.

article thumbnail

Full Unity 2D Game Tutorial 2019 – Making Mini Map Mask

Game Development

Full Unity 2D Game Tutorial 2019 – Making Mini Map Mask. In this section we will be making the mini map and then using a mask to shape our mini map into something more appealing then a big oblong on the screen. Full Unity 2D Game Tutorial 2019 – Making Minor Modifications. Before we start with the mini map we’re going to increase the size of our ships as they are quite small and can be difficult to see on smaller screens.

Texture 52
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

Finally!

Grumpy Gamer

This always annoyed me. I'm not only glad it annoyed someone else, but glad they decided to make video about it. I feel like I can put years of annoyance to rest now.

52
article thumbnail

Another cool MSVC flag: /d1reportTime

The Astronauts

A while ago I found about a fairly useful Visual C++ flag that helps to investigate where the compiler backend/optimizer spends time – /d2cgsummary, see blog post. Turns out, there is a flag that reports where the compiler frontend spends time – /d1reportTime. I’ve been writing about lack of compiler time profiling/investigation tools, starting from that same old post, up to the more recent ones that focused on clang - one and two.

Writing 40
Join the IGDA Community
article thumbnail

My Week

Tom Francis

This year I’ve started tracking the hours I spend programming, because generally once I start tracking something I naturally start to optimise it. I’m not a workaholic – I’m at greater risk of not putting in the hours than of putting in too many, and I’d like to make sure I’m putting in enough. Programming is about 40% of my job.

Racing 52
article thumbnail

Full Unity 2D Game Tutorial 2019 – Particle Effects CPU and GPU

Game Development

Full Unity 2D Game Tutorial 2019 – Particle Effects CPU and GPU. Particle effects are a special type of technique used to display many objects/sprites in an efficient manner to create various effects. The particle system was developed to be a more efficient way of rendering multiple images quickly to create effects that the normal rendering methods would not be able to do without a huge drain on computational power.

Render 52