Start a new project, Choose windows form application in C# and name it platformgame In the written tutorial we don’t have the moving platforms you see on the video tutorial, but they are easy to implement.Ĭ# Tutorial – Create a simple Platform game in visual studio Note – Written tutorial is slightly different than the video tutorial. Note- There will be some flickering when the character moves and jumps onto the platform, this is caused because of Visual Studio debugging not because of the code, the game will still be working as usual.ĭownload written tutorial platform game images for this project.
Allow the player to land on top of the picture boxes.Create a platform game using picture boxes.