Awesome
AposGameStarter
MonoGame project starter. Common files to help create a game faster.
Replaced
This repo has been replaced by https://github.com/Apostolique/Apos.Framework.
Goal
This project will include features like:
- simple input handling
- simple gui system (Started / Base Done)
- simple asset management (Started)
- initial project structure
This repository is setup so that you can simply clone it and start making your game.
Example menu made with the GUI code:
Other projects you might like
- Apos.Gui - UI library for MonoGame.
- Apos.Input - Input library for MonoGame.
- Apos.History - A C# library that makes it easy to handle undo and redo.
- Apos.Content - Content builder library for MonoGame.
- Apos.Framework - Game architecture for MonoGame.