New: monogameAll contenthive-129948krhive-196917hive-185836hive-183959zzanphotographysteemhive-180932hive-150122hive-101145hive-183397hive-144064hive-166405uncommonlabhive-184714hive-188619bitcoinkrsuccesshive-103599hive-193637hive-193186hive-179660hive-145157hive-180301TrendingNewHotLikersjaredyork (40)in gamedev • 6 years agoBuild a Space Shooter with MonoGameWe have republished the blog version of our course, Build a Space Shooter with MonoGame, as a six series. It seems as though people like bite-sized parts instead of one whole course. Check it out…willfre (25)in gaming • 6 years agosteemCreated with Sketch.[XNA/MG] Voxel Engine - 4 - Adding NoiseSo.. our terrain looks good. But it's flat, and we want it to look more like a real terrain. But MonoGame doesn't have a noise Library. Thankfully, Auburns made one in C# that we can use. It's…willfre (25)in indiedev • 6 years agosteemCreated with Sketch.[XNA/MG] Voxel Engine - 3 - Camera and drawing in World spaceThis time we will start creating our world. We will add a camera and put our sprites in a world space instead of the screen. First let's remove what we added to the Game1 script : Now we…willfre (25)in indiedev • 6 years agosteemCreated with Sketch.[XNA/MG] Voxel Engine - 2 - First steps and drawingWe created a new project with MonoGame. But we have to know where to start, and at first, you will see that there are already some classes. Let's look at it : Program : This first class is where…willfre (25)in indiedev • 6 years ago[XNA/MG] Voxel Engine - 1 - Installing and using MonoGame (XNA)Welcome to this new version of the Voxel Guides. This time, we will let go Unity and use MonoGame instead. This guide will be quick, we will install MG and Visual Studio. - What is MonoGame…jackdragon (34)in gamedev • 7 years agoToday on Twitch: Build the Bullet.Today we added the ability to shoot, the last bit of last week's work. Then we put in our enemy witches and allowed them to be shot. Good stuff. Tomorrow I'll try to give the evil witches AI…