https://github.com/Martenfur/Monofoxe
Foxes made Monogame easy.
https://github.com/Martenfur/Monofoxe
c-sharp game-engine monogame monogame-framework
Last synced: 29 days ago
JSON representation
Foxes made Monogame easy.
- Host: GitHub
- URL: https://github.com/Martenfur/Monofoxe
- Owner: Martenfur
- License: mit
- Created: 2019-06-26T10:18:23.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-20T11:43:46.000Z (10 months ago)
- Last Synced: 2024-08-10T11:01:21.078Z (8 months ago)
- Topics: c-sharp, game-engine, monogame, monogame-framework
- Language: C#
- Homepage:
- Size: 65.3 MB
- Stars: 404
- Watchers: 12
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: Docs/README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-monogame - Monofoxe -  - A game engine greatly inspired by Game Maker. It makes game development in Monogame way easier and faster without removing low-level access to the framework. (Engines)
- awesome-game-engine-dev - Monofoxe - Game engine designed to simplify working with _MonoGame_. (Libraries / C#)
README
# Documentation!
You are entering the documentation zone. In the docs you'll find information on how to work with Monofoxe.
You're expected to know:
- C# on an entry level.
- Basics of OOP.
- At least five different fox species.Docs will not describe each and every feature of Monofoxe. For that you'll need to look in the source code - don't worry, it's all nice and documented in there. Main purpose of the docs is to tell you how and when to use the main features of the engine.
A good place to start is the [Table of Contents](Contents.md).
And while you're at it, you might as well learn basics of Monogame [here](http://rbwhitaker.wikidot.com/monogame-getting-started-tutorials). You can also check out [Monogame forum](http://community.monogame.net/) and [Monogame Discord](https://discord.gg/wgBb7cqGhC).
If you want to read the docs offline, just clone this repository and download MD viewer, such as [Typora](https://typora.io/).