From fa134abf0db55e8ac084d652e9007c0c528d9f42 Mon Sep 17 00:00:00 2001 From: Rodrigo Oliveira Date: Thu, 4 Apr 2024 17:40:41 -0300 Subject: [PATCH] Update README --- ...monodream-logo.bmp => monodreams-logo.bmp} | Bin ...monodream-logo.png => monodreams-logo.png} | Bin .../net8.0/MonoDreams.Tests.AssemblyInfo.cs | 2 +- .../MonoDreams.Tests.AssemblyInfoInputs.cache | 2 +- .../obj/rider.project.model.nuget.info | 2 +- README.md | 19 +++++++++++++++++- 6 files changed, 21 insertions(+), 4 deletions(-) rename Icon/{monodream-logo.bmp => monodreams-logo.bmp} (100%) rename Icon/{monodream-logo.png => monodreams-logo.png} (100%) diff --git a/Icon/monodream-logo.bmp b/Icon/monodreams-logo.bmp similarity index 100% rename from Icon/monodream-logo.bmp rename to Icon/monodreams-logo.bmp diff --git a/Icon/monodream-logo.png b/Icon/monodreams-logo.png similarity index 100% rename from Icon/monodream-logo.png rename to Icon/monodreams-logo.png diff --git a/MonoDreams.Tests/obj/Debug/net8.0/MonoDreams.Tests.AssemblyInfo.cs b/MonoDreams.Tests/obj/Debug/net8.0/MonoDreams.Tests.AssemblyInfo.cs index a2c5533..d4b64bd 100644 --- a/MonoDreams.Tests/obj/Debug/net8.0/MonoDreams.Tests.AssemblyInfo.cs +++ b/MonoDreams.Tests/obj/Debug/net8.0/MonoDreams.Tests.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("MonoDreams.Tests")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6b94aeb3049431a6f2f201597d3a83d0df1927be")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4fc8b1926a91e241177675f4e1acd4b3df72cca6")] [assembly: System.Reflection.AssemblyProductAttribute("MonoDreams.Tests")] [assembly: System.Reflection.AssemblyTitleAttribute("MonoDreams.Tests")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/MonoDreams.Tests/obj/Debug/net8.0/MonoDreams.Tests.AssemblyInfoInputs.cache b/MonoDreams.Tests/obj/Debug/net8.0/MonoDreams.Tests.AssemblyInfoInputs.cache index ea3844a..2550517 100644 --- a/MonoDreams.Tests/obj/Debug/net8.0/MonoDreams.Tests.AssemblyInfoInputs.cache +++ b/MonoDreams.Tests/obj/Debug/net8.0/MonoDreams.Tests.AssemblyInfoInputs.cache @@ -1 +1 @@ -531f43e8eac00cb83d025048d8c7af641bd8b2ce323d869c9a34ae74c0a464ef +e68c4eaa0fcc1c25d66de76d35646dde2725a12f686b32cd94543a38f3d9e0d7 diff --git a/MonoDreams.Tests/obj/rider.project.model.nuget.info b/MonoDreams.Tests/obj/rider.project.model.nuget.info index 1f49db4..f7348f6 100644 --- a/MonoDreams.Tests/obj/rider.project.model.nuget.info +++ b/MonoDreams.Tests/obj/rider.project.model.nuget.info @@ -1 +1 @@ -17122612279394299 \ No newline at end of file +17122612918497350 \ No newline at end of file diff --git a/README.md b/README.md index 0e6285f..991ba5d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,23 @@ +MonoDreams +========== + +

+
+ MonoDreams Logo +
+

+

+A powerful, flexible, and free 2D game engine powered by MonoGame +

+ +![NuGet Version](https://img.shields.io/nuget/vpre/MonoDreams?link=https%3A%2F%2Fwww.nuget.org%2Fpackages%2FMonoDreams%2F) +![MIT License](https://img.shields.io/crates/l/mit?link=https%3A%2F%2Fgithub.com%2Froo-oliv%2Fmonodreams%2Fblob%2Fmain%2FLICENSE) + + + This is a hobby project of mine. -With no roadmap commitment, this project's goal is to create an opensource 2D game engine on top of Monogame and DefaultECS loaded with common systems for platforming games such as input handling, HUD, camera movement, sprite renderer, level importer, gravity and jumping logics, AABB collision detection and resolution, and more. +With no roadmap commitment, this project's goal is to create an opensource 2D game engine on top of Monogame and DefaultECS loaded with common systems for 2D games such as input handling, HUD, dialogue system, camera movement, sprite renderer, level importer, gravity and jumping logics, AABB collision detection and resolution, and more. [You can follow my tentative roadmap here.](https://github.com/users/allrod5/projects/1/views/1)