main :: IO ()

main = do

    putStrLn ( "https://github.com/" ++ githubUser )

    putStrLn ( "https://twitter.com/" ++ twitterUser )

    putStrLn ( "https://linkedin.com/in/" ++ linkedinUser )

    putStrLn ( "14D4 0CA1 E1A8 06A0 15C4 A06B 372E C33E B388 121A" )

    where twitterUser = "mpmlopes"

          linkedinUser = "mpmlopes"

          githubUser = "mlopes"

2017-05-04 12:00:00 +0100 -

On May the 4th 2017, I delivered an internal talk to my coleagues at Inviqa, about game development. It focused on the history of how I’ve been developing games, the problems and benefits of developing a game by oneself, and an overview of the choice of tools for indie game development.

The video is publicly available online here:

Follow me on twitter @mpmlopes