Skip to content

cfinegan/SuperWizardPlatformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Wizard Platformer

Adventures in C#/.NET game programming with MonoGame.

Installation

All dependencies (except for the core MonoGame dependency) are NuGet packages. The game is based on MonoGame version 3.5, the SDK for which is available here.

This project uses Tiled as a map editor, which is available for download here (use version 0.18.0). You can read more about the .TMX map format here.

Contribution Guidelines

  • This project attempts to conform Microsoft's conventions for C# naming and style, although most classes do not use the preferred leading underscore for private member variable names.
  • Most lines should be kept under 100 characters wide, if possible. Obvious exceptions for very long strings or documentation comments.
  • Take care to not generate garbage during the inner game loop (calls to IScene.Update or IScene.Draw). Invocation of the GC during game play should be avoided whenever possible.

About

Adventures in C# games programming with Monogame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages