-
MonoGame: Generate Sprite Sheet with PowerShell
My son asked me for help creating his own game, after looking into the available options, we ended up choosing MonoGame as a framework. In the Chapter 7th – MonoGame 2D Game Tutorial, is recommended to create an “atlas” (sprite sheet) with the sprites to speed up the process. My son already had some sprites…
-
Import CSV with large number to Excel

One of the issues I have while working with Comma-separated values (CSV) files in Microsoft Excel is that in case of the columns contains large numbers might be modified, this happens because Excel will try to convert the large numbers. This post will describe the steps to open a CSV file and change how Excel will…
