Latest Monogame Activity
Recruiting through this post is no longer open.
Application Deadline
March 30, 2024
Project Start Date
April 15, 2024
Project Completion Date
June 8, 2024
Project Duration
54 Days
Project Release Target
Windows (itch.io)
Weekly Commitment per Team Member
4 Hours
Usage Rights
All project cod…
@Jimmyberf Along the lines of what Frob suggested:
// output
float3 outputColor = saturate(ambient + diffuse + specular) * input.Color.rgb;
So I am trying to make use of orthographic camera for my 2D game using MonoGame. It is my first time using it and whenever I use orthographic camera nothing shows up on the screen and I don't know why. I've been messing around with matrices a lot to try to show it on the screen but it never shows u…
Given that progression (deeper underground, more precious ores, accumulated money, presumably also improved equipment, maybe other elements) seems the focus of the game, it should be a good starting point for designing ore distribution. Design objectives for the digging can be written down an…
Hi there Devs!
It is my first year learning programming at college and we are using monogame to develop a Space Invaders game. I installed and reinstalled VS2019 and Monogame several times, followed all the steps and it does not work. When I open a new project It displays differently from my c…