Big Robot Games - Indie Dev Blog Edition

Somewhere for me to post my musings on Indie Development, Cryptocurrencies and whatever else strikes my fancy.

Building a Scrolling Tile Engine (with bugs) in MonoGame

I recently did a couple of MonoGame related talks at Prairie Dev Con 2015 (#PrDC15)

This talk (Building a Scrolling Tile Engine (with bugs) in MonoGame) covers setting up a simple tile-map, displaying terrain tiles & decal tiles, scrolling, camera view, moving a bug onscreen, and adding simple path navigation via waypoints. 

Below you will find links to the code for the demo and the slide deck for the talk.


If you want to build it step by step from scratch, I've also uploaded my talk notes.

Disclaimer: It's all demo code, so some things are done to illustrate a concept and be easy to read, and not necessarily "best practice." 

Loading