Quantcast
Channel: Bartek's coding blog
Viewing all articles
Browse latest Browse all 325

Space Game: A std::variant-Based State Machine by Example

$
0
0

Space Game: A std::variant-based state machine by example

One of a powerful uses of std::variant is to implement State Machines. Some time ago I showed a simple example, but today we have something bigger. In today’s article by Nikolai Wuttke you’ll see how to leverage std::variant and build a space game!

Read more...

Viewing all articles
Browse latest Browse all 325

Trending Articles